-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.23 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
{
"name": "solka-mgt.v3js.free",
"description": "(索尔卡) 管理系统,是由 VC 开发创作的,基于 Vite 构建工具、Vue 3 和 Javascript 为基础,采用 Pinia 作为状态管理器、Tailwindcss 作为 CSS 框架、AntDesignVue 作为 UI 框架进行的中后台解决方案。\n该项目使用了 script setup 语法和极少量的第三方库,可以作为项目的起步进行开发。同时也是 Vue2 JS 栈为基础的开发人员作为学习、参考的不错选择。",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5173"
},
"dependencies": {
"@vueuse/core": "^9.3.0",
"ant-design-vue": "^3.2.12",
"axios": "^0.27.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.21",
"vue": "^3.2.40",
"vue-router": "^4.1.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"@volar/vue-language-plugin-pug": "^1.0.2",
"autoprefixer": "^10.4.12",
"less": "^4.1.3",
"mockjs": "^1.1.0",
"postcss": "^8.4.16",
"pug": "^3.0.2",
"tailwindcss": "^3.1.8",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.1.7",
"vite-plugin-mock": "^2.9.6"
}
}