-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
33 lines (33 loc) · 888 Bytes
/
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
{
"name": "jetlog",
"version": "1.1.0",
"source": "client/index.html",
"scripts": {
"build": "PARCEL_WORKERS=0 parcel build --dist-dir dist",
"watch": "PARCEL_WORKERS=0 parcel watch --dist-dir dist"
},
"dependencies": {
"axios": "^1.7.2",
"parcel": "^2.0.0",
"postcss": "^8.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",
"react-simple-maps": "^3.0.0",
"tailwindcss": "^3.4.4"
},
"overrides": {
"react-simple-maps": {
"d3-zoom": "^3.0.0",
"d3-interpolate": "^3.0.1",
"d3-color": "^3.1.0"
}
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"buffer": "^6.0.3",
"cssnano": "^7.0.4",
"process": "^0.11.10"
}
}