mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-02 15:23:37 +00:00
28 lines
650 B
JSON
28 lines
650 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"resolutions": {
|
|
"//": "See https://github.com/facebook/create-react-app/issues/11773",
|
|
"react-error-overlay": "6.0.9"
|
|
},
|
|
"scripts": {
|
|
"dev": "turbo run dev --parallel",
|
|
"dev-ele": "turbo run dev-ele --parallel",
|
|
"build": "turbo run build",
|
|
"build-ele": "turbo run build-ele",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-custom": "*",
|
|
"prettier": "^2.5.1",
|
|
"turbo": "latest"
|
|
},
|
|
"dependencies": {},
|
|
"version": "0.0.0"
|
|
}
|