test 版本
This commit is contained in:
+20
-12
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@Pika/ui",
|
||||
"name": "rustui",
|
||||
"version": "0.0.1",
|
||||
"description": "AI-Native component library for modern visualization",
|
||||
"description": "RustUI - A modern React component library",
|
||||
"type": "module",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
@@ -11,7 +11,7 @@
|
||||
"import": "./dist/esm/index.js",
|
||||
"require": "./dist/cjs/index.js"
|
||||
},
|
||||
"./styles": "./src/global.css"
|
||||
"./styles": "./dist/esm/global.css"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
@@ -28,6 +28,7 @@
|
||||
"lint": "eslint src --ext .ts,.tsx",
|
||||
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
|
||||
"prepare": "husky",
|
||||
"prepublishOnly": "pnpm build",
|
||||
"changeset": "changeset",
|
||||
"release": "changeset publish"
|
||||
},
|
||||
@@ -44,26 +45,33 @@
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"devEngines": {
|
||||
"packageManager": {
|
||||
"name": "pnpm",
|
||||
"version": "^11.2.2",
|
||||
"onFail": "download"
|
||||
"version": "9.15.0",
|
||||
"onFail": "warn"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"Pika",
|
||||
"rustui",
|
||||
"ui",
|
||||
"components",
|
||||
"react",
|
||||
"visualization"
|
||||
"component-library"
|
||||
],
|
||||
"author": "",
|
||||
"author": "donghy.top",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^6.2.5",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://110.42.255.239:3000/admin/RustUI.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://110.42.255.239:3000/admin/RustUI/issues"
|
||||
},
|
||||
"homepage": "http://110.42.255.239:3000/admin/RustUI",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.31.0",
|
||||
|
||||
Reference in New Issue
Block a user