-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.93 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.93 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
{
"private": true,
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^7.4.1",
"@vueuse/head": "^0.7.4",
"axios": "^0.24.0",
"mande": "^1.0.1",
"nprogress": "^0.2.0",
"panzoom": "^9.4.2",
"pinia": "^2.0.9",
"prism-theme-vars": "^0.2.2",
"svg-pan-zoom": "^3.6.1",
"vue": "^3.2.26",
"vue-content-loader": "^2.0.1",
"vue-demi": "^0.12.1",
"vue-i18n": "^9.1.9",
"vue-inline-svg": "^3.1.0",
"vue-router": "^4.0.12",
"vue-simple-svg": "^2.0.2",
"vue3-smooth-scroll": "^0.8.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.14.0",
"@iconify-json/carbon": "^1.0.12",
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/server-renderer": "^3.2.26",
"@vue/test-utils": "^2.0.0-rc.18",
"critters": "^0.0.15",
"cross-env": "^7.0.3",
"cypress": "^9.1.1",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.0",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.1",
"pnpm": "^6.24.3",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.5.4",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.11",
"vite": "^2.7.6",
"vite-plugin-inspect": "^0.3.11",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "^0.19.7",
"vite-plugin-pwa": "^0.11.12",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-plugin-windicss": "^1.6.1",
"vite-ssg": "^0.17.2",
"vitest": "^0.0.113",
"vue-tsc": "^0.30.0"
}
}