-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 877 Bytes
/
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
{
"name": "dashboard-testing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@svgr/webpack": "^5.4.0",
"@types/react-redux": "^7.1.9",
"moment": "^2.27.0",
"next": "9.5.2",
"normalized-reducer": "^0.5.1",
"react": "16.13.1",
"react-async-hook": "^3.6.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"uuid": "^8.0.0"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-beautiful-dnd": "^12.1.2",
"@types/uuid": "^8.3.0",
"typescript": "^3.9.7"
}
}