-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.61 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.61 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "project",
"version": "1.0.0",
"description": "项目管理",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"lint:style": "turbo run lint:style",
"commit": "cz-customizable",
"prepare": "husky"
},
"keywords": [],
"author": "机车靓仔",
"license": "ISC",
"packageManager": "pnpm@10.4.1",
"dependencies": {
"@sunday9787/log": "^1.0.2",
"@vueuse/components": "^13.5.0",
"@vueuse/core": "^13.5.0",
"axios": "^1.7.7",
"class-transformer": "^0.5.1",
"dayjs": "^1.11.13",
"lodash-es": "^4.17.21",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^3.2.3",
"reflect-metadata": "^0.2.2",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-plugin-pug": "^2.2.8",
"@vue/tsconfig": "^0.7.0",
"commitizen": "^4.3.0",
"commitlint": "^19.8.0",
"commitlint-config-cz": "^0.13.3",
"cssnano": "^7.0.6",
"cz-customizable": "^7.4.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-vue-pug": "^0.6.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.5.3",
"postcss-html": "^1.8.0",
"postcss-less": "^6.0.0",
"postcss-preset-env": "^10.1.5",
"postcss-scss": "^4.0.9",
"postcss-styl": "^0.12.3",
"postcss-syntax": "^0.36.2",
"prettier": "^3.2.5",
"stylelint": "^16.15.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.6.0",
"stylelint-config-standard-less": "^3.0.1",
"stylelint-less": "^3.0.1",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.12.1",
"stylelint-stylus": "^1.0.0",
"tailwindcss": "^3.4.12",
"turbo": "^2.4.4",
"typescript": "^5.1.3",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.7.0",
"vite": "^6.3.5",
"vue-pug-plugin": "^2.0.3"
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
}
}