|
|
@@ -39,7 +39,8 @@
|
|
|
"checked":"npm run generate:file && rm -rf dist/ && tsc",
|
|
|
"dev": "npm run checked && vite --open",
|
|
|
"build:site": "npm run checked && vite build",
|
|
|
- "build": "npm run checked && vite build -c vite.config.build.ts",
|
|
|
+ "build": "npm run checked && vite build --config vite.config.build.ts",
|
|
|
+ "build:disperse": "vite build --config vite.config.build.disperse.ts",
|
|
|
"serve": "vite preview",
|
|
|
"upload": "yarn build:site && node ./jd/upload.js",
|
|
|
"add": "node jd/createComponentMode.js",
|
|
|
@@ -57,7 +58,7 @@
|
|
|
"@commitlint/cli": "^10.0.0",
|
|
|
"@commitlint/config-conventional": "^10.0.0",
|
|
|
"@types/node": "^14.14.31",
|
|
|
- "@vitejs/plugin-vue": "^1.1.4",
|
|
|
+ "@vitejs/plugin-vue": "^1.1.5",
|
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
|
@@ -69,10 +70,9 @@
|
|
|
"husky": "^4.3.0",
|
|
|
"lint-staged": "^10.5.0",
|
|
|
"prettier": "^1.19.1",
|
|
|
- "swiper": "4.0.2",
|
|
|
"transliteration": "^2.2.0",
|
|
|
"typescript": "^4.1.5",
|
|
|
- "vite": "^2.0.2",
|
|
|
+ "vite": "^2.0.5",
|
|
|
"vite-plugin-md": "^0.5.1"
|
|
|
},
|
|
|
"eslintConfig": {
|