-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.06 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
{
"name": "pertamina-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 7053",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@sentry/nextjs": "^8.47.0",
"apexcharts": "^4.5.0",
"axios": "^1.7.9",
"chart.js": "^4.4.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^12.4.7",
"fuse.js": "^7.1.0",
"i18next": "^24.2.2",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.462.0",
"moment": "^2.30.1",
"next": "^15.2.0",
"next-i18next": "^15.4.2",
"next-nprogress-bar": "^2.4.3",
"react": "^19.0.0",
"react-apexcharts": "^1.7.0",
"react-chartjs-2": "^5.3.0",
"react-countup": "^6.5.3",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.1",
"react-intersection-observer": "^9.13.1",
"react-leaflet": "^5.0.0-rc.1",
"react-leaflet-markercluster": "^5.0.0-rc.0",
"react-query": "^3.39.3",
"recharts": "^2.15.1",
"swiper": "^11.2.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.4",
"vaul": "^1.1.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.16",
"@types/node": "^20",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/react-leaflet": "^3.0.0",
"eslint": "^8",
"eslint-config-next": "15.1.5",
"postcss": "^8.4.49",
"sass": "^1.81.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
}
}