mirror of https://github.com/alibaba/ice.git
23 lines
537 B
JSON
23 lines
537 B
JSON
{
|
|
"name": "example-basic-store",
|
|
"description": "store management with icejs",
|
|
"dependencies": {
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^10.4.7",
|
|
"@types/react": "^16.9.20",
|
|
"@types/react-dom": "^16.9.5",
|
|
"react-test-renderer": "^16.13.1"
|
|
},
|
|
"scripts": {
|
|
"start": "../../packages/icejs/bin/ice-cli.js start",
|
|
"build": "../../packages/icejs/bin/ice-cli.js build",
|
|
"test": "icejs test"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
}
|