-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·37 lines (37 loc) · 1.25 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
{
"name": "wilson-tunings-web",
"version": "1.2.0",
"description": "This is the web interface for the [Erv library](https://github.com/diegovdc/erv) which allows for calculations and other algorithmic treatments of some of [Erv Wilsons'](http://anaphoria.com/wilson.html) music scale theories.",
"scripts": {
"release": "run-s release:*",
"release:app": "shadow-cljs release app",
"watch:app": "shadow-cljs watch app",
"release:library": "shadow-cljs release library",
"watch:library": "shadow-cljs watch library",
"release:browser": "shadow-cljs release browser",
"watch:browser": "shadow-cljs watch browser",
"start:browser": "serve -s build/browser",
"re-frisk-remote": "shadow-cljs run re-frisk-remote.core/start",
"prepublishOnly": "npm run release:browser && cp build/browser/browser-main.js umd/wilson-tunings-web.js"
},
"files": [
"umd"
],
"keywords": [],
"devDependencies": {
"npm-run-all": "^4.1.5",
"serve": "^11.1.0",
"shadow-cljs": "2.20.12"
},
"license": "MIT",
"dependencies": {
"color-blend": "^3.0.1",
"p5": "^1.6.0",
"react": "16.13.0",
"react-color": "^2.19.3",
"react-dom": "16.13.0",
"rgb2hex": "^0.2.5",
"tone": "^14.7.77",
"webmidi": "^3.1.6"
}
}