-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 801 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 801 Bytes
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
{
"name": "tone-synth",
"version": "0.4.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"predeploy": "npm run build",
"deploy": "node scripts/deploy.js"
},
"vuePlugins": {
"service": [
"plugins/html.js"
]
},
"dependencies": {
"core-js": "^3.6.5",
"tone": "^14.7.77",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@types/webmidi": "^2.0.4",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.1.0",
"sass": "^1.32.6",
"sass-loader": "^10.1.1",
"typescript": "^4.1.4",
"vue-template-compiler": "^2.6.11"
}
}