-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 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
59
60
61
{
"name": "untappd-data-visualised",
"version": "2.4.3",
"private": false,
"dependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.1",
"classnames": "^2.5.1",
"html2canvas": "^1.4.1",
"mapbox-gl": "^3.8.0",
"postcss": "^8.4.49",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.5",
"react-ga4": "^2.1.0",
"react-map-gl": "^7.1.7",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"react-select": "^5.8.3",
"serve": "^14.2.4",
"tailwindcss": "^3.4.15"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"production": "serve -s build -l 80 -L",
"eject": "react-scripts eject",
"build:css": "tailwindcss build src/index.css -o src/tailwind.css"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-tailwindcss": "3.16.0",
"prettier": "^3.4.1"
}
}