-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "vusic",
"author": "DAWG People <[email protected]>",
"homepage": "https://dawg.dev",
"version": "0.1.1",
"private": true,
"scripts": {
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"build": "vue-cli-service electron:build",
"serve": "vue-cli-service electron:serve",
"build:linux": "vue-cli-service electron:build --linux --x64 -p never",
"build:mac": "vue-cli-service electron:build --mac -p never",
"build:win": "vue-cli-service electron:build --win --x64 --ia32 -p never",
"electron:icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"storybook:serve": "vue-cli-service serve:storybook -p 6006 -c config/storybook -s ./public",
"storybook:build": "vue-cli-service build:storybook -c config/storybook -o docs"
},
"dependencies": {
"@tonejs/midi": "^1.2.2",
"@types/tmp": "0.0.34",
"@types/webmidi": "^2.0.3",
"electron-context-menu": "^0.10.0",
"audiobuffer-to-wav": "^1.0.0",
"firebase": "^5.8.6",
"io-ts": "^1.8.3",
"lodash.throttle": "^4.1.1",
"mz": "^2.7.0",
"node-wav": "0.0.2",
"python-shell": "^1.0.7",
"resize-observer-polyfill": "^1.5.0",
"soundfont-player": "github:dawg/soundfont-player",
"strict-event-emitter-types": "^2.0.0",
"tinycolor2": "^1.4.1",
"tmp": "0.0.33",
"tone": "^13.8.3",
"uuid": "^3.3.2",
"vue": "^2.6.10",
"vue-awesome": "^3.1.2",
"vue-drag-drop": "^1.1.4",
"vue-perfect-scrollbar": "^0.1.0",
"vue-property-decorator": "^7.0.0",
"vuejs-logger": "^1.5.3",
"vuetify": "^1.5.5",
"vuex": "^3.0.1",
"vuex-module-decorators": "^0.9.7",
"webmidi": "^2.3.3"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/lodash.throttle": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/mz": "0.0.32",
"@types/storybook__vue": "^3.3.1",
"@types/tinycolor2": "^1.4.1",
"@types/uuid": "^3.4.4",
"@types/webaudioapi": "0.0.27",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-typescript": "^3.0.1",
"@vue/cli-service": "^3.5.1",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"chai": "^4.1.2",
"electron": "^4.0.0",
"electron-icon-builder": "^1.0.0",
"karma-chrome-launcher": "^2.2.0",
"mocha": "^5.0.5",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"typescript": "^3.0.0",
"vue-cli-plugin-electron-builder": "^1.1.3",
"vue-cli-plugin-storybook": "^0.4.8",
"vue-cli-plugin-unit-karma": "^0.5.0",
"vue-template-compiler": "^2.6.10"
},
"main": "background.js"
}