28 lines
688 B
JSON
28 lines
688 B
JSON
|
{
|
||
|
"name": "@tavi/hook",
|
||
|
"version": "1.0.0",
|
||
|
"main": "dist/index.esm.js",
|
||
|
"types": "dist/types/index.d.ts",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"build": "rollup -c"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rollup/plugin-commonjs": "^24.1.0",
|
||
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
||
|
"rollup": "^3.21.5",
|
||
|
"rollup-plugin-typescript2": "^0.34.1",
|
||
|
"typescript": "^5.0.2",
|
||
|
"@types/node": "18.16.3",
|
||
|
"@types/react": "^18.0.28",
|
||
|
"@types/react-dom": "^18.0.11",
|
||
|
"@types/react-router-dom": "5.3.3"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"typescript": "^5.0.4",
|
||
|
"axios": "1.4.0",
|
||
|
"react": "18.2.0",
|
||
|
"react-dom": "18.2.0",
|
||
|
"react-router-dom": "6.11.2"
|
||
|
}
|
||
|
}
|