2019-08-15 02:32:32 +02:00
|
|
|
{
|
|
|
|
"scripts": {
|
2020-06-28 20:53:19 +02:00
|
|
|
"deploy": "cross-env NODE_ENV=production webpack",
|
2021-10-09 21:58:07 +02:00
|
|
|
"lint": "eslint . --ext .js,.ts",
|
2020-06-28 20:53:19 +02:00
|
|
|
"watch": "webpack --watch"
|
2019-08-15 02:32:32 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-15 04:43:05 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
2020-03-09 23:21:18 +01:00
|
|
|
"brunch": "^3.0.0",
|
2021-04-12 23:27:04 +02:00
|
|
|
"copycat-brunch": "^1.1.1",
|
2021-10-09 21:58:07 +02:00
|
|
|
"postcss": "^8.3.7",
|
|
|
|
"tslib": "^2.3.1"
|
2019-08-15 02:32:32 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-09 21:58:07 +02:00
|
|
|
"@rollup/plugin-typescript": "^8.2.5",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
|
|
"@typescript-eslint/parser": "^4.32.0",
|
2020-10-26 22:01:29 +01:00
|
|
|
"acorn": "^7.4.1",
|
2021-09-22 21:59:20 +02:00
|
|
|
"autoprefixer": "^10.3.5",
|
2021-02-02 19:58:04 +01:00
|
|
|
"copy-webpack-plugin": "^6.4.1",
|
2020-12-11 16:58:01 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2021-08-15 04:43:05 +02:00
|
|
|
"css-loader": "^5.2.7",
|
2021-04-12 23:27:04 +02:00
|
|
|
"css-minimizer-webpack-plugin": "^2.0.0",
|
2021-10-09 21:58:07 +02:00
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-webpack-plugin": "^3.0.1",
|
2020-12-01 06:05:29 +01:00
|
|
|
"file-loader": "^6.2.0",
|
2021-09-29 18:31:41 +02:00
|
|
|
"ignore-emit-webpack-plugin": "^2.0.6",
|
|
|
|
"mini-css-extract-plugin": "^2.3.0",
|
2019-08-18 02:43:44 +02:00
|
|
|
"normalize-scss": "^7.0.1",
|
2021-05-22 22:18:24 +02:00
|
|
|
"postcss-loader": "^5.3.0",
|
|
|
|
"postcss-scss": "^3.0.5",
|
2021-09-29 18:31:41 +02:00
|
|
|
"postcss-url": "^10.1.3",
|
2021-09-22 21:59:20 +02:00
|
|
|
"rollup": "^2.57.0",
|
2020-06-28 20:53:19 +02:00
|
|
|
"rollup-plugin-buble": "^0.19.8",
|
2020-09-06 18:41:23 +02:00
|
|
|
"rollup-plugin-includepaths": "^0.2.4",
|
2020-06-28 20:53:19 +02:00
|
|
|
"rollup-plugin-multi-entry": "^2.1.0",
|
|
|
|
"rollup-plugin-virtual": "^1.0.1",
|
2021-09-29 18:31:41 +02:00
|
|
|
"sass": "^1.42.1",
|
2021-07-10 05:17:15 +02:00
|
|
|
"sass-loader": "^12.1.0",
|
2021-09-22 21:59:20 +02:00
|
|
|
"source-map-support": "^0.5.20",
|
2020-10-26 22:01:29 +01:00
|
|
|
"style-loader": "^1.3.0",
|
2020-09-06 18:41:23 +02:00
|
|
|
"terser-webpack-plugin": "^3.1.0",
|
2021-10-09 21:58:07 +02:00
|
|
|
"typescript": "^4.4",
|
2021-09-22 21:59:20 +02:00
|
|
|
"webpack": "^5.53.0",
|
|
|
|
"webpack-cli": "^4.8.0",
|
2020-06-28 20:53:19 +02:00
|
|
|
"webpack-rollup-loader": "^0.8.0"
|
2019-08-15 02:32:32 +02:00
|
|
|
}
|
|
|
|
}
|