forked from a-sumo/hyperstep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
{
"homepage": "https://a-sumo.github.io/hyperstep/",
"scripts": {
"build": "webpack --mode=production --config ./bundler/webpack.prod.js",
"dev": "webpack serve --mode=development --config ./bundler/webpack.dev.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@magenta/music": "^1.23.1",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"cannon": "^0.6.2",
"chart.js": "^3.9.1",
"chartjs-plugin-streaming": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"coi-serviceworker": "^0.1.6",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"essentia.js": "^0.1.3",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.0.0-alpha.7",
"mini-css-extract-plugin": "^1.3.4",
"portfinder-sync": "^0.0.2",
"style-loader": "^2.0.0",
"three": "^0.142.0",
"tone": "^14.7.77",
"webpack": "^5.14.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"devDependencies": {
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"dat.gui": "^0.7.9",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"gh-pages": "^4.0.0"
}
}