statping/frontend/package.json

102 lines
3.5 KiB
JSON
Raw Normal View History

2020-01-14 05:11:00 +00:00
{
"name": "statping",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
2020-02-19 04:07:22 +00:00
"build": "rm -rf dist && cross-env NODE_ENV=production webpack --mode production",
2020-01-30 04:34:47 +00:00
"dev": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --port 8888 --progress",
2020-02-20 05:28:39 +00:00
"lint": "vue-cli-service lint",
"backend-test": "newman run -e ../dev/postman_environment.json --delay-request 500 ../dev/postman.json",
"cypress:open": "cypress open",
2020-04-12 03:33:55 +00:00
"cypress:test": "cypress run --browser chrome --record false --key $CYPRESS_KEY",
2020-04-11 23:56:17 +00:00
"test": "start-server-and-test start http://localhost:8080/api cypress:test",
2020-04-20 20:10:42 +00:00
"start": "statping --port 8080 > /dev/null"
2020-01-14 05:11:00 +00:00
},
"dependencies": {
2020-01-17 09:43:10 +00:00
"@fortawesome/fontawesome-free-solid": "^5.1.0-3",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
2020-02-19 08:13:09 +00:00
"@fortawesome/free-brands-svg-icons": "^5.12.1",
2020-01-17 09:43:10 +00:00
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
2020-01-14 05:11:00 +00:00
"apexcharts": "^3.15.0",
2020-08-06 10:27:26 +00:00
"@sentry/browser": "^5.20.1",
"@sentry/integrations": "^5.20.1",
2020-01-14 05:11:00 +00:00
"axios": "^0.19.1",
2020-02-06 05:00:12 +00:00
"codemirror-colorpicker": "^1.9.66",
2020-02-20 05:28:39 +00:00
"date-fns": "^2.9.0",
"js-beautify": "^1.11.0",
2020-01-16 09:29:49 +00:00
"querystring": "^0.2.0",
2020-07-13 22:38:45 +00:00
"sass": "^1.26.10",
2020-03-12 04:58:56 +00:00
"vue": "^2.6.11",
2020-01-14 05:11:00 +00:00
"vue-apexcharts": "^1.5.2",
2020-04-07 14:56:49 +00:00
"vue-clipboard2": "^0.3.1",
2020-02-04 08:55:52 +00:00
"vue-codemirror": "^4.0.6",
"vue-cookies": "^1.7.0",
2020-01-30 04:34:47 +00:00
"vue-flatpickr-component": "^8.1.5",
2020-04-07 14:56:49 +00:00
"vue-github-button": "^1.1.2",
"vue-i18n": "^8.18.1",
2020-02-21 05:36:23 +00:00
"vue-observe-visibility": "^0.4.6",
2020-01-17 04:55:50 +00:00
"vue-router": "~3.0",
2020-01-18 04:02:00 +00:00
"vuedraggable": "^2.23.2",
2020-01-17 04:55:50 +00:00
"vuex": "^3.1.2"
2020-01-14 05:11:00 +00:00
},
"devDependencies": {
"@babel/core": "^7.9.0",
2020-01-17 04:55:50 +00:00
"@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",
2020-02-19 04:07:22 +00:00
"@babel/polyfill": "~7.2",
2020-06-10 15:22:59 +00:00
"@babel/preset-env": "^7.9.5",
"@kazupon/vue-i18n-loader": "^0.5.0",
2020-01-17 04:55:50 +00:00
"@vue/babel-preset-app": "^4.1.2",
2020-01-14 05:11:00 +00:00
"@vue/cli-plugin-babel": "^4.1.0",
2020-02-29 15:00:08 +00:00
"@vue/cli-service": "^4.2.3",
2020-02-20 05:28:39 +00:00
"@vue/test-utils": "^1.0.0-beta.31",
2020-01-17 04:55:50 +00:00
"babel-eslint": "~10.0",
"babel-loader": "~8.0",
2020-02-21 19:38:21 +00:00
"clean-webpack-plugin": "^3.0.0",
2020-01-17 04:55:50 +00:00
"compression-webpack-plugin": "~2.0",
2020-03-21 13:50:44 +00:00
"cross-env": "^7.0.2",
2020-01-17 04:55:50 +00:00
"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",
2020-02-20 05:28:39 +00:00
"expect": "^25.1.0",
2020-01-17 04:55:50 +00:00
"file-loader": "^5.0.2",
"friendly-errors-webpack-plugin": "~1.7",
2020-02-19 04:07:22 +00:00
"html-webpack-plugin": "^4.0.0-beta.11",
2020-02-20 05:28:39 +00:00
"jsdom": "^16.2.0",
"jsdom-global": "^3.0.2",
2020-01-17 04:55:50 +00:00
"mini-css-extract-plugin": "~0.5",
2020-02-20 05:28:39 +00:00
"mocha": "^7.0.1",
"mochapack": "^1.1.13",
2020-01-17 04:55:50 +00:00
"optimize-css-assets-webpack-plugin": "~5.0",
2020-01-26 21:01:43 +00:00
"sass-loader": "^8.0.2",
2020-04-02 04:44:41 +00:00
"start-server-and-test": "^1.10.11",
2020-03-14 04:10:26 +00:00
"stylelint": "^13.2.1",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-config-standard": "^20.0.0",
2020-01-17 04:55:50 +00:00
"uglifyjs-webpack-plugin": "~1.2",
"vue-loader": "~15.6",
"vue-style-loader": "~4.1",
"vue-template-compiler": "~2.6",
2020-04-02 04:44:41 +00:00
"wait-on": "^4.0.1",
2020-01-17 04:55:50 +00:00
"webpack": "~4.29",
2020-05-11 20:17:56 +00:00
"webpack-bundle-analyzer": "^3.7.0",
2020-01-17 04:55:50 +00:00
"webpack-cli": "~3.2",
"webpack-dev-server": "~3.1",
"webpack-hot-middleware": "~2.24",
"webpack-merge": "~4.2"
}
2020-01-14 05:11:00 +00:00
}