This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"homepage": "https://github.com/MoomFE-Starter-Template/Base-Naive-UI",
"scripts": {
"dev": "pnpm install && vite --host",
"build": "pnpm install && cross-env SSG=true vite-ssg build",
"preview": "pnpm install && cross-env SSG=true vite-ssg build && vite preview --host",
"lint": "eslint . --fix",
"up": "npx taze latest -w -i --exclude critters"
},
"dependencies": {
"@mixte/use": "^1.6.0",
"@vueuse/core": "^10.5.0",
"@vueuse/head": "^2.0.0",
"@vueuse/math": "^10.5.0",
"lodash": "^4.17.21",
"mixte": "^1.6.0",
"naive-ui": "^2.35.0",
"pinia": "^2.1.7",
"vite-ssg": "^0.23.4",
"vue": "^3.3.7",
"vue-i18n": "^9.6.2",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@css-render/vue3-ssr": "^0.15.12",
"@iconify/json": "^2.2.135",
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@moomfe/eslint-config": "^2.7.2",
"@rollup/pluginutils": "^5.0.5",
"@types/fs-extra": "^11.0.3",
"@types/jsdom": "^21.1.4",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.9",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/compiler-sfc": "^3.3.7",
"critters": "0.0.16",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
"pnpm": "^8.10.0",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"unocss": "^0.57.1",
"unocss-preset-extra": "^0.5.3",
"unocss-preset-scrollbar": "^0.3.0",
"unplugin-auto-import": "^0.16.7",
"unplugin-icons": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.41",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-ssg-sitemap": "^0.6.0"
}
}