Skip to content

Commit

Permalink
feature: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Aug 21, 2022
1 parent e5211a2 commit 4fedf22
Show file tree
Hide file tree
Showing 3 changed files with 12,405 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict = true
# 防止npm用不支持的node版本
engine-strict = true
50 changes: 29 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"build:push": "npm run build && npm run push"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@logicflow/core": "^1.1.22",
"@logicflow/extension": "^1.1.22",
"@element-plus/icons-vue": "^2.0.9",
"@logicflow/core": "^1.1.25",
"@logicflow/extension": "^1.1.25",
"axios": "^0.27.2",
"dayjs": "^1.11.4",
"dayjs": "^1.11.5",
"echarts": "^5.3.3",
"element-plus": "^2.2.11",
"element-plus": "^2.2.14",
"es6-promise": "^4.2.8",
"i18next": "^21.8.14",
"i18next": "^21.9.1",
"image-conversion": "^2.1.1",
"intro.js": "^6.0.0",
"lodash-es": "^4.17.21",
Expand All @@ -45,13 +45,13 @@
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.0.17",
"pinia": "^2.0.20",
"qs": "^6.11.0",
"sortablejs": "^1.15.0",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.3",
"vue-types": "^4.2.0",
"vue-types": "^4.2.1",
"vuex": "^4.0.2",
"wangeditor": "^4.7.15"
},
Expand All @@ -63,14 +63,14 @@
"@types/crypto-js": "^4.1.1",
"@types/intro.js": "^5.1.0",
"@types/lodash-es": "^4.17.6",
"@types/marked": "^4.0.3",
"@types/node": "^18.6.2",
"@types/marked": "^4.0.5",
"@types/node": "^18.7.8",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/sortablejs": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vitejs/plugin-vue": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.8",
Expand All @@ -79,7 +79,7 @@
"crypto-js": "^4.1.1",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.9.1",
"eslint": "^8.20.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -90,22 +90,23 @@
"husky": "^8.0.1",
"kolorist": "^1.5.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.16",
"postcss-html": "^1.5.0",
"postcss-import": "^14.1.0",
"postcss-scss": "^4.0.4",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"sass": "^1.54.0",
"stylelint": "^14.9.1",
"sass": "^1.54.5",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard": "^27.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"typescript": "^4.7.4",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-define-options": "^0.6.2",
"vite": "^3.0.4",
"unplugin-vue-define-options": "^0.10.0",
"vite": "^3.0.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-linter": "^1.2.0",
Expand All @@ -114,9 +115,16 @@
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "^0.39.2"
"vue-tsc": "^0.40.1"
},
"license": "MIT",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
]
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
Expand Down
Loading

0 comments on commit 4fedf22

Please sign in to comment.