-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.2 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
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
{
"name": "vuetorrent",
"private": true,
"version": "2.26.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vue-tsc && vite build",
"postbuild": "node write-version.cjs",
"build-demo": "vue-tsc && vite build -m demo",
"check-build": "vue-tsc",
"preview": "vite preview",
"preview-demo": "vite preview -m demo",
"lint": "eslint --fix && prettier . -w -u",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@faker-js/faker": "^9.8.0",
"@flatten-js/interval-tree": "^1.1.3",
"@fontsource/roboto": "^5.2.6",
"@fontsource/roboto-mono": "^5.2.6",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@vueuse/core": "^13.3.0",
"@zip.js/zip.js": "^2.7.62",
"apexcharts": "^4.7.0",
"array.prototype.tosorted": "1.1.3",
"axios": "^1.9.0",
"dayjs": "^1.11.13",
"lodash.debounce": "^4.0.8",
"pinia": "^3.0.3",
"pinia-persistence-plugin": "^0.0.7",
"pixi.js": "^8.10.1",
"uuid": "^11.1.0",
"vite-plugin-vuetify": "^2.1.1",
"vue": "^3.5.16",
"vue-concurrency": "^5.0.3",
"vue-i18n": "^11.1.5",
"vue-router": "^4.5.1",
"vue3-apexcharts": "^1.8.0",
"vue3-toastify": "^0.2.8",
"vuedraggable": "^4.1.0",
"vuetify": "^3.8.8"
},
"devDependencies": {
"@pinia/testing": "^1.0.2",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.15.30",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/coverage-v8": "^3.2.3",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.17.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-vue": "^9.33.0",
"globals": "^16.2.0",
"jsdom": "^26.1.0",
"lightningcss": "^1.30.1",
"prettier": "^3.5.3",
"sass": "^1.89.2",
"timezone-mock": "^1.3.6",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-top-level-await": "^1.5.0",
"vitest": "^3.0.5",
"vue-tsc": "^2.2.10"
}
}