-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "mpc-ibm",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.4.3",
"browserslist": "^4.5.4",
"core-js": "3",
"cors": "^2.8.5",
"dat.gui": "^0.7.5",
"es6-object-assign": "^1.1.0",
"geo-tz": "^5.0.2",
"gl-matrix": "^3.0.0",
"hyperhtml": "^2.25.4",
"lodash-es": "^4.17.11",
"moment-timezone": "^0.5.23",
"rollup-plugin-json": "^4.0.0",
"simplex-noise": "^2.4.0",
"web-audio-touch-unlock": "^1.0.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"audiosprite": "^0.7.1",
"chokidar": "^2.1.2",
"express": "^4.16.4",
"morgan": "^1.9.1",
"rollup": "^1.3.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-notify": "^1.0.6",
"rollup-plugin-replace": "^2.1.1",
"rollup-plugin-terser": "^4.0.4",
"ws": "^6.1.4"
},
"scripts": {
"dev": "DEBUG=* node server"
}
}