-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "argusyes",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"commit": "git-cz",
"prepare": "npm install -g commitizen",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@vueuse/core": "^9.3.0",
"axios": "^1.1.2",
"dayjs": "^1.11.5",
"lodash": "^4.17.21",
"pinia": "^2.0.23",
"vue": "^3.2.37",
"vue-i18n": "9",
"vue-router": "4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@iconify/json": "^2.1.119",
"@vitejs/plugin-vue": "^3.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.25.0",
"husky": "^8.0.1",
"naive-ui": "^2.33.4",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-icons": "^0.14.11",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.0",
"vite-plugin-windicss": "^1.8.8",
"windicss": "^3.5.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}