2019-08-15 02:32:32 +02:00
|
|
|
{
|
2022-01-31 20:28:38 +01:00
|
|
|
"type": "module",
|
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",
|
2022-01-31 20:28:38 +01:00
|
|
|
"test": "jest --ci",
|
|
|
|
"test:watch": "jest --watch",
|
2020-06-28 20:53:19 +02:00
|
|
|
"watch": "webpack --watch"
|
2019-08-15 02:32:32 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-18 22:26:26 +01:00
|
|
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
2023-02-18 22:36:15 +01:00
|
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
|
|
"@types/web": "^0.0.91",
|
2023-02-18 22:26:26 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
|
|
"acorn": "^8.8.2",
|
|
|
|
"autoprefixer": "^10.4.13",
|
2023-02-18 22:36:15 +01:00
|
|
|
"brunch": "^4.0.2",
|
2023-02-18 22:26:26 +01:00
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2022-04-02 14:41:15 +02:00
|
|
|
"copycat-brunch": "^1.1.1",
|
2020-12-11 16:58:01 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2023-02-18 22:26:26 +01:00
|
|
|
"css-loader": "^6.7.3",
|
|
|
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
|
|
"eslint": "^8.34.0",
|
|
|
|
"eslint-webpack-plugin": "^4.0.0",
|
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",
|
2023-02-18 22:36:15 +01:00
|
|
|
"jest-environment-jsdom": "^29.4.3",
|
2023-02-18 22:26:26 +01:00
|
|
|
"mini-css-extract-plugin": "^2.7.2",
|
2019-08-18 02:43:44 +02:00
|
|
|
"normalize-scss": "^7.0.1",
|
2023-02-18 22:36:15 +01:00
|
|
|
"postcss": "^8.4.21",
|
2023-02-18 22:26:26 +01:00
|
|
|
"postcss-loader": "^7.0.2",
|
|
|
|
"postcss-scss": "^4.0.6",
|
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",
|
2023-02-18 22:26:26 +01:00
|
|
|
"sass": "^1.58.3",
|
|
|
|
"sass-loader": "^13.2.0",
|
|
|
|
"source-map-support": "^0.5.21",
|
|
|
|
"style-loader": "^3.3.1",
|
|
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
|
|
"tslib": "^2.5.0",
|
|
|
|
"typescript": "^4.9",
|
|
|
|
"webpack": "^5.75.0",
|
|
|
|
"webpack-cli": "^5.0.1",
|
|
|
|
"webpack-rollup-loader": "^0.8.1"
|
2022-04-02 14:41:15 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-18 22:26:26 +01:00
|
|
|
"@testing-library/dom": "^9.0.0",
|
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@types/jest": "^29.4.0",
|
|
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
|
|
"eslint-plugin-jest-dom": "^4.0.3",
|
|
|
|
"jest": "^29.4.3",
|
2022-04-02 14:41:15 +02:00
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2023-02-18 22:26:26 +01:00
|
|
|
"ts-jest": "^29.0.5"
|
2019-08-15 02:32:32 +02:00
|
|
|
}
|
|
|
|
}
|