-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.65 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
52
53
54
55
56
{
"name": "lookup-client",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "3.8.0",
"react-addons-test-utils": "15.6.2",
"react-scripts": "2.1.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"babel-plugin-transform-class-properties": "6.24.1",
"get-pixels": "^3.3.2",
"jquery": "^3.5.0",
"jspointerlock": "^1.0.0",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.3",
"pointer-trap-relative": "^1.3.0",
"react": "^16.7.0",
"react-cursor-position": "^3.0.3",
"react-dom": "^16.7.0",
"react-fps-stats": "^0.1.2",
"react-ga": "^2.7.0",
"react-interval": "^2.1.1",
"react-keyboard-event-handler": "^1.5.4",
"react-keydown": "^1.9.12",
"react-pointerlock": "^1.1.3",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "2.1.3",
"redux": "^4.0.0",
"redux-promise": "^0.6.0",
"ticker": "^0.1.0",
"use-fps": "0.0.2",
"use-mouse-action": "^2.0.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}