-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.05 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
{
"name": "koma",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"aux": "yarn workspace aux-manager run start",
"lint": "eslint \"src/**/*.{ts,vue}\"",
"test": "echo 'No test'",
"build": "vite build",
"preversion": "npm run test",
"postversion": "git push && git push --tags"
},
"workspaces": [
"dev_modules/*"
],
"main": "dist-electron/electron-main.js",
"devDependencies": {
"@baku89/pave": "^0.4.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@iconify/vue": "^4.1.2",
"@types/dateformat": "^5.0.2",
"@types/howler": "^2.2.11",
"@types/lodash-es": "^4.17.12",
"@types/three": "^0.168.0",
"@types/w3c-web-hid": "^1.0.6",
"@types/w3c-web-serial": "^1.0.6",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"case": "^1.6.3",
"dateformat": "^5.0.3",
"defu": "^6.1.4",
"electron": "^34.0.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.28.0",
"file-saver": "^2.0.5",
"floating-vue": "^5.2.2",
"gcnc": "^0.1.1",
"howler": "^2.2.4",
"idb-keyval": "^6.2.1",
"linearly": "^0.32.0",
"lodash-es": "^4.17.21",
"osc-js": "^2.4.1",
"p-sleep": "^1.1.0",
"paper": "^0.12.18",
"pinia": "^2.2.2",
"prettier": "^3.3.3",
"prettier-plugin-stylus": "^0.1.0",
"pretty-bytes": "^6.1.1",
"safer-eval": "^1.3.6",
"stylus": "^0.63.0",
"tethr": "^0.6.3",
"three": "0.168.0",
"troika-three-text": "^0.49.1",
"troisjs": "^0.3.4",
"typescript": "^5.5.4",
"typescript-memoize": "^1.1.1",
"vite": "^5.4.3",
"vite-plugin-electron": "^0.29.0",
"vite-plugin-glsl": "^1.3.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pwa": "^0.20.5",
"vue": "^3.5.3",
"vue-eslint-parser": "^9.4.3",
"wavesurfer.js": "^7.8.5"
},
"dependencies": {}
}