mirror of https://github.com/alibaba/ice.git
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"name": "@examples/with-unocss",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "ice start",
|
|
"build": "ice build"
|
|
},
|
|
"dependencies": {
|
|
"@ice/runtime": "workspace:*",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@ice/app": "workspace:*",
|
|
"@ice/plugin-unocss": "workspace:*"
|
|
}
|
|
}
|