-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.36 KB
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
{
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@reduxjs/toolkit": "^1.8.0",
"axios": "^0.26.1",
"cookie": "^0.4.2",
"framer-motion": "^6.2.8",
"lodash-es": "^4.17.21",
"next": "12.1.0",
"next-auth": "^4.2.1",
"next-redux-wrapper": "^7.0.5",
"query-string": "^7.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"redux-persist": "^6.0.0",
"sass": "^1.49.9",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@types/cookie": "^0.4.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"cross-env": "^7.0.3",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.2",
"eslint-config-next": "^12.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"typescript": "4.6.2"
}
}