-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.47 KB
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
{
"name": "heads-up",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"classnames": "^2.2.6",
"dotenv": "^8.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"firebase": "^6.1.0",
"node-sass": "^9.0.0",
"react": "^16.5.2",
"react-device-detect": "^1.6.2",
"react-dom": "^16.5.2",
"react-ga": "^2.6.0",
"react-no-sleep": "^1.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"react-sound": "^1.2.0",
"react-stripe-elements": "^3.0.0",
"stripe": "^7.1.0",
"sw-offline-google-analytics": "0.0.25",
"workbox-window": "^4.3.1"
},
"devDependencies": {
"concurrently": "^4.1.0",
"prettier": "^1.18.2",
"sharp": "^0.23.0",
"workbox-build": "^4.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run image-importer && react-scripts build && workbox injectManifest workbox-config.js",
"dev": "concurrently --kill-others \"npm run build\" && firebase serve",
"prod": "concurrently --kill-others \"npm run build\" && firebase deploy --only hosting",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-sw": "node ./src/sw-build.js",
"image-importer": "node src/resize_images.js && node src/auto_images.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:8080"
}