-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "carillionbookstore-admin",
"version": "0.0.0",
"license": "MIT",
"author": "OceanPresent <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/OceanPresentChao/CarillionBookstore-admin.git"
},
"keywords": [
"oceanpresent"
],
"homepage": "https://github.com/OceanPresentChao/CarillionBookstore-admin",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@types/lodash": "^4.14.182",
"@vueuse/core": "^8.2.3",
"@wangeditor/editor": "^5.1.1",
"@wangeditor/editor-for-vue": "^5.1.11",
"echarts": "^5.3.2",
"lodash": "^4.17.21",
"vue": "^3.2.31",
"vue-i18n": "^9.1.10"
},
"devDependencies": {
"@iconify/vue": "^3.2.1",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "^16.11.25",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/tsconfig": "^0.1.3",
"add": "^2.0.6",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"consola": "^2.15.3",
"dayjs": "^1.11.2",
"element-plus": "^2.2.2",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
"pinia-plugin-persist": "^1.0.0",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "~4.5.5",
"unplugin-auto-import": "^0.6.9",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.8.4",
"vite-plugin-style-import": "^2.0.0",
"vite-svg-loader": "^3.3.0",
"vue-router": "^4.0.15",
"vue-tsc": "^0.31.4"
}
}