-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "node build/pre-build.js && vite build && node build/post-build.js",
"lint": "eslint --fix",
"stylelint": "stylelint \"**/*.css\" --fix",
"format": "prettier . --write"
},
"dependencies": {
"@antimatter-dimensions/notations": "^3.1.0",
"break_infinity.js": "^2.0.0",
"chevrotain": "^4.8.1",
"codemirror": "^5.65.1",
"drag-drop-touch": "^1.3.1",
"firebase": "^10.12.1",
"gamma": "^1.0.0",
"js-sha512": "^0.9.0",
"mousetrap": "^1.6.5",
"pako": "^2.0.4",
"svg-pan-zoom": "^3.6.1",
"tween.js": "^16.6.0",
"v-tooltip": "^2.1.3",
"vis-network": "^5.1.1",
"vue": "^2.7.16",
"vue-splitpane": "^1.0.6",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@vitejs/plugin-vue2": "^2.3.1",
"browserslist-useragent-regexp": "^4.1.3",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.2.5",
"simple-git": "^3.24.0",
"stylelint": "^16.6.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"vite": "^5.2.11"
}
}