mirror of https://github.com/alibaba/ice.git
24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "@examples/with-antd-mobile",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "ice start",
|
|
"build": "ice build"
|
|
},
|
|
"description": "",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ice/app": "workspace:*",
|
|
"@ice/runtime": "workspace:*",
|
|
"antd-mobile": "^5.12.4",
|
|
"constate": "^3.3.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.2"
|
|
}
|
|
} |