generated from renanlido/initial_template_next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "template-initial-config-next-ts-eslint-prettier",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "5.1.0",
"@prismicio/helpers": "^2.3.2",
"@prismicio/react": "^2.4.2",
"@prismicio/slice-simulator-react": "^0.2.2",
"aos": "^2.3.4",
"next": "10.2.0",
"next-images": "^1.7.0",
"nextjs-progressbar": "^0.0.14",
"polished": "^4.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/node": "^15.3.0",
"@types/react": "^17.0.5",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.0",
"slice-machine-ui": "^0.4.1",
"typescript": "^4.2.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}