chore: format code
This commit is contained in:
34
package.json
34
package.json
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"name": "vben-admin",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"private": true,
|
||||
"keywords": [
|
||||
"monorepo",
|
||||
"turbo",
|
||||
"vben",
|
||||
"vben admin pro",
|
||||
"vben pro",
|
||||
"vue",
|
||||
"vue admin",
|
||||
"vue3"
|
||||
],
|
||||
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
||||
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
||||
"repository": "vbenjs/vue-vben-admin.git",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "vben",
|
||||
"email": "anncwb@126.com",
|
||||
"url": "https://github.com/anncwb"
|
||||
},
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
||||
"repository": "vbenjs/vue-vben-admin.git",
|
||||
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
||||
"keywords": [
|
||||
"monorepo",
|
||||
"turbo",
|
||||
"vben",
|
||||
"vben pro",
|
||||
"vben admin pro",
|
||||
"vue",
|
||||
"vue admin",
|
||||
"vue3"
|
||||
],
|
||||
"scripts": {
|
||||
"bootstrap": "pnpm install",
|
||||
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
|
||||
@@ -30,12 +30,12 @@
|
||||
"check": "pnpm run check:dep && pnpm run check:circular && pnpm run check:type && pnpm run check:spell",
|
||||
"check:circular": "vsh check-circular",
|
||||
"check:dep": "vsh check-dep",
|
||||
"check:type": "turbo run typecheck",
|
||||
"check:spell": "cspell \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",
|
||||
"check:type": "turbo run typecheck",
|
||||
"clean": "vsh clean",
|
||||
"commit": "czg",
|
||||
"docs:dev": "pnpm -F @vben/website run docs:dev",
|
||||
"dev": "turbo run dev --parallel",
|
||||
"docs:dev": "pnpm -F @vben/website run docs:dev",
|
||||
"format": "vsh lint --format",
|
||||
"lint": "vsh lint",
|
||||
"postinstall": "turbo run stub",
|
||||
|
Reference in New Issue
Block a user