-
Notifications
You must be signed in to change notification settings - Fork 905
/
package.json
156 lines (156 loc) · 5.26 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "vue3-antdv-admin",
"version": "2.0.0",
"packageManager": "[email protected]",
"type": "module",
"engines": {
"node": ">=18",
"pnpm": ">=9.0.2"
},
"author": {
"name": "buqiyuan",
"email": "[email protected]",
"url": "https://github.com/buqiyuan"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm nx:build",
"bootstrap": "pnpm install",
"serve": "npm run dev",
"dev": "vite dev",
"build": "rimraf dist && cross-env NODE_ENV=production vite build",
"build:watch": "rimraf dist && cross-env NODE_ENV=production vite build --watch",
"build:pkg": "pnpm -r --paralle --filter=\"./packages/*\" run build",
"nx:build": "nx run-many -t build --exclude @admin-pkg/components",
"nx:build:watch": "nx watch --all -- nx run \\$NX_PROJECT_NAME:build",
"preview": "npm run build --watch && vite preview",
"preview:dist": "vite preview",
"openapi": "npx tsx openapi.config.ts",
"clean:cache": "npx rimraf node_modules/.cache/ && npx rimraf node_modules/.vite",
"clean:lib": "npx rimraf node_modules packages/*/node_modules",
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mocks}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged",
"prepare": "husky",
"release": "git push && git push origin --tags",
"gen:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && pnpm clean:lib && npm run bootstrap",
"test:gzip": "npx http-server dist --cors --gzip -c-1",
"test:br": "npx http-server dist --cors --brotli -c-1"
},
"dependencies": {
"@ant-design/icons-vue": "~7.0.1",
"@iconify/vue": "^4.2.0",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "~12.2.0",
"ant-design-vue": "~4.2.6",
"axios": "~1.7.9",
"crypto-js": "^4.2.0",
"dayjs": "~1.11.13",
"echarts": "^5.5.1",
"file-saver": "~2.0.5",
"lodash-es": "~4.17.21",
"mitt": "~3.0.1",
"nprogress": "~1.0.0-1",
"pinia": "~2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"qiniu-js": "^3.4.2",
"qs": "~6.13.0",
"sortablejs": "~1.15.6",
"tinymce": "^7.6.0",
"vue": "~3.5.13",
"vue-echarts": "^7.0.3",
"vue-i18n": "~10.0.4",
"vue-router": "~4.4.5",
"vue-types": "~5.1.3",
"vue-virtual-scroller": "2.0.0-beta.8",
"xlsx": "~0.18.5"
},
"devDependencies": {
"@admin-pkg/components": "workspace:*",
"@admin-pkg/vite-plugin-http2-proxy": "workspace:*",
"@admin-pkg/vite-plugin-msw": "workspace:*",
"@admin-pkg/vite-plugin-tinymce-resource": "workspace:*",
"@commitlint/cli": "~19.5.0",
"@commitlint/config-conventional": "~19.5.0",
"@faker-js/faker": "^9.0.3",
"@iconify-json/ant-design": "^1.2.5",
"@iconify-json/ep": "^1.2.2",
"@iconify/json": "^2.2.288",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "~4.17.12",
"@types/node": "~22.7.4",
"@types/qs": "^6.9.16",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "~8.18.2",
"@typescript-eslint/parser": "~8.18.2",
"@umijs/openapi": "^1.13.0",
"@vitejs/plugin-vue": "~5.2.1",
"@vitejs/plugin-vue-jsx": "~4.1.1",
"@vue/tsconfig": "^0.7.0",
"commitizen": "~4.3.1",
"conventional-changelog-cli": "~4.1.0",
"core-js": "^3.39.0",
"cross-env": "~7.0.3",
"eslint": "~9.17.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "~9.32.0",
"husky": "~9.1.7",
"less": "~4.2.1",
"lint-staged": "~15.2.11",
"msw": "^2.4.9",
"nx": "^20.3.0",
"postcss": "~8.4.49",
"postcss-html": "~1.7.0",
"postcss-less": "~6.0.0",
"prettier": "~3.4.2",
"rimraf": "~5.0.9",
"stylelint": "~16.12.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "~14.0.1",
"stylelint-config-recommended-vue": "~1.5.0",
"stylelint-config-standard": "~36.0.1",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.2",
"typescript": "~5.7.2",
"unocss": "^0.65.3",
"unplugin-vue-components": "~0.28.0",
"vite": "~6.0.6",
"vite-plugin-checker": "~0.8.0",
"vite-plugin-inspect": "^0.10.6",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-svg-icons": "~2.0.1",
"vite-plugin-vue-inspector": "^5.3.1",
"vue-eslint-parser": "~9.4.3",
"vue-tsc": "~2.2.0"
},
"__npminstall_done": false,
"repository": {
"type": "git",
"url": "https://github.com/buqiyuan/vue3-antdv-admin"
},
"homepage": "https://buqiyuan.gitee.io/vue3-antdv-admin",
"keywords": [
"vue",
"ant-design-vue",
"vue3",
"ts",
"tsx",
"admin",
"typescript"
],
"license": "MIT",
"target": "web",
"pnpm": {
"overrides": {},
"peerDependencyRules": {
"allowedVersions": {}
}
}
}