Skip to content

Commit 5afa7b9

Browse files
committed
chore: add create-primitves scripts
1 parent 4351393 commit 5afa7b9

File tree

4 files changed

+416
-16
lines changed

4 files changed

+416
-16
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"scripts": {
1111
"build": "turbo run build",
1212
"check-types": "turbo run check-types",
13+
"cpn": "tsx script/cp.ts",
1314
"deploy:playground": "pnpm --filter soybean-react-ui-playground deploy",
1415
"dev": "turbo run dev",
1516
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
@@ -23,13 +24,16 @@
2324
"@types/react": "19.1.0",
2425
"@types/react-dom": "19.1.1",
2526
"@unocss/eslint-config": "66.3.2",
27+
"create-skyroc": "workspace:*",
2628
"eslint-plugin-react": "7.37.5",
2729
"eslint-plugin-react-hooks": "5.2.0",
2830
"eslint-plugin-react-refresh": "0.4.20",
2931
"eslint-plugin-sort": "4.0.0",
3032
"prettier": "3.6.0",
3133
"tailwindcss": "4.1.11",
34+
"tsdown": "0.12.9",
3235
"tsup": "8.5.0",
36+
"tsx": "4.20.3",
3337
"turbo": "2.5.4",
3438
"typescript": "5.8.2"
3539
},

0 commit comments

Comments
 (0)