Compare commits

...

3 Commits

Author SHA1 Message Date
tangjinzhou 8d3c9c9bde chore: update pkg 2024-08-19 21:21:30 +08:00
tangjinzhou d5eaae9721 chore: update pkg 2024-08-19 20:39:05 +08:00
tangjinzhou f037857789 chore: update pkg 2024-08-19 20:38:53 +08:00
1 changed files with 4 additions and 4 deletions

View File

@ -61,6 +61,7 @@
"tsc": "tsc --noEmit", "tsc": "tsc --noEmit",
"vue-tsc": "vue-tsc --noEmit", "vue-tsc": "vue-tsc --noEmit",
"site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/", "site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/",
"build-site": "npm run presite && node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site",
"pub:site": "npm run site && node site/scripts/pushToOSS.js", "pub:site": "npm run site && node site/scripts/pushToOSS.js",
"prepare": "husky install", "prepare": "husky install",
"version": "node ./scripts/generate-version", "version": "node ./scripts/generate-version",
@ -128,7 +129,6 @@
"@vitejs/plugin-vue": "^3.0.0", "@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.0", "@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/babel-plugin-jsx": "^1.0.0", "@vue/babel-plugin-jsx": "^1.0.0",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.0", "@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.2", "@vue/test-utils": "^2.0.2",
@ -173,7 +173,7 @@
"eslint-plugin-jest": "^26.0.0", "eslint-plugin-jest": "^26.0.0",
"eslint-plugin-markdown": "^2.0.0", "eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-no-explicit-type-exports": "^0.12.0", "eslint-plugin-no-explicit-type-exports": "^0.12.0",
"eslint-plugin-prettier": "^3.1.0", "eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.17.0", "eslint-plugin-vue": "^9.17.0",
"fast-glob": "^3.2.7", "fast-glob": "^3.2.7",
"fetch-jsonp": "^1.1.3", "fetch-jsonp": "^1.1.3",
@ -218,8 +218,8 @@
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"postcss": "^8.2.12", "postcss": "^8.2.12",
"postcss-loader": "^6.0.0", "postcss-loader": "^6.0.0",
"prettier": "^2.2.0", "prettier": "^3.3.0",
"pretty-quick": "^3.0.0", "pretty-quick": "^4.0.0",
"prismjs": "^1.23.0", "prismjs": "^1.23.0",
"progress": "^2.0.3", "progress": "^2.0.3",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",