2022-09-16 10:58:10 +08:00
|
|
|
{
|
2023-03-28 11:40:52 +08:00
|
|
|
"name": "@examples/rax-project",
|
|
|
|
|
"private": true,
|
2022-09-16 10:58:10 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "ice start",
|
|
|
|
|
"build": "ice build"
|
|
|
|
|
},
|
|
|
|
|
"description": "",
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ice/app": "workspace:*",
|
|
|
|
|
"@ice/plugin-rax-compat": "workspace:*",
|
|
|
|
|
"@ice/runtime": "workspace:*",
|
|
|
|
|
"rax": "^1.2.2",
|
|
|
|
|
"rax-image": "^2.4.1",
|
|
|
|
|
"rax-is-valid-element": "^1.0.0",
|
|
|
|
|
"rax-text": "^2.2.0",
|
|
|
|
|
"rax-view": "^2.3.0",
|
|
|
|
|
"react": "^18.0.0",
|
|
|
|
|
"react-dom": "^18.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.0.0",
|
|
|
|
|
"@types/react-dom": "^18.0.2",
|
2023-08-21 16:26:00 +08:00
|
|
|
"webpack": "^5.88.0"
|
2022-09-16 10:58:10 +08:00
|
|
|
}
|
|
|
|
|
}
|