-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.24 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "foss-sky",
"version": "1.0.0",
"scripts": {
"dev": "cross-env vite",
"build": "cross-env vue-tsc --noEmit && vite build",
"build-dev": "cross-env vue-tsc --noEmit && vite build --mode dev",
"build-release": "cross-env vue-tsc --noEmit && vite build --mode release",
"lint": "eslint --fix --ext .js,.jsx,.vue,.ts,.tsx src/",
"preview": "vite preview",
"prettier": "prettier --write .",
"prepare": "husky install",
"commit": "cz"
},
"dependencies": {
"@iconify/iconify": "^2.2.0",
"@vueuse/core": "^8.1.1",
"axios": "^0.25.0",
"echarts": "5.3.1",
"element-plus": "^2.1.4",
"less": "^4.1.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash-unified": "^1.0.2",
"mitt": "^3.0.0",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.9",
"vue-router": "^4.0.12",
"vue-types": "^4.1.1",
"web-storage-cache": "^1.1.1"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@iconify/json": "^2.1.21",
"@purge-icons/generated": "^0.8.1",
"@types/lodash": "^4.14.179",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.10",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-vue": "3.0.0",
"@vitejs/plugin-vue-jsx": "2.0.0",
"autoprefixer": "^10.4.2",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^14.3.2",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.3.0",
"husky": "^7.0.0",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.19",
"typescript": "^4.5.2",
"unplugin-auto-import": "0.9.3",
"unplugin-element-plus": "0.4.1",
"unplugin-vue-components": "^0.17.18",
"vite": "3.0.0",
"vite-plugin-purge-icons": "^0.8.1",
"vue": "3.2.27",
"vue-eslint-parser": "^8.1.0",
"vue-tsc": "0.38.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}