update: update
Showing
This diff is collapsed.
Click to expand it.
.husky/commit-msg
0 → 100644
.husky/pre-commit
0 → 100644
commitlint.config.js
0 → 100644
lint-staged.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | { | ||
"name": "y", | "name": "gic", | ||
"version": "1.0.0", | "description": "damo project", | ||
"description": "A Vue.js project", | "author": "damo", | ||
"author": "dmg", | "private": true, | ||
"private": true, | "scripts": { | ||
"scripts": { | "dev": "webpack server --progress --config build/webpack.dev.conf.js", | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | "build": "node build/build.js", | ||
"start": "npm run dev", | "lint": "eslint --ext .js --ext .vue src/ --fix", | ||
"build": "node build/build.js", | "prepare": "husky install" | ||
"format": "onchange 'test/**/*.js' 'src/**/*.js' 'src/**/*.vue' -- prettier --write {{changed}}", | }, | ||
"formater": "onchange \"test/**/*.js\" \"src/**/*.js\" \"src/**/*.vue\" -- prettier --write {{changed}}" | "devDependencies": { | ||
}, | "@babel/core": "7.16.0", | ||
"dependencies": { | "@babel/eslint-parser": "7.16.3", | ||
"@riophae/vue-treeselect": "0.0.35", | "@babel/preset-env": "7.16.0", | ||
"@tinymce/tinymce-vue": "^1.0.8", | "@commitlint/cli": "^14.1.0", | ||
"axios": "^0.18.0", | "@commitlint/config-conventional": "^14.1.0", | ||
"babel-polyfill": "^6.26.0", | "@soda/friendly-errors-webpack-plugin": "^1.8.0", | ||
"element-ui": "^2.4.0", | "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", | ||
"es6-promise": "^4.2.6", | "@vue/babel-preset-jsx": "^1.2.4", | ||
"less": "^3.0.4", | "autoprefixer": "10.4.0", | ||
"less-loader": "^4.1.0", | "babel-loader": "8.2.3", | ||
"tinymce": "^4.8.2", | "chalk": "4.1.2", | ||
"vue": "2.6.6", | "copy-webpack-plugin": "9.0.1", | ||
"vue-axios": "^2.1.1", | "css-loader": "6.5.1", | ||
"vue-clipboard2": "^0.2.1", | "css-minimizer-webpack-plugin": "3.1.3", | ||
"vuedraggable": "^2.24.3", | "dotenv": "10.0.0", | ||
"vuex": "^3.0.1" | "dotenv-expand": "5.1.0", | ||
}, | "eslint": "8.2.0", | ||
"devDependencies": { | "eslint-config-standard": "^16.0.3", | ||
"autoprefixer": "^7.1.2", | "eslint-plugin-import": "^2.25.3", | ||
"babel-core": "^6.22.1", | "eslint-plugin-node": "^11.1.0", | ||
"babel-eslint": "^8.2.1", | "eslint-plugin-promise": "^5.1.1", | ||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | "eslint-plugin-vue": "^8.0.3", | ||
"babel-loader": "^7.1.1", | "eslint-webpack-plugin": "^3.1.1", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | "html-webpack-plugin": "5.5.0", | ||
"babel-plugin-transform-runtime": "^6.22.0", | "husky": "^7.0.0", | ||
"babel-plugin-transform-vue-jsx": "^3.5.0", | "lint-staged": "^12.0.2", | ||
"babel-preset-env": "^1.3.2", | "mini-css-extract-plugin": "2.4.4", | ||
"babel-preset-stage-2": "^6.22.0", | "node-notifier": "10.0.0", | ||
"chalk": "^2.0.1", | "node-sass": "4.14.1", | ||
"copy-webpack-plugin": "^4.0.1", | "ora": "^5.4.1", | ||
"css-loader": "^0.28.0", | "portfinder": "^1.0.27", | ||
"eslint": "^4.15.0", | "postcss": "8.3.11", | ||
"eslint-config-prettier": "^3.6.0", | "postcss-import": "^14.0.2", | ||
"eslint-config-standard": "^10.2.1", | "postcss-loader": "6.2.0", | ||
"eslint-friendly-formatter": "^3.0.0", | "postcss-url": "^10.1.3", | ||
"eslint-loader": "^1.7.1", | "sass-loader": "^7.0.3", | ||
"eslint-plugin-import": "^2.7.0", | "semver": "7.3.5", | ||
"eslint-plugin-node": "^5.2.0", | "shelljs": "0.8.4", | ||
"eslint-plugin-prettier": "^3.0.1", | "style-loader": "3.3.1", | ||
"eslint-plugin-promise": "^3.4.0", | "vue-eslint-parser": "^8.0.1", | ||
"eslint-plugin-standard": "^3.0.1", | "vue-loader": "15.9.8", | ||
"eslint-plugin-vue": "^4.0.0", | "vue-template-compiler": "2.6.6", | ||
"extract-text-webpack-plugin": "^3.0.0", | "webpack": "5.56.0", | ||
"file-loader": "^1.1.4", | "webpack-bundle-analyzer": "4.5.0", | ||
"friendly-errors-webpack-plugin": "^1.6.1", | "webpack-cli": "4.9.1", | ||
"html-webpack-plugin": "^2.30.1", | "webpack-dev-server": "4.3.0", | ||
"node-notifier": "^5.1.2", | "webpack-merge": "5.8.0" | ||
"node-sass": "^4.12.0", | }, | ||
"onchange": "^5.2.0", | "optionalDependencies": { | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | "fsevents": "*" | ||
"ora": "^1.2.0", | }, | ||
"portfinder": "^1.0.13", | "engines": { | ||
"postcss-import": "^11.0.0", | "node": ">= 12.22.0", | ||
"postcss-loader": "^2.0.8", | "npm": ">= 6.14.11" | ||
"postcss-url": "^7.2.1", | }, | ||
"prettier": "^1.16.4", | "browserslist": [ | ||
"rimraf": "^2.6.0", | "> 1%", | ||
"sass-loader": "^8.0.0", | "last 2 versions", | ||
"semver": "^5.3.0", | "not ie <= 8" | ||
"shelljs": "^0.7.6", | ], | ||
"uglifyjs-webpack-plugin": "^1.1.1", | "dependencies": { | ||
"url-loader": "^0.5.8", | "@riophae/vue-treeselect": "0.0.35", | ||
"vue-loader": "^13.3.0", | "@tinymce/tinymce-vue": "^1.0.8", | ||
"vue-style-loader": "^3.0.1", | "axios": "^0.18.0", | ||
"vue-template-compiler": "2.6.6", | "babel-polyfill": "^6.26.0", | ||
"webpack": "^3.6.0", | "element-ui": "^2.4.0", | ||
"webpack-bundle-analyzer": "^2.9.0", | "es6-promise": "^4.2.6", | ||
"webpack-dev-server": "^2.9.7", | "less": "^3.0.4", | ||
"webpack-merge": "^4.1.0" | "less-loader": "^4.1.0", | ||
}, | "tinymce": "^4.8.2", | ||
"engines": { | "vue": "2.6.6", | ||
"node": ">= 6.0.0", | "vue-axios": "^2.1.1", | ||
"npm": ">= 3.0.0" | "vue-clipboard2": "^0.2.1", | ||
}, | "vuedraggable": "^2.24.3", | ||
"browserslist": [ | "vuex": "^3.0.1" | ||
"> 1%", | } | ||
"last 2 versions", | |||
"not ie <= 8" | |||
] | |||
} | } |
Please
register
or
sign in
to comment