ice/examples/basic-project/package.json

29 lines
681 B
JSON
Raw Permalink Normal View History

2022-01-28 16:26:35 +08:00
{
"name": "@examples/basic-project",
2022-01-28 16:26:35 +08:00
"version": "1.0.0",
"private": true,
2022-01-28 16:26:35 +08:00
"scripts": {
"start": "ice start",
"build": "ice build",
"build:splitChunks": "ice build --config splitChunks.config.mts"
2022-01-28 16:26:35 +08:00
},
"description": "",
"author": "",
2022-02-23 12:06:48 +08:00
"license": "MIT",
"dependencies": {
"@ice/app": "workspace:*",
2022-06-02 15:36:16 +08:00
"@ice/plugin-rax-compat": "workspace:*",
"@ice/runtime": "workspace:*",
"@uni/env": "^1.1.0",
"ahooks": "^3.3.8",
2022-04-18 15:15:33 +08:00
"react": "^18.0.0",
"react-dom": "^18.0.0"
2022-02-23 12:06:48 +08:00
},
"devDependencies": {
2022-04-18 15:15:33 +08:00
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.2",
"speed-measure-webpack-plugin": "^1.5.0",
"webpack": "^5.88.0"
2022-02-23 12:06:48 +08:00
}
2022-06-06 20:01:52 +08:00
}