29 lines
731 B
JSON
29 lines
731 B
JSON
{
|
|
"name": "server-react-test",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@Kevisual/router": "npm:@kevisual/router@^0.0.5",
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
"react": "^18.3.1",
|
|
"rollup": "^4.27.4",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|