-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.12 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
{
"name": "anyi-admin-vue",
"description": "AnYi Admin Vue",
"version": "1.0.0-alpha7",
"private": true,
"author": {
"name": "zxuanhong",
"email": "anyilanxin@aliyun.com",
"url": "/~https://github.com/anyilanxin"
},
"license": "Apache-2.0",
"homepage": "https://anyilanxin.com",
"bugs": {
"url": "/~https://github.com/anyilanxin/anyi-admin-vue/issues"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/anyilanxin/anyi-admin-vue.git"
},
"scripts": {
"bootstrap": "pnpm install",
"build": "pnpm --filter scripts build",
"changeset": "changeset",
"clean": "pnpm turbo run clean && rimraf node_modules",
"dev": "pnpm --filter scripts dev",
"serve": "pnpm --filter @anyi/admin dev",
"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,scripts}/**/*.{js,json,ts,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --fix ",
"reinstall": "pnpm turbo run clean && rimraf pnpm-lock.yaml && rimraf node_modules && npm run bootstrap",
"stub": "pnpm --filter @config/** prepack",
"test": "vitest",
"turbo:build": "turbo run build --parallel",
"turbo:dev": "turbo run dev --parallel",
"turbo:preview": "turbo run preview --parallel",
"version": "pnpm run changeset version"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@config/lint": "workspace:*",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.0",
"cross-env": "^7.0.3",
"esno": "^0.16.3",
"fs-extra": "^11.1.1",
"jsdom": "^21.1.1",
"pathe": "^1.1.0",
"rimraf": "^4.4.1",
"rollup": "^3.21.0",
"ts-node": "^10.9.1",
"tsconfig": "workspace:*",
"turbo": "^1.10.7",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"vitest": "^0.30.1"
},
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@7.1.0"
}