-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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": "vue3-moblie",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src/**/*.{js,jsx,vue,ts,tsx} --fix",
"preview": "vite preview",
"prettier": "prettier --write .",
"commit": "cz",
"prepare": "husky install"
},
"dependencies": {
"axios": "^1.3.2",
"dayjs": "^1.11.7",
"normalize.css": "^8.0.1",
"pinia": "^2.0.30",
"underscore": "^1.13.6",
"vant": "^4.0.10",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@vitejs/plugin-vue": "^4.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.0",
"less": "^4.1.3",
"prettier": "^2.8.4",
"prettier-eslint": "^15.0.1",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}