mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-26 09:11:20 +00:00
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "vue-slayweightcalc",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"acorn": "^6.4.1",
|
|
"bootstrap": "^4.4.1",
|
|
"bootstrap-vue": "^2.3.0",
|
|
"core-js": "^3.4.4",
|
|
"lodash": "^4.17.21",
|
|
"minimist": "^1.2.6",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/polyfill": "^7.7.0",
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-service": "^4.1.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"bootstrap": "^4.4.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"mutationobserver-shim": "^0.3.3",
|
|
"popper.js": "^1.16.0",
|
|
"portal-vue": "^2.1.6",
|
|
"sass": "^1.19.0",
|
|
"sass-loader": "^8.0.2",
|
|
"vue-cli-plugin-bootstrap-vue": "^0.6.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
],
|
|
"peerDependencies": {
|
|
"jquery": "^3.4.1",
|
|
"webpack": "^5.0.04"
|
|
}
|
|
}
|