-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
80 lines (80 loc) · 2.38 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
{
"name": "aksara-front",
"private": true,
"description": "AKSARA is an open data site by the Department of Statistics Malaysia to institutionalise transparency and make data accessible for all.",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,ts,tsx,css,md}": "prettier --write"
},
"dependencies": {
"@formatjs/intl-locale": "^3.0.11",
"@formatjs/intl-numberformat": "^8.3.3",
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^2.0.11",
"@nivo/core": "^0.79.0",
"@nivo/geo": "^0.79.1",
"@nivo/heatmap": "^0.79.1",
"@nivo/line": "^0.79.1",
"@nivo/waffle": "^0.80.0",
"@tanstack/match-sorter-utils": "^8.1.1",
"@tanstack/react-table": "^8.5.2",
"axios": "^0.27.2",
"canvas2svg": "^1.0.16",
"chart.js": "^3.9.1",
"chartjs-adapter-luxon": "^1.2.0",
"chartjs-plugin-annotation": "^2.0.1",
"chartjs-plugin-crosshair": "^1.2.0",
"highlight.js": "^11.6.0",
"leaflet": "^1.9.1",
"lodash": "^4.17.21",
"luxon": "^3.0.3",
"mixpanel-browser": "^2.45.0",
"next": "12.3.1",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^11.0.0",
"next-pwa": "^5.6.0",
"next-sitemap": "^3.1.23",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.1.0",
"react-leaflet": "^4.1.0",
"react-medium-image-zoom": "^5.0.3",
"sharp": "^0.31.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/d3-scale": "^4.0.2",
"@types/d3-shape": "^3.1.0",
"@types/google.maps": "^3.49.2",
"@types/gtag.js": "^0.0.12",
"@types/leaflet": "^1.8.0",
"@types/lodash": "^4.14.185",
"@types/luxon": "^3.0.1",
"@types/mixpanel-browser": "^2.38.0",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/react-html-parser": "^2.0.2",
"autoprefixer": "^10.4.7",
"geojson-bbox": "^0.0.1",
"husky": ">=6",
"lint-staged": ">=10",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-nesting": "^10.1.10",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.2",
"typescript": "^4.9.3",
"webpack": "^5.75.0"
}
}