-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.85 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
{
"name": "kerala-dashboard",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export -o ./dist",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write .",
"lint": "eslint . --ext ts --ext tsx",
"lint:fix": "eslint . --ext ts --ext tsx --fix"
},
"dependencies": {
"@urbica/react-map-gl": "^1.14.2",
"@visx/legend": "^1.1.0",
"@visx/scale": "^1.1.0",
"@windmill/react-ui": "^0.5.1",
"buffer-json": "^2.0.0",
"camelcase-keys": "^6.2.2",
"clsx": "^1.1.1",
"geobuf": "^3.0.2",
"mapbox-gl": "^2.2.0",
"next": "latest",
"nprogress": "^0.2.0",
"pbf": "^3.2.1",
"polylabel": "^1.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-intersection-observer": "^8.30.3",
"react-simple-maps": "^2.3.0",
"react-table": "^7.6.2",
"recharts": "^2.0.0-beta.7",
"zustand": "^3.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"@types/geojson": "^7946.0.7",
"@types/mapbox-gl": "^2.1.1",
"@types/node": "^15.0.1",
"@types/pbf": "^3.0.2",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-simple-maps": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"cssnano": "^5.0.2",
"eslint": "^7.14.0",
"eslint-config-galex": "^2.7.9",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-tailwindcss": "^1.5.0",
"postcss": "^8.2.13",
"postcss-flexbugs-fixes": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"tailwind-css-variables": "^3.0.1",
"tailwindcss": "^2.1.2",
"typescript": "^4.1.2"
},
"license": "MIT"
}