forked from go/golangs_learn
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.
83 lines
2.0 KiB
83 lines
2.0 KiB
3 years ago
|
{
|
||
|
"name": "my_project",
|
||
|
"author": "vito<gralle89@gmail.com>",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build",
|
||
|
"lint": "vue-cli-service lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@types/vuelidate": "^0.7.13",
|
||
|
"@wailsapp/runtime": "^1.0.11",
|
||
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
||
|
"bootstrap": "^4.4.1",
|
||
|
"chartist": "^0.11.4",
|
||
|
"core-js": "^2.6.11",
|
||
|
"es6-promise": "^4.2.8",
|
||
|
"jquery": "^3.5.0",
|
||
|
"node-sass": "^4.13.1",
|
||
|
"popper.js": "^1.16.1",
|
||
|
"sass-loader": "^8.0.2",
|
||
|
"serialize-javascript": "^2.1.2",
|
||
|
"update": "^0.7.4",
|
||
|
"vue": "^2.6.11",
|
||
|
"vue-clickaway": "^2.2.2",
|
||
|
"vue-js-toggle-button": "^1.3.3",
|
||
|
"vue-loading-spinner": "^1.0.11",
|
||
|
"vue-notifyjs": "^0.4.3",
|
||
|
"vue-progressbar": "^0.7.5",
|
||
|
"vue-router": "^3.1.6",
|
||
|
"vue-select": "^3.10.3",
|
||
|
"vue-spinner": "^1.0.3",
|
||
|
"vue-spinner-component": "^1.0.5",
|
||
|
"idle-vue": "^2.0.5",
|
||
|
"sweetalert2": "^9.10.12",
|
||
|
"@sweetalert2/theme-bootstrap-4": "^3.1.4",
|
||
|
"vuelidate": "^0.7.5",
|
||
|
"vuex": "^3.1.3",
|
||
|
"webpack": "^4.42.0",
|
||
|
"yarn": "^1.22.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "^3.12.1",
|
||
|
"@vue/cli-plugin-eslint": "^3.12.1",
|
||
|
"@vue/cli-service": "^4.3.1",
|
||
|
"acorn": "^6.4.1",
|
||
|
"babel-eslint": "^10.1.0",
|
||
|
"eslint": "^5.8.0",
|
||
|
"eslint-plugin-vue": "^5.0.0",
|
||
|
"eventsource-polyfill": "^0.9.6",
|
||
|
"json-loader": "^0.5.7",
|
||
|
"kind-of": "^6.0.3",
|
||
|
"minimist": "^1.2.3",
|
||
|
"prerender-spa-plugin": "^3.4.0",
|
||
|
"vue-template-compiler": "^2.6.11",
|
||
|
"webpack-hot-middleware": "^2.24.3"
|
||
|
},
|
||
|
"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",
|
||
|
"not ie <= 8"
|
||
|
]
|
||
|
}
|