2017-09-21 09:05:11 +05:30
|
|
|
{
|
2019-02-11 11:43:30 +05:30
|
|
|
"license": "MIT",
|
2019-07-03 00:41:24 +05:30
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2019-12-05 09:11:38 +05:30
|
|
|
"node": ">=10"
|
2019-07-03 00:41:24 +05:30
|
|
|
},
|
2020-01-14 23:32:08 +05:30
|
|
|
"dependencies": {
|
2020-01-21 10:47:58 +05:30
|
|
|
"fomantic-ui": "2.8.3",
|
2020-01-20 15:37:30 +05:30
|
|
|
"swagger-ui": "3.24.3",
|
|
|
|
"vue-bar-graph": "1.2.0"
|
2020-01-14 23:32:08 +05:30
|
|
|
},
|
2019-02-11 11:43:30 +05:30
|
|
|
"devDependencies": {
|
2020-01-10 18:09:01 +05:30
|
|
|
"@babel/core": "7.7.7",
|
2020-01-20 15:37:30 +05:30
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
|
2020-01-10 18:09:01 +05:30
|
|
|
"@babel/plugin-transform-runtime": "7.7.6",
|
|
|
|
"@babel/preset-env": "7.7.7",
|
|
|
|
"@babel/runtime": "7.7.7",
|
2019-12-06 12:11:25 +05:30
|
|
|
"autoprefixer": "9.7.3",
|
2019-11-15 03:09:51 +05:30
|
|
|
"babel-loader": "8.0.6",
|
2020-01-10 18:09:01 +05:30
|
|
|
"core-js": "3.6.2",
|
|
|
|
"css-loader": "3.4.1",
|
2019-12-06 06:03:06 +05:30
|
|
|
"cssnano": "4.1.10",
|
2020-01-10 18:09:01 +05:30
|
|
|
"eslint": "6.8.0",
|
2019-11-15 03:09:51 +05:30
|
|
|
"eslint-config-airbnb-base": "14.0.0",
|
2020-01-10 18:09:01 +05:30
|
|
|
"eslint-plugin-import": "2.19.1",
|
2019-09-03 02:32:53 +05:30
|
|
|
"less": "3.10.3",
|
2020-01-10 18:09:01 +05:30
|
|
|
"postcss-cli": "7.1.0",
|
|
|
|
"style-loader": "1.1.2",
|
|
|
|
"stylelint": "12.0.1",
|
2019-11-15 03:09:51 +05:30
|
|
|
"stylelint-config-standard": "19.0.0",
|
2020-01-10 18:09:01 +05:30
|
|
|
"terser-webpack-plugin": "2.3.2",
|
|
|
|
"updates": "9.3.3",
|
2020-01-20 15:37:30 +05:30
|
|
|
"vue-loader": "15.8.3",
|
|
|
|
"vue-template-compiler": "2.6.11",
|
2020-01-10 18:09:01 +05:30
|
|
|
"webpack": "4.41.5",
|
2019-11-13 20:22:13 +05:30
|
|
|
"webpack-cli": "3.3.10"
|
2019-05-16 11:27:47 +05:30
|
|
|
},
|
|
|
|
"browserslist": [
|
2020-01-16 05:58:03 +05:30
|
|
|
"defaults"
|
2019-05-16 11:27:47 +05:30
|
|
|
]
|
2018-03-06 06:52:16 +05:30
|
|
|
}
|