-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "tis-volby-prezident-24",
"version": "0.0.1",
"homepage": "/prezident2024/",
"dependencies": {
"@tanstack/react-query": "^4.32.6",
"bootstrap": "^5.3.3",
"html-react-parser": "^4.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-papaparse": "^4.1.0",
"react-router-dom": "^6.14.2",
"react-social-icons": "^6.12.0",
"recharts": "^2.7.2",
"use-debounce": "^9.0.4",
"use-google-sheets": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@svgr/webpack": "^8.1.0",
"babel-loader": "^9.1.3",
"braces": "^3.0.3",
"css-loader": "^7.1.1",
"dotenv": "^16.3.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-manifest-plugin": "^5.0.0",
"ws": "^8.18.0"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}