|
@@ -25,7 +25,6 @@
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
"lint:lint-staged": "lint-staged",
|
|
"lint:lint-staged": "lint-staged",
|
|
"test:unit": "jest",
|
|
"test:unit": "jest",
|
|
- "test:unit-coverage": "jest --coverage",
|
|
|
|
"test:gzip": "npx http-server dist --cors --gzip -c-1",
|
|
"test:gzip": "npx http-server dist --cors --gzip -c-1",
|
|
"test:br": "npx http-server dist --cors --brotli -c-1",
|
|
"test:br": "npx http-server dist --cors --brotli -c-1",
|
|
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
|
|
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
|
|
@@ -62,7 +61,7 @@
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"showdown": "^2.0.3",
|
|
"showdown": "^2.0.3",
|
|
"sortablejs": "^1.14.0",
|
|
"sortablejs": "^1.14.0",
|
|
- "tinymce": "^6.0.0",
|
|
|
|
|
|
+ "tinymce": "^5.10.3",
|
|
"vditor": "^3.8.12",
|
|
"vditor": "^3.8.12",
|
|
"vue": "^3.2.31",
|
|
"vue": "^3.2.31",
|
|
"vue-i18n": "^9.1.9",
|
|
"vue-i18n": "^9.1.9",
|
|
@@ -81,7 +80,6 @@
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/inquirer": "^8.2.0",
|
|
"@types/inquirer": "^8.2.0",
|
|
"@types/intro.js": "^3.0.2",
|
|
"@types/intro.js": "^3.0.2",
|
|
- "@types/jest": "^27.4.1",
|
|
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/mockjs": "^1.0.6",
|
|
"@types/mockjs": "^1.0.6",
|
|
"@types/node": "^17.0.21",
|
|
"@types/node": "^17.0.21",
|
|
@@ -104,15 +102,12 @@
|
|
"dotenv": "^16.0.0",
|
|
"dotenv": "^16.0.0",
|
|
"eslint": "^8.11.0",
|
|
"eslint": "^8.11.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
- "eslint-define-config": "^1.3.0",
|
|
|
|
- "eslint-plugin-jest": "^26.1.1",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"esno": "^0.14.1",
|
|
"esno": "^0.14.1",
|
|
"fs-extra": "^10.0.1",
|
|
"fs-extra": "^10.0.1",
|
|
"husky": "^7.0.4",
|
|
"husky": "^7.0.4",
|
|
"inquirer": "^8.2.1",
|
|
"inquirer": "^8.2.1",
|
|
- "jest": "^27.5.1",
|
|
|
|
"less": "^4.1.2",
|
|
"less": "^4.1.2",
|
|
"lint-staged": "12.3.7",
|
|
"lint-staged": "12.3.7",
|
|
"npm-run-all": "^4.1.5",
|
|
"npm-run-all": "^4.1.5",
|
|
@@ -129,7 +124,6 @@
|
|
"stylelint-config-recommended": "^7.0.0",
|
|
"stylelint-config-recommended": "^7.0.0",
|
|
"stylelint-config-standard": "^25.0.0",
|
|
"stylelint-config-standard": "^25.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
- "ts-jest": "^27.1.3",
|
|
|
|
"ts-node": "^10.7.0",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.2",
|
|
"typescript": "^4.6.2",
|
|
"vite": "^2.9.0-beta.3",
|
|
"vite": "^2.9.0-beta.3",
|