-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
57 lines (57 loc) · 1.72 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
{
"name": "efflux-tracker",
"version": "3.0.0",
"private": true,
"description": "Application providing tracker based music creation within the web browser",
"author": "Igor Zinken",
"scripts": {
"dev": "vite --force",
"build": "vite build --force",
"server": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"test": "vitest --environment jsdom --no-watch",
"tiny": "vite build --force --config ./vite.config.tiny.js",
"fixtures": "node ./fixtures/generate.js",
"typecheck": "npx -p typescript tsc -p tsconfig.check.json --noEmit"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"dropbox": "^10.26.0",
"lamejs": "github:zhuker/lamejs",
"register-service-worker": "^1.7.1",
"vue": "v2-latest",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/webmidi": "^2.0.6",
"@vitejs/plugin-vue2": "^2.2.0",
"audio-encoder": "1.0.4",
"axios": "^1.7.2",
"bowser": "^2.11.0",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^8.7.1",
"extendable-media-recorder": "^6.5.10",
"extendable-media-recorder-wav-encoder": "^7.0.62",
"jsdom": "^21.1.1",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.4.4",
"midi-writer-js": "^2.0.1",
"mpg123-decoder": "^0.3.2",
"pubsub-js": "^1.9.3",
"sass": "^1.51.0",
"typescript": "^4.7.4",
"undo-manager": "^1.0.5",
"vite": "^4.1.4",
"vite-plugin-static-copy": "^0.13.1",
"vitest": "^0.29.3",
"vue-i18n": "^8.26.7",
"vue-js-toggle-button": "^1.3.3",
"vue-knob-control": "^1.6.0",
"vue-select": "^3.11.2",
"vuedraggable": "^2.24.3",
"wa-overdrive": "^0.0.3",
"zcanvas": "^6.0.2",
"zmidi": "^1.2.1"
},
"license": "MIT"
}