2022-11-10 17:17:09 +08:00
|
|
|
{
|
2023-03-28 11:40:52 +08:00
|
|
|
"name": "@examples/with-nested-routes",
|
|
|
|
|
"private": true,
|
2022-11-10 17:17:09 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "ice start",
|
|
|
|
|
"build": "ice build"
|
|
|
|
|
},
|
|
|
|
|
"description": "",
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ice/app": "workspace:*",
|
|
|
|
|
"@ice/runtime": "workspace:*",
|
|
|
|
|
"react": "^18.0.0",
|
|
|
|
|
"react-dom": "^18.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.0.0",
|
|
|
|
|
"@types/react-dom": "^18.0.0",
|
|
|
|
|
"speed-measure-webpack-plugin": "^1.5.0",
|
2023-08-21 16:26:00 +08:00
|
|
|
"webpack": "^5.88.0"
|
2022-11-10 17:17:09 +08:00
|
|
|
}
|
|
|
|
|
}
|