-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.71 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
{
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"build:ssg": "vite-ssg build",
"dev": "vite --port 3000 --open",
"lint": "eslint .",
"slint": "stylelint --fix \"**/*.{postcss,css}",
"preview": "vite build && vite preview --open",
"preview:ssg": "vite build && vite preview --open",
"preview:dist": "vite preview --open",
"preview-https": "serve dist",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^8.6.0",
"@vueuse/head": "^0.7.6",
"axios": "^0.27.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
"prism-theme-vars": "^0.2.3",
"vue": "^3.2.36",
"vue-demi": "^0.12.5",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.15",
"vue-router-prefetch": "^2.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.1",
"@iconify-json/carbon": "^1.1.5",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@types/lodash-es": "^4.17.6",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.34.1",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"eslint": "^8.16.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.29.0",
"pnpm": "^7.1.7",
"stylelint": "^14.8.5",
"stylelint-config-standard": "^25.0.0",
"typescript": "^4.7.2",
"unocss": "^0.34.1",
"unplugin-auto-import": "^0.8.6",
"unplugin-vue-components": "^0.19.6",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.9",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-ssg": "^0.20.0",
"vite-ssg-sitemap": "^0.2.7",
"vue-tsc": "^0.35.2"
}
}