-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 923 Bytes
/
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
{
"private": true,
"scripts": {
"prepare": "pnpm run stub",
"stub": "turbo run stub",
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"preview:play": "pnpm -F playground preview",
"plop": "plop",
"cs": "changeset",
"cs:version": "changeset version",
"cs:publish": "changeset publish",
"release": "run-s build cs:version cs:publish",
"cz": "cz"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.7",
"@changesets/cli": "^2.26.2",
"@esbuild-kit/cjs-loader": "^2.4.2",
"@rhao/plop-generators": "^0.7.1",
"@tsconfig/node18": "^18.2.0",
"@types/node": "^18.16.17",
"commitizen": "^4.3.0",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"git-cz": "^4.9.0",
"npm-run-all": "^4.1.5",
"plop": "^3.1.2",
"prettier": "^3.0.0",
"turbo": "latest",
"typescript": "^5.1.6"
}
}