You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "food-review",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.18",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.8.2",
|
|
|
|
"@fortawesome/vue-fontawesome": "^0.1.6",
|
|
|
|
"bootstrap": "^4.3.1",
|
|
|
|
"bootstrap-vue": "^2.0.0-rc.20",
|
|
|
|
"core-js": "^2.6.5",
|
|
|
|
"i": "^0.3.6",
|
|
|
|
"npm": "^6.9.0",
|
|
|
|
"vue": "^2.6.10",
|
|
|
|
"vue-router": "^3.0.6",
|
|
|
|
"webpack": "^4.32.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vue/cli-plugin-babel": "^3.7.0",
|
|
|
|
"@vue/cli-plugin-eslint": "^3.7.0",
|
|
|
|
"@vue/cli-service": "^3.7.0",
|
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
|
|
"eslint": "^5.16.0",
|
|
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
|
|
"vue-template-compiler": "^2.5.21"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
|
|
|
"eslint:recommended"
|
|
|
|
],
|
|
|
|
"rules": {},
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions"
|
|
|
|
]
|
|
|
|
}
|