Skip to content

Commit

Permalink
fix: 🐛 npm install Error pngquant failed to build, make sure that lib…
Browse files Browse the repository at this point in the history
…png is
  • Loading branch information
jsxiaosi committed Dec 24, 2022
1 parent 959d43e commit 5716a32
Show file tree
Hide file tree
Showing 2 changed files with 1,005 additions and 848 deletions.
39 changes: 21 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"@element-plus/icons-vue": "^2.0.10",
"@logicflow/core": "^1.1.31",
"@logicflow/extension": "^1.1.31",
"@vueuse/core": "^9.6.0",
"@vueuse/core": "^9.9.0",
"axios": "^1.2.1",
"dayjs": "^1.11.7",
"echarts": "^5.4.1",
"element-plus": "^2.2.26",
"element-plus": "^2.2.27",
"es6-promise": "^4.2.8",
"i18next": "^22.4.4",
"i18next": "^22.4.6",
"image-conversion": "^2.1.1",
"intro.js": "^6.0.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"marked": "^4.2.4",
"marked": "^4.2.5",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
Expand All @@ -58,22 +58,22 @@
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue-types": "^5.0.1",
"vue-types": "^5.0.2",
"vuex": "^4.1.0",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@ehutch79/vite-eslint": "^0.0.1",
"@esbuild-kit/cjs-loader": "^2.4.1",
"@jsxiaosi/commitlint-config": "^0.0.11",
"@jsxiaosi/eslint-config-prettier": "^0.0.11",
"@jsxiaosi/eslint-config-vue": "^0.0.11",
"@jsxiaosi/commitlint-config": "^0.0.13",
"@jsxiaosi/eslint-config-prettier": "^0.0.13",
"@jsxiaosi/eslint-config-vue": "^0.0.13",
"@types/core-js": "^2.5.5",
"@types/crypto-js": "^4.1.1",
"@types/intro.js": "^5.1.0",
"@types/lodash-es": "^4.17.6",
"@types/marked": "^4.0.8",
"@types/node": "18.11.14",
"@types/node": "18.11.17",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/sortablejs": "^1.15.0",
Expand All @@ -87,7 +87,7 @@
"crypto-js": "^4.1.1",
"czg": "^1.4.1",
"echarts-wordcloud": "^2.1.0",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"http-server": "^14.1.1",
"husky": "^8.0.2",
"jsdom": "^20.0.3",
Expand All @@ -99,28 +99,28 @@
"postcss-scss": "^4.0.6",
"pretty-quick": "^3.1.3",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.56.2",
"sass": "^1.57.1",
"stylelint": "^14.16.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recess-order": "^3.1.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"typescript": "^4.9.4",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-macros": "^1.0.3",
"vite": "^4.0.1",
"unplugin-vue-macros": "^1.1.1",
"vite": "^4.0.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^0.7.10",
"vite-plugin-linter": "^2.0.0",
"vite-plugin-inspect": "^0.7.11",
"vite-plugin-linter": "^2.0.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.25.7",
"vitest": "^0.26.2",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.13",
"vue-tsc": "^1.0.16",
"xlsx": "^0.18.5"
},
"license": "MIT",
Expand All @@ -140,6 +140,9 @@
"path": "node_modules/cz-git"
}
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"lint-staged": {
"˜{src,mock,build}/**/*.{ts,js,tsx,jsx}": [
"eslint --fix",
Expand Down
Loading

0 comments on commit 5716a32

Please sign in to comment.