-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"name": "jon-trombone",
"version": "1.1.0",
"description": "Pink Trombone hooked up to a 3D scan of Jon",
"main": "dist/main.js",
"scripts": {
"build": "webpack --mode production --colors",
"dev": "webpack --mode development --colors",
"dev:watch": "webpack-dev-server --mode development --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jonathan Cole",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.0",
"file-loader": "^1.1.11",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0",
"write-file-webpack-plugin": "^4.2.0"
},
"dependencies": {
"midiconvert": "^0.4.3",
"startaudiocontext": "^1.2.1",
"three-js": "^79.0.0"
}
}