store init
This commit is contained in:
23
react/package.json
Normal file
23
react/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@kevisual/store-react",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev:lib": "vite build --watch",
|
||||
"build:lib": "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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user