-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "china-ex-ns",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"compress:font": "esno scripts/compressFont.ts"
},
"dependencies": {
"@vueuse/core": "^9.3.1",
"echarts": "5.4.0",
"file-saver": "^2.0.5",
"vue": "^3.2.41",
"vue-echarts": "6.2.3"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.9",
"@iconify-json/ep": "^1.1.8",
"@qianphong/eslint-config": "^0.1.4",
"@types/file-saver": "^2.0.5",
"@types/fontmin": "^0.9.0",
"@types/node": "18.8.0",
"@unocss/reset": "^0.45.29",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/runtime-core": "^3.2.41",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.25.0",
"esno": "^0.16.3",
"fontmin": "^0.9.9",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"unocss": "^0.45.29",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vue-tsc": "^1.0.8"
},
"eslintConfig": {
"extends": "@qianphong"
},
"eslintIgnore": [
"node_modules",
"dist"
]
}