feat: updates

This commit is contained in:
qier222 2022-05-29 17:53:27 +08:00
parent ffcc60b793
commit dd5361b8c4
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
106 changed files with 11989 additions and 4143 deletions

View file

@ -14,19 +14,19 @@
"packageManager": "pnpm@7.0.0",
"scripts": {
"install": "turbo run post-install --parallel --no-cache",
"build": "turbo run build",
"build": "ross-env-shell IS_ELECTRON=yes turbo run build",
"build:web": "turbo run build:web",
"dev": "turbo run dev --parallel",
"dev": "cross-env-shell IS_ELECTRON=yes turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md}\"",
"storybook": "pnpm -F web storybook",
"storybook:build": "pnpm -F web storybook:build"
},
"devDependencies": {
"eslint": "^8.15.0",
"cross-env": "^7.0.3",
"eslint": "^8.16.0",
"prettier": "^2.6.2",
"turbo": "^1.2.9",
"typescript": "^4.6.4"
},
"dependencies": {}
"turbo": "^1.2.14",
"typescript": "^4.7.2"
}
}