-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
113 lines (113 loc) · 3.18 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "dashboarddeelmobiliteit-app",
"homepage": "https://dashboarddeelmobiliteit.nl/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@hookform/resolvers": "^3.3.4",
"@mapbox/mapbox-gl-draw": "1.4.3",
"@mapbox/mapbox-gl-draw-static-mode": "1.0.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@tanstack/react-table": "^8.15.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@turf/center": "^6.5.0",
"@types/mapbox__mapbox-gl-draw": "1.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"file-saver": "^2.0.5",
"framer-motion": "9.1.6",
"geojson-bounds": "^1.0.2",
"geojson2h3": "^1.2.0",
"github-folder-tree": "bartwr/github-folder-tree#master",
"h3-js": "^4.1.0",
"i": "^0.3.7",
"jquery": "^3.6.0",
"js-confetti": "^0.10.2",
"lucide-react": "^0.298.0",
"mapbox-gl-draw-waypoint": "1.0.3",
"mapbox-gl-utils": "0.44.0",
"maplibre-gl": "2.4.0",
"marked": "^4.0.8",
"md5": "^2.3.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.38",
"npm": "^8.4.0",
"process": "^0.11.10",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-datepicker": "^4.5.0",
"react-datetime-picker": "^3.4.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.2",
"react-redux": "^7.2.5",
"react-router-dom": "^6.11.2",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"react-slideshow-image": "^3.7.0",
"recharts": "^2.1.6",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"tw-elements": "^1.0.0-alpha12",
"typescript": "^4",
"vis-data": "^7.1.9",
"vis-timeline": "^7.7.3",
"web-vitals": "^1.0.1",
"zod": "^3.22.4"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"engines": {
"node": "18"
},
"scripts": {
"build:style": "tailwind build -i src/styles/index.css -o src/styles/tailwind.css",
"preinstall": "npx npm-force-resolutions",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build && cp CNAME build/CNAME",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"autoprefixer": "^10.4.14",
"gh-pages": "^3.2.3",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.0.1",
"react-error-overlay": "^6.0.9",
"tailwindcss": "^3.4.3"
}
}