-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.06 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
{
"private": true,
"name": "Demacia",
"packageManager": "pnpm@7.0.0",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest --coverage",
"preview-https": "serve dist",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"cy:run": "cypress run",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/components": "^8.9.4",
"@vueuse/core": "^8.9.4",
"@vueuse/head": "^0.6.0",
"chart.js": "^3.9.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
"vue": "^3.3.4",
"vue-chartjs": "^4.1.2",
"vue-demi": "^0.14.5",
"vue-github-button": "^3.1.0",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "0.39.3",
"@cypress/vite-dev-server": "^2.2.3",
"@cypress/vue": "^3.1.2",
"@iconify-json/logos": "^1.1.31",
"@iconify/json": "^1.1.461",
"@intlify/vite-plugin-vue-i18n": "^2.5.0",
"@testing-library/vue": "^6.6.1",
"@types/cypress": "^1.1.3",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/ui": "^0.9.4",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.3.2",
"c8": "^7.13.0",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^10.11.0",
"eslint": "8.15.0",
"eslint-plugin-vue": "^9.14.1",
"happy-dom": "^2.55.0",
"https-localhost": "^4.7.1",
"jsdom": "^19.0.0",
"naive-ui": "^2.34.4",
"pnpm": "7.0.1",
"rollup": "^2.79.1",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "5.0.4",
"unplugin-auto-import": "^0.16.2",
"unplugin-icons": "^0.11.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.3.15",
"vite-plugin-pages": "^0.18.2",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-plugin-windicss": "^1.9.0",
"vitest": "^0.9.4",
"vue-tsc": "^1.6.5",
"workbox-precaching": "^6.6.0"
}
}