This repository has been archived by the owner on Mar 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.76 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "when-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.2.1",
"classnames": "^2.2.6",
"firebase": "^6.3.1",
"notistack": "^0.8.9",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-firebase-hooks": "^2.0.0",
"react-intl": "^3.0.0-beta.22",
"react-router-dom": "^5.0.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"deploy": "firebase deploy",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/jest": "24.0.15",
"@types/node": "12.6.8",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.5",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"react-app-rewire-workbox": "^2.0.1",
"react-app-rewired": "^2.1.3",
"react-scripts": "3.0.1",
"source-map-explorer": "^2.0.1",
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"tslint-react-recommended": "^1.0.15",
"typescript": "3.5.3",
"workbox-webpack-plugin": "^4.3.1"
}
}