mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"deploy": "cross-env NODE_ENV=production webpack",
|
|
"lint": "eslint . --ext .js,.ts",
|
|
"test": "jest --ci",
|
|
"test:watch": "jest --watch",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
"@types/web": "^0.0.91",
|
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"acorn": "^8.8.2",
|
|
"autoprefixer": "^10.4.13",
|
|
"brunch": "^4.0.2",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"copycat-brunch": "^1.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.3",
|
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
"eslint": "^8.34.0",
|
|
"eslint-webpack-plugin": "^4.0.0",
|
|
"file-loader": "^6.2.0",
|
|
"ignore-emit-webpack-plugin": "^2.0.6",
|
|
"jest-environment-jsdom": "^29.4.3",
|
|
"mini-css-extract-plugin": "^2.7.2",
|
|
"normalize-scss": "^7.0.1",
|
|
"postcss": "^8.4.21",
|
|
"postcss-loader": "^7.0.2",
|
|
"postcss-scss": "^4.0.6",
|
|
"postcss-url": "^10.1.3",
|
|
"rollup": "^2.57.0",
|
|
"rollup-plugin-buble": "^0.19.8",
|
|
"rollup-plugin-includepaths": "^0.2.4",
|
|
"rollup-plugin-multi-entry": "^2.1.0",
|
|
"rollup-plugin-virtual": "^1.0.1",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"ts-jest": "^29.0.5"
|
|
}
|
|
}
|