sejm-calculator/package.json

72 wiersze
2.1 KiB
JSON

{
"name": "sejm-mandates-simulator",
"version": "1.0.0",
"description": "Simulator for the Polish Sejm election",
"repository": {
"type": "git",
"url": "https://github.com/drastus/sejm-calculator.git"
},
"scripts": {
"start": "webpack-dev-server --mode=development --hot",
"test": "jest",
"build": "webpack --mode=production",
"deploy": "gh-pages -d dist"
},
"keywords": [
"elections",
"poland"
],
"author": "Michał Górny",
"dependencies": {
"chartist": "^0.11.4",
"modern-normalize": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/register": "^7.12.1",
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.5",
"@types/chartist": "^0.9.46",
"@types/html-webpack-plugin": "^3.2.5",
"@types/jest": "^28.1.7",
"@types/mini-css-extract-plugin": "^1.4.3",
"@types/pug": "^2.0.4",
"@types/webpack": "^4.41.29",
"@types/webpack-dev-server": "^3.11.4",
"@types/webpack-livereload-plugin": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.2.0",
"cssnano": "^5.1.6",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-webpack-plugin": "^2.5.4",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-transform-pug": "github:drastus/jest-transform-pug",
"jest-transform-stub": "^2.0.0",
"mini-css-extract-plugin": "^1.2.1",
"postcss": "^8.2.15",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
"pug": "^3.0.1",
"pug-loader": "^2.4.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"ts-jest": "^28.0.8",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpack-livereload-plugin": "^2.3.0"
}
}