-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "dashmap-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@reduxjs/toolkit": "^1.8.1",
"@types/next-redux-wrapper": "^3.0.0",
"@types/react-redux": "^7.1.24",
"@types/styled-components": "^5.1.24",
"axios": "^0.27.2",
"immer": "^9.0.12",
"next": "12.1.2",
"next-auth": "^3.29.3",
"next-images": "^1.8.4",
"next-redux-wrapper": "^7.0.5",
"qs": "^6.10.3",
"react": "17.0.2",
"react-card-flip": "^1.1.5",
"react-dom": "17.0.2",
"react-redux": "^8.0.0",
"recoil": "^0.7.2",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"styled-components": "^5.3.5",
"styled-reset": "^4.3.4",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/qs": "^6.9.7",
"@types/react": "17.0.43",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"typescript": "4.6.3"
}
}