sejm-calculator/package.json

57 wiersze
1.6 KiB
JSON
Czysty Zwykły widok Historia

2019-08-29 17:07:09 +00:00
{
"name": "sejm-mandates-simulator",
"version": "1.0.0",
2019-11-15 21:49:10 +00:00
"description": "Simulator for the Polish Sejm election",
2020-10-18 19:06:38 +00:00
"repository": {
"type": "git",
"url": "https://github.com/drastus/sejm-calculator.git"
},
2019-08-29 17:07:09 +00:00
"scripts": {
2019-09-26 17:28:22 +00:00
"start": "webpack-dev-server --inline --watch --hot",
2020-10-18 19:06:38 +00:00
"build": "webpack --mode=production",
2019-09-26 17:38:13 +00:00
"deploy": "gh-pages -d dist"
2019-08-29 17:07:09 +00:00
},
2020-10-18 19:06:38 +00:00
"keywords": [
"elections",
"poland"
],
2019-08-29 17:07:09 +00:00
"author": "Michał Górny",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.5.5",
2019-09-07 18:30:44 +00:00
"@types/chartist": "^0.9.46",
2019-09-24 17:21:02 +00:00
"@types/pug": "^2.0.4",
2020-10-18 19:06:38 +00:00
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
2019-08-29 17:07:09 +00:00
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
2020-10-18 19:06:38 +00:00
"eslint": "^7.11.0",
"eslint-restricted-globals": "^0.2.0",
"eslint-webpack-plugin": "^2.1.0",
2019-09-26 17:28:22 +00:00
"gh-pages": "^2.1.1",
2019-08-29 17:07:09 +00:00
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
2020-10-18 20:42:07 +00:00
"postcss": "^7.0.34",
2019-08-29 17:07:09 +00:00
"postcss-import": "^12.0.1",
2020-10-18 20:42:07 +00:00
"postcss-loader": "^4.0.4",
2019-08-29 17:07:09 +00:00
"postcss-preset-env": "^6.7.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
2020-10-18 20:42:07 +00:00
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.1.1",
2019-08-29 17:07:09 +00:00
"typescript": "^3.5.3",
2020-10-18 20:42:07 +00:00
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
2019-08-29 17:07:09 +00:00
"webpack-livereload-plugin": "^2.2.0"
2019-08-29 19:36:43 +00:00
},
"dependencies": {
2019-09-07 18:30:44 +00:00
"chartist": "^0.11.3",
2019-08-29 19:36:43 +00:00
"modern-normalize": "^0.5.0"
2019-08-29 17:07:09 +00:00
}
}