forked from stevenwaterman/musetree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1.11 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
{
"name": "svelte-app",
"version": "2.21.2",
"license": "MIT",
"repository": "https://github.com/stevenwaterman/musetree",
"scripts": {
"build": "rollup -c",
"dev": "run-p start:dev autobuild",
"autobuild": "rollup -c -w",
"start:dev": "sirv public --single --dev"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.1.2",
"@types/downloadjs": "^1.4.1",
"npm-run-all": "^4.1.5",
"rollup": "^2.6.0",
"rollup-plugin-livereload": "^1.1.0",
"rollup-plugin-svelte": "^5.2.1",
"rollup-plugin-terser": "^5.3.0",
"svelte": "^3.23.2",
"svelte-preprocess": "^3.9.10",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"dependencies": {
"audiobuffer-to-wav": "^1.0.0",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"downloadjs": "^1.4.7",
"musenet-midi": "github:stevenwaterman/musenet-midi#cccd9d9d0d681a6e666fc59e29a2b03c586458d4",
"panzoom": "^9.2.1",
"react-style-object-to-css": "^1.1.2",
"sirv-cli": "^0.4.5",
"svelte-simple-modal": "^0.4.2"
}
}