103 lines
3.6 KiB
JSON
103 lines
3.6 KiB
JSON
{
|
|
"name": "statping",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "rm -rf dist && cross-env NODE_ENV=production webpack --mode production",
|
|
"dev": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --port 8888 --progress",
|
|
"lint": "vue-cli-service lint",
|
|
"backend-test": "newman run -e ../dev/postman_environment.json --delay-request 500 ../dev/postman.json",
|
|
"cypress:open": "cypress open",
|
|
"cypress:test": "cypress run --browser chrome --record false --key $CYPRESS_KEY",
|
|
"test": "start-server-and-test start http://localhost:8080/api cypress:test",
|
|
"start": "statping --port 8080 > /dev/null"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free-solid": "^5.1.0-3",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
|
"@fortawesome/free-brands-svg-icons": "^5.12.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
"@fortawesome/vue-fontawesome": "^0.1.9",
|
|
"apexcharts": "^3.23.0",
|
|
"axios": "^0.19.1",
|
|
"codemirror-colorpicker": "^1.9.66",
|
|
"core-js": "^3.6.5",
|
|
"date-fns": "^2.9.0",
|
|
"js-beautify": "^1.11.0",
|
|
"querystring": "^0.2.0",
|
|
"sass": "^1.26.10",
|
|
"semver": "^7.3.2",
|
|
"vue": "^2.6.11",
|
|
"vue-apexcharts": "^1.6.0",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-codemirror": "^4.0.6",
|
|
"vue-cookies": "^1.7.0",
|
|
"vue-flatpickr-component": "^8.1.5",
|
|
"vue-github-button": "^1.1.2",
|
|
"vue-i18n": "^8.18.1",
|
|
"vue-observe-visibility": "^0.4.6",
|
|
"vue-router": "~3.0",
|
|
"vuedraggable": "^2.23.2",
|
|
"vuex": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-proposal-class-properties": "~7.3",
|
|
"@babel/plugin-proposal-decorators": "~7.3",
|
|
"@babel/plugin-proposal-json-strings": "~7.2",
|
|
"@babel/plugin-syntax-dynamic-import": "~7.2",
|
|
"@babel/plugin-syntax-import-meta": "~7.2",
|
|
"@babel/polyfill": "~7.2",
|
|
"@babel/preset-env": "^7.9.5",
|
|
"@kazupon/vue-i18n-loader": "^0.5.0",
|
|
"@vue/babel-preset-app": "^4.1.2",
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-service": "^4.2.3",
|
|
"@vue/test-utils": "^1.0.0-beta.31",
|
|
"babel-eslint": "~10.0",
|
|
"babel-loader": "~8.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"compression-webpack-plugin": "~2.0",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "~2.1",
|
|
"eslint": "~5.16",
|
|
"eslint-config-standard": "~10.2",
|
|
"eslint-friendly-formatter": "~3.0",
|
|
"eslint-loader": "~2.1",
|
|
"eslint-plugin-html": "~3.0",
|
|
"eslint-plugin-import": "~2.14",
|
|
"eslint-plugin-node": "~4.2",
|
|
"eslint-plugin-promise": "~3.5",
|
|
"eslint-plugin-standard": "~3.0",
|
|
"eslint-plugin-vue": "~5.1",
|
|
"expect": "^25.1.0",
|
|
"file-loader": "^5.0.2",
|
|
"friendly-errors-webpack-plugin": "~1.7",
|
|
"github-wikito-converter": "^1.5.2",
|
|
"html-webpack-plugin": "^4.0.0-beta.11",
|
|
"jsdom": "^16.2.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"mini-css-extract-plugin": "~0.5",
|
|
"mocha": "^7.0.1",
|
|
"mochapack": "^1.1.13",
|
|
"optimize-css-assets-webpack-plugin": "~5.0",
|
|
"sass-loader": "^8.0.2",
|
|
"start-server-and-test": "^1.10.11",
|
|
"stylelint": "^13.2.1",
|
|
"stylelint-config-sass-guidelines": "^7.0.0",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"uglifyjs-webpack-plugin": "~1.2",
|
|
"vue-loader": "~15.6",
|
|
"vue-style-loader": "~4.1",
|
|
"vue-template-compiler": "~2.6",
|
|
"wait-on": "^4.0.1",
|
|
"webpack": "~4.29",
|
|
"webpack-bundle-analyzer": "^3.7.0",
|
|
"webpack-cli": "~3.2",
|
|
"webpack-dev-server": "~3.1",
|
|
"webpack-hot-middleware": "~2.24",
|
|
"webpack-merge": "~4.2"
|
|
}
|
|
}
|