-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.13 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
45
46
47
48
49
{
"name": "fortune-teller",
"version": "0.1.3",
"private": false,
"homepage": "https://fortunecalibrator.firebaseapp.com",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "firebase deploy",
"pub": "npm run build && firebase deploy --only hosting",
"lint": "eslint 'src/**/*.jsx'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version"
]
},
"dependencies": {
"firebase": "^7.2.3",
"glamor": "^2.20.40",
"jquery": "^3.4.1",
"node-sass": "^4.13.1",
"react": "^16.8.6",
"react-d3-components": "^0.9.1",
"react-dom": "^16.8.6",
"react-meta-tags": "^0.7.4",
"react-redux": "^7.2.0",
"react-redux-firebase": "^3.3.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"redux": "^4.0.5"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.3.0",
"firebase-tools": "^8.0.2",
"prettier": "^1.19.1",
"serve": "^11.3.0"
}
}