mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 11:03:13 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "webtools-ng",
|
|
"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-free": "^5.13.0",
|
|
"buefy": "^0.8.17",
|
|
"bulma": "^0.8.2",
|
|
"core-js": "^3.6.4",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.1.6",
|
|
"vue-sidebar-menu": "^4.5.3",
|
|
"vuex": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.3.0",
|
|
"@vue/cli-plugin-eslint": "~4.3.0",
|
|
"@vue/cli-plugin-router": "^4.3.1",
|
|
"@vue/cli-plugin-vuex": "^4.3.1",
|
|
"@vue/cli-service": "~4.3.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.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",
|
|
"not dead"
|
|
]
|
|
}
|