forked from igorski/efflux-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 KB
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
{
"name": "efflux-tracker",
"version": "1.0.0",
"description": "web based tracker interface enabling music creation within the web browser",
"private": true,
"author": "Igor Zinken",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"tiny": "webpack --config ./webpack.config.tiny.js",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit"
},
"dependencies": {
"vue": "^2.5.22",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-unit-jest": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/test-utils": "^1.0.0-beta.20",
"axios": "^0.18.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"bowser": "^1.3.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"lz-string": "^1.4.4",
"merge-jsons-webpack-plugin": "^1.0.19",
"node-sass": "^4.13.0",
"pubsub-js": "^1.5.0",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"undo-manager": "^1.0.5",
"vue-i18n": "^8.14.0",
"vue-template-compiler": "^2.5.21",
"wa-overdrive": "^0.0.3",
"webpack-cli": "^3.3.10",
"worker-loader": "^2.0.0",
"zcanvas": "^3.0.7",
"zjslib": "^0.1.4",
"zmidi": "^0.1.3"
}
}