philomena/assets/package.json

61 lines
1.8 KiB
JSON
Raw Normal View History

2019-08-15 02:32:32 +02:00
{
"type": "module",
2019-08-15 02:32:32 +02:00
"scripts": {
"deploy": "cross-env NODE_ENV=production webpack",
"lint": "eslint . --ext .js,.ts",
"test": "jest --ci",
"test:watch": "jest --watch",
"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-05-18 14:40:24 +02:00
"@rollup/plugin-multi-entry": "^6.0.0",
2023-02-18 22:36:15 +01:00
"@rollup/plugin-typescript": "^11.0.0",
2023-05-18 14:40:24 +02:00
"@rollup/plugin-virtual": "^3.0.1",
2023-02-18 22:36:15 +01:00
"@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",
2023-04-25 03:36:53 +02:00
"css-minimizer-webpack-plugin": "^5.0.0",
2023-02-18 22:26:26 +01:00
"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",
"postcss": "^8.4.31",
2023-04-25 03:36:53 +02:00
"postcss-loader": "^7.2.4",
2023-02-18 22:26:26 +01:00
"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-09-06 18:41:23 +02:00
"rollup-plugin-includepaths": "^0.2.4",
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.76.0",
2023-02-18 22:26:26 +01:00
"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",
2022-04-03 01:15:34 +02:00
"ts-jest": "^29.1.0"
2019-08-15 02:32:32 +02:00
}
}