-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.46 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": "little-todos",
"version": "0.1.0",
"private": true,
"scripts": {
"deploy": "firebase deploy",
"emulator": "firebase emulators:start",
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.52",
"@next/bundle-analyzer": "^9.3.6",
"@reduxjs/toolkit": "^1.3.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/color": "^3.0.1",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.150",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-beautiful-dnd": "^12.1.2",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"clsx": "^1.1.0",
"color": "^3.1.2",
"date-fns": "^2.12.0",
"dotenv": "^8.2.0",
"firebase": "^7.14.1",
"formik": "^2.1.4",
"immer": "^6.0.3",
"lodash": "^4.17.15",
"next": "9.3.6",
"next-pwa": "^2.3.3",
"notistack": "^0.9.11",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"redux-persist": "^6.0.0",
"typescript": "~3.7.2"
}
}