mirror of https://github.com/alibaba/ice.git
20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"name": "exmaple-basic-mpa",
|
|
"description": "",
|
|
"dependencies": {
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.9.13",
|
|
"@types/react-dom": "^16.9.4"
|
|
},
|
|
"scripts": {
|
|
"start": "../../packages/icejs/bin/ice-cli.js start",
|
|
"build": "../../packages/icejs/bin/ice-cli.js build"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
}
|