-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 935 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
37
38
39
{
"name": "startup-bakery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon",
"build": "next build && next export",
"start": "node server"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.2.0",
"babel-plugin-import": "^1.13.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.17.1",
"firebase": "^7.14.2",
"firebase-admin": "^8.11.0",
"less": "^3.11.1",
"morgan": "^1.10.0",
"next": "9.3.6",
"node-sass": "^4.14.0",
"nodemon": "^2.0.3",
"nprogress": "^0.2.0",
"null-loader": "^4.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"swr": "^0.2.0"
},
"devDependencies": {
"next-compose": "^0.0.2"
}
}