-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 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
62
63
{
"name": "vue3-ts-vite-naiveui",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode development",
"build:pro": "vue-tsc --noEmit && vite build --mode production",
"preview": "vite preview",
"lint": "eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx",
"prettier": "prettier --write .",
"tsc": "vue-tsc --noEmit"
},
"dependencies": {
"@types/md5": "^2.3.2",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^8.3.1",
"axios": "^0.27.2",
"chroma-js": "^2.4.2",
"dayjs": "^1.11.1",
"file-saver": "^2.0.5",
"fuse.js": "^6.5.3",
"md5": "^2.3.0",
"mockjs": "^1.1.0",
"naive-ui": "^2.28.2",
"pinia": "^2.0.13",
"pinia-plugin-persistedstate": "^1.5.1",
"shepherd.js": "^9.1.0",
"vue": "^3.2.33",
"vue-i18n": "^9.2.0-beta.35",
"vue-request": "^1.2.4",
"vue-router": "^4.0.14",
"vue3-print-nb": "^0.1.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@types/chroma-js": "^2.1.3",
"@types/mockjs": "^1.0.6",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.5",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.0.1",
"path-browserify": "^1.0.1",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"sass": "^1.51.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"unplugin-vue-components": "^0.19.3",
"vfonts": "^0.1.0",
"vite": "^2.9.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^0.35.0"
}
}