This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
generated from vbenjs/vue-vben-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.04 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
{
"name": "vben-admin-monorepo",
"version": "3.0.0-alpha.4",
"private": true,
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": {
"url": "https://github.com/vbenjs/vue-vben-admin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git"
},
"license": "MIT",
"author": {
"name": "vben",
"email": "[email protected]",
"url": "https://github.com/anncwb"
},
"scripts": {
"gen:api": "cd nswag & refresh.bat",
"bootstrap": "pnpm install",
"build": "pnpm run build --filter scripts",
"changeset": "changeset",
"clean": "turbo run clean && rimraf node_modules",
"dev": "pnpm run dev --filter scripts",
"format": "pnpm run lint:eslint & pnpm run lint:stylelint & pnpm run lint:prettier",
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm run stub",
"lint:eslint": "eslint . --cache --max-warnings 0 --fix",
"lint:prettier": "prettier --write \"{packages,apps,configs}/**/*.{js,json,ts,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\"",
"reinstall": "turbo run clean && rimraf pnpm-lock.yaml && rimraf node_modules && npm run bootstrap",
"stub": "pnpm run prepack --filter ./configs",
"test": "vitest",
"version": "pnpm run changeset version"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@config/lint": "workspace:*",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.1",
"@types/node": "^17.0.38",
"cross-env": "^7.0.3",
"esno": "^0.14.1",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.4",
"jsdom": "^19.0.0",
"nswag": "13.6.2",
"pathe": "^0.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.75.5",
"ts-node": "^10.8.0",
"tsconfig": "workspace:*",
"turbo": "^1.2.15",
"typescript": "^4.7.2",
"unbuild": "^0.7.4",
"vitest": "^0.7.13"
},
"engines": {
"node": ">=16"
},
"packageManager": "[email protected]"
}