-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.27 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,css,md,ts,tsx,json}": "prettier --write"
},
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.34",
"@headlessui/react": "^1.6.1",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/geo": "^0.79.1",
"@nivo/pie": "^0.79.1",
"@nivo/scatterplot": "^0.79.1",
"@react-hook/window-size": "^3.0.7",
"@tailwindcss/forms": "^0.5.2",
"axios": "^0.27.2",
"next": "12.3.1",
"next-i18next": "^11.0.0",
"next-pwa": "^5.5.2",
"prop-types": "^15.8.1",
"querystring": "^0.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.30.4"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"devDependencies": {
"@types/google.maps": "^3.49.0",
"@types/gtag.js": "^0.0.10",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.4.0",
"husky": ">=6",
"lint-staged": ">=10",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}