-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"name": "efflux-tracker",
"version": "3.1.0",
"type": "module",
"description": "Application providing tracker based music creation within the web browser",
"author": "Igor Zinken",
"scripts": {
"dev": "vite",
"build": "vite build",
"server": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"test": "vitest --environment jsdom --no-watch",
"tiny": "vite build --config ./vite.config.tiny.js",
"fixtures": "node ./fixtures/generate.cjs",
"typecheck": "npx -p typescript tsc -p tsconfig.check.json --noEmit"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"dropbox": "^10.26.0",
"lamejs": "github:zhuker/lamejs",
"vue": "^3.5.13",
"vue-select": "^4.0.0-beta.6",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/webmidi": "^2.0.6",
"@vitejs/plugin-vue": "^5.2.1",
"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",
"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": "^6.0.11",
"vite-plugin-static-copy": "^2.2.0",
"vitest": "^2.1.9",
"vue-i18n": "^11.1.0",
"wa-overdrive": "^0.0.3",
"zcanvas": "^6.0.2",
"zmidi": "^1.2.1"
},
"license": "MIT"
}