-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"private": true,
"packageManager": "pnpm@8.6.6",
"scripts": {
"version": "changeset && changeset version",
"publish": "pnpm run build && changeset publish",
"dev": "pnpm -r --parallel run dev",
"build": "pnpm -r --filter !playground run build",
"lint": "tsc && eslint . --fix",
"test": "vitest",
"up": "taze major -Ir",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@chenyueban/eslint-config": "^1.1.0",
"@chenyueban/tsconfig": "^2.1.0",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"taze": "^0.11.2",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.1",
"vitest": "^0.33.0"
}
}