-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 886 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
36
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.1.4",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@types/multer": "^1.4.5",
"date-fns": "^2.11.1",
"firebase": "^8.2.3",
"firebase-admin": "^9.4.2",
"framer-motion": "^3.2.1",
"gray-matter": "^4.0.2",
"multer": "^1.4.2",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-icons": "^4.1.0",
"remark": "^13.0.0",
"remark-highlight.js": "^6.0.0",
"remark-html": "^13.0.1"
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"cross-env": "^7.0.3",
"typescript": "^3.8.3"
}
}