You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
961 B
46 lines
961 B
5 years ago
|
{
|
||
|
"name": "fir_download",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build",
|
||
|
"lint": "vue-cli-service lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.19.2",
|
||
|
"core-js": "^3.6.4",
|
||
|
"qrcodejs2": "^0.0.2",
|
||
|
"vue": "^2.6.11",
|
||
|
"vue-router": "^3.1.6",
|
||
|
"webpack-bundle-analyzer": "^3.6.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "^4.2.0",
|
||
|
"@vue/cli-plugin-eslint": "^4.2.0",
|
||
|
"@vue/cli-service": "^4.2.0",
|
||
|
"babel-eslint": "^10.0.3",
|
||
|
"eslint": "^6.7.2",
|
||
|
"eslint-plugin-vue": "^6.1.2",
|
||
|
"vue-template-compiler": "^2.6.11"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"root": true,
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:vue/essential",
|
||
|
"eslint:recommended"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"parser": "babel-eslint"
|
||
|
},
|
||
|
"rules": {}
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"> 1%",
|
||
|
"last 2 versions"
|
||
|
]
|
||
|
}
|