kopia lustrzana https://github.com/drastus/sejm-calculator
48 wiersze
1.3 KiB
JSON
48 wiersze
1.3 KiB
JSON
{
|
|
"name": "sejm-mandates-simulator",
|
|
"version": "1.0.0",
|
|
"description": "Simulator for the Polish Sejm 2019 election",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"start": "webpack-dev-server --inline --watch --hot"
|
|
},
|
|
"keywords": [],
|
|
"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",
|
|
"@types/chartist": "^0.9.46",
|
|
"@types/pug": "^2.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^2.0.0",
|
|
"@typescript-eslint/parser": "^2.0.0",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.2.0",
|
|
"cssnano": "^4.1.10",
|
|
"eslint": "^6.1.0",
|
|
"eslint-loader": "^3.0.0",
|
|
"file-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"postcss": "^7.0.17",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"pug": "^2.0.4",
|
|
"pug-loader": "^2.4.0",
|
|
"stylelint": "^10.1.0",
|
|
"stylelint-config-standard": "^18.3.0",
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
|
"typescript": "^3.5.3",
|
|
"webpack": "^4.39.1",
|
|
"webpack-cli": "^3.3.6",
|
|
"webpack-dev-server": "^3.8.0",
|
|
"webpack-livereload-plugin": "^2.2.0"
|
|
},
|
|
"dependencies": {
|
|
"chartist": "^0.11.3",
|
|
"modern-normalize": "^0.5.0"
|
|
}
|
|
}
|