store/react/package.json
2025-03-28 09:39:27 +08:00

24 lines
559 B
JSON

{
"name": "@kevisual/store-react",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev:lib": "vite build --watch",
"build:lib": "vite build",
"build": "vite build"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.6.5",
"type": "module",
"peerDependencies": {
"react": "^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.2.3",
"vite-plugin-dts": "^4.5.3"
}
}