2022-12-27 14:33:03 +08:00
|
|
|
{
|
2023-02-16 16:11:49 +08:00
|
|
|
"name": "@examples/with-ssg",
|
2023-02-13 14:48:34 +08:00
|
|
|
"private": true,
|
2022-12-27 14:33:03 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "ice start",
|
|
|
|
|
"build": "ice build"
|
|
|
|
|
},
|
|
|
|
|
"description": "ICE example with ssg",
|
|
|
|
|
"author": "ICE Team",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ice/app": "workspace:*",
|
|
|
|
|
"@ice/runtime": "workspace:*",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.0.17",
|
|
|
|
|
"@types/react-dom": "^18.0.6"
|
|
|
|
|
}
|
|
|
|
|
}
|