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",
|
|
|
|
"test": "cross-env NODE_ENV=development mochapack --webpack-config webpack.config.js --require test/setup.js test/**/*.spec.js"
|
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-03-08 18:13:27 +00:00
|
|
|
"@sentry/browser": "^5.13.2",
|
|
|
|
"@sentry/integrations": "^5.13.2",
|
2020-01-14 05:11:00 +00:00
|
|
|
"apexcharts": "^3.15.0",
|
|
|
|
"axios": "^0.19.1",
|
2020-02-06 05:00:12 +00:00
|
|
|
"codemirror-colorpicker": "^1.9.66",
|
2020-01-14 05:11:00 +00:00
|
|
|
"core-js": "^3.4.4",
|
2020-02-20 05:28:39 +00:00
|
|
|
"date-fns": "^2.9.0",
|
2020-01-16 09:29:49 +00:00
|
|
|
"querystring": "^0.2.0",
|
2020-01-14 05:11:00 +00:00
|
|
|
"vue": "^2.6.10",
|
|
|
|
"vue-apexcharts": "^1.5.2",
|
2020-02-04 08:55:52 +00:00
|
|
|
"vue-codemirror": "^4.0.6",
|
2020-01-30 04:34:47 +00:00
|
|
|
"vue-flatpickr-component": "^8.1.5",
|
2020-01-23 06:23:41 +00:00
|
|
|
"vue-moment": "^4.1.0",
|
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": {
|
2020-01-17 04:55:50 +00:00
|
|
|
"@babel/core": "~7.2",
|
|
|
|
"@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-01-17 04:55:50 +00:00
|
|
|
"@babel/preset-env": "~7.8.3",
|
|
|
|
"@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",
|
|
|
|
"cross-env": "~5.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",
|
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-26 21:01:43 +00:00
|
|
|
"node-sass": "^4.13.1",
|
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-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",
|
|
|
|
"webpack": "~4.29",
|
|
|
|
"webpack-bundle-analyzer": "~3.3",
|
|
|
|
"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
|
|
|
}
|