sejm-calculator/package.json

58 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": {
2020-10-19 08:41:31 +00:00
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/register": "^7.12.1",
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-11-06 23:08:59 +00:00
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
2020-10-19 08:41:31 +00:00
"babel-loader": "^8.1.0",
2019-08-29 17:07:09 +00:00
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
2020-10-18 19:06:38 +00:00
"eslint": "^7.11.0",
2020-11-02 16:56:39 +00:00
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
2020-10-18 19:06:38 +00:00
"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",
2020-11-06 23:08:59 +00:00
"mini-css-extract-plugin": "^1.2.1",
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",
2020-11-06 23:08:59 +00:00
"typescript": "^4.0.5",
2020-10-18 20:42:07 +00:00
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
2020-11-06 23:08:59 +00:00
"webpack-livereload-plugin": "^2.3.0"
2019-08-29 19:36:43 +00:00
},
"dependencies": {
2020-10-28 16:32:32 +00:00
"chartist": "^0.11.4",
2019-08-29 19:36:43 +00:00
"modern-normalize": "^0.5.0"
2019-08-29 17:07:09 +00:00
}
}