You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
437 B
22 lines
437 B
{
|
|
"name": "root",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.35",
|
|
"antd": "^5.4.2",
|
|
"babel-plugin-import": "^1.13.6",
|
|
"lerna": "^6.6.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "lerna exec npm run dev",
|
|
"build": "lerna exec npm run build",
|
|
"clean": "lerna exec -- rm -rf ./dist"
|
|
},
|
|
"dependencies": {
|
|
"cnpm": "^9.1.0"
|
|
}
|
|
}
|