mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
39 lines
1002 B
JSON
39 lines
1002 B
JSON
{
|
|
"name": "@remake/hooks",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"author": "Vick Scarlet <vick@syaro.io>",
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "bunx --bun eslint",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@remake/core": "workspace:*",
|
|
"@remake/data": "workspace:*",
|
|
"@remake/vitex": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"jotai": "^2.20.2",
|
|
"react": "^19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@happy-dom/global-registrator": "^20.11.1",
|
|
"@testing-library/jest-dom": "^7.0.0",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/react": "^19.2.18",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.1.1"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts",
|
|
"types": "./src/index.ts"
|
|
},
|
|
"./*": {
|
|
"import": "./src/*.ts",
|
|
"types": "./src/*.ts"
|
|
}
|
|
}
|
|
}
|