forked from VueTorrent/VueTorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
{
"name": "vuetorrent",
"private": true,
"version": "2.3.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vue-tsc && vite build",
"check-build": "vue-tsc",
"preview": "vite preview",
"lint": "eslint --fix --ignore-path .gitignore && prettier . -w -u --ignore-path .gitignore",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@faker-js/faker": "^8.3.1",
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-mono": "^5.0.14",
"@mdi/font": "^7.3.67",
"@mdi/js": "^7.3.67",
"@vueuse/core": "^10.6.1",
"apexcharts": "^3.44.0",
"axios": "^1.6.2",
"dayjs": "^1.11.9",
"lodash.debounce": "^4.0.8",
"pinia": "^2.1.6",
"pinia-plugin-persist": "^1.0.0",
"uuid": "^9.0.1",
"vite-plugin-pwa": "^0.17.2",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.3.9",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-toastify": "^0.1.14",
"vuedraggable": "^4.1.0",
"vuetify": "^3.4.4"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.10.0",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-vue": "^4.5.0",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^2.4.3",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^23.0.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.20"
}
}