2022-08-09 16:42:48 +08:00
|
|
|
{
|
2023-02-16 16:11:49 +08:00
|
|
|
"name": "@examples/hash-router-demo",
|
2023-02-13 14:48:34 +08:00
|
|
|
"private": true,
|
2022-08-09 16:42:48 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "ice start",
|
|
|
|
|
"build": "ice build"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ice/app": "workspace:*",
|
|
|
|
|
"@ice/runtime": "workspace:*",
|
|
|
|
|
"react": "^18.0.0",
|
|
|
|
|
"react-dom": "^18.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.0.0",
|
2022-08-25 10:31:16 +08:00
|
|
|
"@types/react-dom": "^18.0.0"
|
2022-08-09 16:42:48 +08:00
|
|
|
}
|
|
|
|
|
}
|