mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
60 lines
1.8 KiB
JSON
60 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": {
|
|
"@rollup/plugin-typescript": "^8.2.5",
|
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
"@typescript-eslint/parser": "^5.8.0",
|
|
"@types/web": "^0.0.40",
|
|
"brunch": "^3.0.0",
|
|
"acorn": "^7.4.1",
|
|
"autoprefixer": "^10.3.5",
|
|
"copy-webpack-plugin": "^6.4.1",
|
|
"copycat-brunch": "^1.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^5.2.7",
|
|
"css-minimizer-webpack-plugin": "^2.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-webpack-plugin": "^3.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"ignore-emit-webpack-plugin": "^2.0.6",
|
|
"postcss": "^8.3.7",
|
|
"mini-css-extract-plugin": "^2.3.0",
|
|
"normalize-scss": "^7.0.1",
|
|
"postcss-loader": "^5.3.0",
|
|
"postcss-scss": "^3.0.5",
|
|
"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.42.1",
|
|
"sass-loader": "^12.1.0",
|
|
"source-map-support": "^0.5.20",
|
|
"style-loader": "^1.3.0",
|
|
"terser-webpack-plugin": "^3.1.0",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.4",
|
|
"webpack": "^5.53.0",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-rollup-loader": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^8.7.2",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@types/jest": "^27.0.3",
|
|
"eslint-plugin-jest": "^25.7.0",
|
|
"eslint-plugin-jest-dom": "^4.0.1",
|
|
"jest": "^27.4.7",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"ts-jest": "^27.0.4"
|
|
}
|
|
}
|