2017-07-27 03:09:53 +00:00
|
|
|
{
|
2019-02-10 00:45:42 +00:00
|
|
|
"name": "bitbadger-solutions",
|
2019-09-08 20:53:30 +00:00
|
|
|
"version": "2.0.0",
|
|
|
|
"private": true,
|
2017-10-05 11:52:44 +00:00
|
|
|
"description": "Bit Badger Solutions Main Web Site",
|
2019-07-13 00:52:17 +00:00
|
|
|
"author": "Daniel J. Summers <daniel@bitbadger.solutions>",
|
2017-07-27 03:09:53 +00:00
|
|
|
"scripts": {
|
2019-02-10 00:45:42 +00:00
|
|
|
"serve": "vue-cli-service serve",
|
2019-02-18 02:19:35 +00:00
|
|
|
"build": "vue-cli-service build --modern",
|
2019-02-10 00:45:42 +00:00
|
|
|
"lint": "vue-cli-service lint"
|
2017-07-27 03:09:53 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-02-10 00:45:42 +00:00
|
|
|
"pug": "^2.0.3",
|
|
|
|
"vue": "^2.5.22",
|
2019-09-08 20:53:30 +00:00
|
|
|
"vue-class-component": "^6.0.0",
|
|
|
|
"vue-property-decorator": "^7.0.0",
|
2019-02-10 00:45:42 +00:00
|
|
|
"vue-router": "^3.0.2"
|
2017-07-27 03:09:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-02-10 00:45:42 +00:00
|
|
|
"@vue/cli-plugin-babel": "^3.4.0",
|
|
|
|
"@vue/cli-plugin-eslint": "^3.4.0",
|
|
|
|
"@vue/cli-service": "^3.4.0",
|
2019-09-08 20:53:30 +00:00
|
|
|
"@vue/eslint-config-typescript": "^4.0.0",
|
2019-02-10 00:45:42 +00:00
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"eslint": "^5.8.0",
|
|
|
|
"eslint-plugin-vue": "^5.0.0",
|
2019-09-08 20:53:30 +00:00
|
|
|
"node-sass": "^4.12.0",
|
2019-02-10 00:45:42 +00:00
|
|
|
"pug-plain-loader": "^1.0.0",
|
2019-09-08 20:53:30 +00:00
|
|
|
"sass-loader": "^7.0.0",
|
|
|
|
"typescript": "^3.2.1",
|
|
|
|
"vue-cli-plugin-typescript": "^0.0.1",
|
2019-02-10 00:45:42 +00:00
|
|
|
"vue-template-compiler": "^2.5.21"
|
2017-07-27 03:09:53 +00:00
|
|
|
},
|
2019-02-10 00:45:42 +00:00
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
2019-09-08 20:53:30 +00:00
|
|
|
"eslint:recommended",
|
|
|
|
"@vue/typescript"
|
2019-02-10 00:45:42 +00:00
|
|
|
],
|
|
|
|
"rules": {},
|
|
|
|
"parserOptions": {
|
2019-09-08 20:53:30 +00:00
|
|
|
"parser": "@typescript-eslint/parser"
|
2019-02-10 00:45:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
2017-07-27 03:09:53 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not ie <= 8"
|
|
|
|
]
|
|
|
|
}
|