-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.92 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
65
66
67
68
69
70
71
72
73
74
{
"name": "earthday-webxr",
"version": "1.0.0",
"private": true,
"license": "MIT",
"homepage": ".",
"dependencies": {
"@hot-loader/react-dom": "^16.13.0",
"@reduxjs/toolkit": "^1.2.5",
"@tweenjs/tween.js": "^18.5.0",
"body-parser": "^1.19.0",
"es6-tween": "^5.5.11",
"express": "^4.17.1",
"hamburgers": "^1.1.3",
"hammerjs": "^2.0.8",
"raw-loader": "^4.0.0",
"raw.macro": "^0.3.0",
"react": "^16.13.0",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.5",
"react-device-detect": "^1.11.14",
"react-dom": "^16.13.0",
"react-full-screen": "^0.2.4",
"react-ga": "^2.7.0",
"react-hot-loader": "^4.12.20",
"react-icons": "^3.9.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-slider": "^1.0.3",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.0.1",
"three": "^0.131.3",
"three-plain-animator": "^1.0.2"
},
"scripts": {
"dev": "HTTPS=true react-app-rewired start",
"start": "node server.js",
"build": "react-app-rewired build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"gh-pages": "^3.1.0",
"node-sass": "^4.14.1",
"redux-devtools": "^3.5.0",
"redux-devtools-extension": "^2.13.8",
"stylelint": "^13.2.1",
"stylelint-scss": "^3.14.2"
}
}