-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc --watch"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.2",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"firebase": "^8.6.2",
"firebase-admin": "^9.8.0",
"framer-motion": "^4.1.17",
"lodash": "^4.17.21",
"next": "10.2.2",
"next-firebase-auth": "^0.13.1",
"next-offline": "^5.0.5",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^3.0.4",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@firebase/auth-types": "^0.10.3",
"@types/jsonwebtoken": "^8.5.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.5",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"from-cwd": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"pnp-webpack-plugin": "^1.6.4",
"typescript": "4.2.4",
"webpack": "^5.37.1"
},
"license": "MIT"
}