sejm-calculator/package.json

58 wiersze
1.6 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 --inline --watch --hot",
"build": "webpack --mode=production",
"deploy": "gh-pages -d dist"
},
"keywords": [
"elections",
"poland"
],
"author": "Michał Górny",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/register": "^7.12.1",
"@types/chartist": "^0.9.46",
"@types/pug": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-webpack-plugin": "^2.1.0",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^1.2.1",
"postcss": "^7.0.34",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-livereload-plugin": "^2.3.0"
},
"dependencies": {
"chartist": "^0.11.4",
"modern-normalize": "^0.5.0"
}
}