-
Notifications
You must be signed in to change notification settings - Fork 251
/
package.json
31 lines (31 loc) · 962 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
{
"scripts": {
"clean": "rm -rf ./public/bundle.* ./src/firebase-config.json",
"build": "npm run clean && npm run createfirebaseconf; NODE_ENV=production webpack -p;",
"createfirebaseconf": "firebase apps:sdkconfig web --json > ./src/firebase-config.json",
"serve": "firebase serve"
},
"dependencies": {
"firebase": "^9.1.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-firebaseui": "^6.0.0"
},
"devDependencies": {
"ajv": "^6.12.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"firebase-tools": "^9.22.0",
"style-loader": "^0.21.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"private": true
}