mirror of
https://github.com/Xevion/history-of-robotics.git
synced 2025-12-05 23:15:10 -06:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "history-of-robotics",
|
|
"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.30",
|
|
"@fortawesome/free-brands-svg-icons": "^5.14.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
|
"@fortawesome/vue-fontawesome": "^0.1.10",
|
|
"bootstrap-vue": "^2.16.0",
|
|
"core-js": "^3.6.5",
|
|
"moment": "^2.27.0",
|
|
"vue": "^2.6.11",
|
|
"vue-moment": "^4.1.0",
|
|
"vue-router": "^3.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.0",
|
|
"@vue/cli-plugin-eslint": "^4.5.0",
|
|
"@vue/cli-service": "^4.5.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"sass": "^1.26.5",
|
|
"sass-loader": "^8.0.2"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|