-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "with-polyfills",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
"serve": "SET NODE_ENV=production firebase serve",
"start": "NODE_ENV=production node server.js",
"export": "next build && next export"
},
"dependencies": {
"@firebase/firestore": "^1.4.4",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"core-js": "^2.6.9",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"firebase": "^6.3.0",
"firebase-admin": "^8.4.0",
"firebase-tools": "^7.1.0",
"grpc": "^1.22.2",
"isomorphic-unfetch": "^3.0.0",
"mobx": "4.12.0",
"mobx-react": "^6.1.1",
"next": "8.1.0",
"next-routes": "^1.4.2",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-slick": "^0.24.0",
"session-file-store": "^1.3.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-react": "^7.0.0"
}
}