-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 941 Bytes
/
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
{
"name": "pi-ano",
"version": "1.0.0",
"scripts": {
"start": "npm run serve",
"build": "webpack",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomasdunn/pi-ano.git"
},
"author": "Tom Dunn",
"license": "MIT",
"bugs": {
"url": "https://github.com/thomasdunn/pi-ano/issues"
},
"homepage": "https://github.com/thomasdunn/pi-ano",
"dependencies": {
"@tonaljs/tonal": "^4.6.0",
"@tonejs/piano": "^0.2.1",
"tone": "^14.7.39",
"webmidi": "^2.5.2"
},
"devDependencies": {
"@webpack-cli/serve": "^1.3.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^5.1.1",
"html-webpack-plugin": "^4.5.2",
"http-server": "^0.12.3",
"style-loader": "^2.0.0",
"typescript": "^4.0.3",
"webpack": "^4.44.1",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^3.11.2",
"workbox-webpack-plugin": "^6.1.1"
}
}