|
@ -1,58 +0,0 @@ |
|
|
{ |
|
|
|
|
|
"name": "server", |
|
|
|
|
|
"version": "1.0.0", |
|
|
|
|
|
"main": "index.js", |
|
|
|
|
|
"scripts": { |
|
|
|
|
|
"start": "cross-env HOT_RELOAD=1 DEBUG=1 webpack-dev-server", |
|
|
|
|
|
"build": "webpack", |
|
|
|
|
|
"lint.js": "eslint --max-warnings=0 '{components,pages}/**/*.{js,vue}'", |
|
|
|
|
|
"lint.pug": "pug-lint components/", |
|
|
|
|
|
"lint.pug.vue": "pug-lint-vue components/", |
|
|
|
|
|
"lint": "run-s lint.js lint.pug lint.pug.vue", |
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
|
|
|
}, |
|
|
|
|
|
"author": "", |
|
|
|
|
|
"license": "ISC", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"axios": "^0.19.0", |
|
|
|
|
|
"axios-mock-adapter": "^1.17.0", |
|
|
|
|
|
"buefy": "^0.8.2", |
|
|
|
|
|
"chart.js": "^2.7.2", |
|
|
|
|
|
"highlight.js": "^9.12.0", |
|
|
|
|
|
"lodash.isempty": "^4.4.0", |
|
|
|
|
|
"marked": "^0.7.0", |
|
|
|
|
|
"swiper": "^4.3.3", |
|
|
|
|
|
"vue": "^2.6.10", |
|
|
|
|
|
"vue-chartjs": "^3.4.0", |
|
|
|
|
|
"vue-debounce": "^1.1.0", |
|
|
|
|
|
"vue-json-pretty": "^1.6.0", |
|
|
|
|
|
"vue-loader": "^15.2.4", |
|
|
|
|
|
"vue-shortkey": "^3.1.6", |
|
|
|
|
|
"vue-swatches": "^1.0.3" |
|
|
|
|
|
}, |
|
|
|
|
|
"devDependencies": { |
|
|
|
|
|
"babel-eslint": "^10.0.1", |
|
|
|
|
|
"cross-env": "^5.2.0", |
|
|
|
|
|
"css-loader": "^2.1.1", |
|
|
|
|
|
"eslint": "^5.3.0", |
|
|
|
|
|
"eslint-config-airbnb-base": "^13.0.0", |
|
|
|
|
|
"eslint-plugin-import": "^2.13.0", |
|
|
|
|
|
"eslint-plugin-vue": "^5.2.2", |
|
|
|
|
|
"npm-run-all": "^4.1.5", |
|
|
|
|
|
"pug": "^2.0.3", |
|
|
|
|
|
"pug-lint": "^2.5.0", |
|
|
|
|
|
"pug-lint-config-clock": "^2.0.0", |
|
|
|
|
|
"pug-lint-vue": "^0.1.3", |
|
|
|
|
|
"pug-plain-loader": "^1.0.0", |
|
|
|
|
|
"vue-style-loader": "^4.1.2", |
|
|
|
|
|
"vue-template-compiler": "^2.6.10", |
|
|
|
|
|
"webpack": "^4.41.6", |
|
|
|
|
|
"webpack-bundle-tracker": "^0.4.2-beta", |
|
|
|
|
|
"webpack-cli": "^3.2.3", |
|
|
|
|
|
"webpack-dev-server": "^3.2.1" |
|
|
|
|
|
}, |
|
|
|
|
|
"directories": { |
|
|
|
|
|
"test": "tests" |
|
|
|
|
|
}, |
|
|
|
|
|
"description": "" |
|
|
|
|
|
} |
|
|
|