-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.78 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
75
{
"name": "trippy",
"version": "0.1.0",
"homepage": "http://brycemorrow4564.github.io/TrippyGraphics",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@use-it/event-listener": "^0.1.3",
"antd": "^3.22.2",
"async": "^3.1.0",
"audio-loader": "^1.0.3",
"audio-play": "^2.2.1",
"d3-selection": "^1.4.0",
"dat.gui": "^0.7.6",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.15",
"orbit-controls-es6": "^2.0.0",
"raw-loader": "^3.1.0",
"react": "^16.9.0",
"react-animate-height": "^2.0.17",
"react-color": "^2.17.3",
"react-dom": "^16.9.0",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-use-dimensions": "^1.2.1",
"reactcss": "^1.2.3",
"stats.js": "^0.17.0",
"three": "^0.107.0"
},
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"gh-pages": "^2.1.1",
"react-app-rewired": "^2.1.5"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
],
"plugins": [
"glslify"
]
}
]
]
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"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"
]
}
}