2017-09-21 05:35:11 +02:00
|
|
|
{
|
2019-02-11 07:13:30 +01:00
|
|
|
"license": "MIT",
|
2019-07-02 21:11:24 +02:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
2019-02-11 07:13:30 +01:00
|
|
|
"devDependencies": {
|
2019-11-14 22:39:51 +01:00
|
|
|
"@babel/core": "7.7.2",
|
2019-11-17 22:39:06 +01:00
|
|
|
"@babel/plugin-transform-runtime": "7.6.2",
|
2019-11-14 22:39:51 +01:00
|
|
|
"@babel/preset-env": "7.7.1",
|
2019-11-17 22:39:06 +01:00
|
|
|
"@babel/runtime": "7.7.2",
|
2019-11-14 22:39:51 +01:00
|
|
|
"autoprefixer": "9.7.1",
|
|
|
|
"babel-loader": "8.0.6",
|
|
|
|
"core-js": "3.4.1",
|
2019-11-17 22:39:06 +01:00
|
|
|
"css-loader": "3.2.0",
|
2019-11-14 22:39:51 +01:00
|
|
|
"eslint": "6.6.0",
|
|
|
|
"eslint-config-airbnb-base": "14.0.0",
|
|
|
|
"eslint-plugin-import": "2.18.2",
|
2019-09-02 23:02:53 +02:00
|
|
|
"less": "3.10.3",
|
2019-02-11 07:13:30 +01:00
|
|
|
"less-plugin-clean-css": "1.5.1",
|
2019-07-14 18:53:04 +02:00
|
|
|
"postcss-cli": "6.1.3",
|
2019-11-17 22:39:06 +01:00
|
|
|
"style-loader": "1.0.0",
|
2019-11-14 22:39:51 +01:00
|
|
|
"stylelint": "11.1.1",
|
|
|
|
"stylelint-config-standard": "19.0.0",
|
|
|
|
"terser-webpack-plugin": "2.2.1",
|
|
|
|
"updates": "9.0.1",
|
2019-11-13 15:52:13 +01:00
|
|
|
"webpack": "4.41.2",
|
|
|
|
"webpack-cli": "3.3.10"
|
2019-05-16 07:57:47 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 firefox versions",
|
|
|
|
"last 2 safari versions",
|
|
|
|
"ie 11"
|
|
|
|
]
|
2018-03-06 02:22:16 +01:00
|
|
|
}
|