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.
21 lines
388 B
21 lines
388 B
{
|
|
"name": "root",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*",
|
|
"projects/*"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/runtime": "^7.21.0",
|
|
"@types/react": "^18.0.37",
|
|
"antd": "^5.4.2",
|
|
"babel-plugin-import": "^1.13.6",
|
|
"father": "^4.1.8",
|
|
"lerna": "^6.6.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"cnpm": "^9.1.0"
|
|
}
|
|
}
|