2023-01-11 17:36:28 +08:00
|
|
|
{
|
2023-02-16 16:11:49 +08:00
|
|
|
"name": "@examples/memory-router",
|
2023-02-13 14:48:34 +08:00
|
|
|
"private": true,
|
2023-01-11 17:36:28 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "ice start",
|
|
|
|
|
"build": "ice build",
|
|
|
|
|
"build:optimization": "ice build --config optimization.config.mts"
|
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|