-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "eat-it-all-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"server": "json-server ./json-server/mock-api.json --port 3005"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@lubycon/utils": "^1.10.2",
"axios": "^0.21.1",
"next": "10.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-slick": "^0.28.1",
"react-spinners": "^0.11.0",
"recoil": "^0.3.1",
"reset-css": "^5.0.1",
"sass": "^1.34.0",
"slick-carousel": "^1.8.1",
"swr": "^0.5.6"
},
"devDependencies": {
"@types/react": "17.0.6",
"@types/react-slick": "^0.23.5",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-concentric-order": "^4.0.1",
"typescript": "4.2.4"
}
}