-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.25 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
{
"private": true,
"scripts": {
"build": "psky-scripts turbo build",
"build:release": "psky-scripts turbo build --no-cache",
"dev": "psky-scripts turbo dev --parallel",
"doc": "dumi dev",
"docs:build": "dumi build",
"format": "prettier --cache --write .",
"preinstall": "npx only-allow pnpm",
"postinstall": "psky-scripts postinstall",
"prepare": "husky install",
"release": "psky-scripts release",
"release:debug": "psky-scripts release --debug",
"tsc": "pnpm --filter \"./packages/**\" tsc",
"turbo:clean": "rimraf .turbo",
"yalc": "psky-scripts turbo yalc"
},
"lint-staged": {
"*.{jsx,less,md,json}": [
"prettier --cache --write"
],
"*.ts?(x)": [
"prettier --cache --parser=typescript --write"
]
},
"devDependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.6",
"@babel/preset-env": "^7.22.6",
"@babel/preset-typescript": "^7.22.5",
"@pnpm/lockfile-file": "^5.0.3",
"@pnpm/logger": "^4.0.0",
"@pskyjs/utils": "workspace:*",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/resolve": "^1.20.2",
"@types/rimraf": "3.0.2",
"@vercel/ncc": "0.33.3",
"dts-packer": "^0.0.3",
"dumi": "^2.2.1",
"expect-playwright": "^0.8.0",
"git-repo-info": "^2.1.1",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"lint-staged": "^12.3.7",
"matcher": "^5.0.0",
"only-allow": "^1.1.0",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier-plugin-packagejson": "^2.2.18",
"psky": "workspace:*",
"psky-scripts": "workspace:*",
"regenerator-runtime": "^0.13.9",
"resolve": "^1.22.0",
"rimraf": "^3.0.2",
"tsx": "3.9.0",
"turbo": "1.5.4",
"typescript": "^4.8.4",
"uglify-js": "^3.15.4",
"zx": "^7.0.8"
},
"packageManager": "pnpm@7.3.0",
"engines": {
"node": ">=14",
"pnpm": ">=7"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"dva",
"postcss",
"webpack",
"eslint",
"stylelint",
"redux"
]
}
},
"_local": "This flag is used to check if the development in local, Please do not delete."
}