forked from CodeForPhilly/clean-and-green-philly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.93 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": "phl-vacancy-dashboard-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"release": "semantic-release"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@nextui-org/react": "^2.4.6",
"@phosphor-icons/react": "^2.1.7",
"@turf/centroid": "^7.0.0",
"autoprefixer": "10.4.19",
"clsx": "^2.1.1",
"framer-motion": "^11.3.8",
"lodash": "^4.17.21",
"mapbox-gl": "3.2.0",
"maplibre-gl": "^4.5.0",
"multi-range-slider-react": "^2.0.7",
"next": "^14.2.5",
"pmtiles": "^3.0.6",
"postcss": "8.4.39",
"protobufjs": "^7.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-map-gl": "^7.1.7",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.6",
"typescript": "5.5.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-custom-rules": "file:./eslint-plugin-custom-rules",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-prettier": "^5.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/node": "^20.14.11",
"@types/pbf": "^3.0.5",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"postcss-nesting": "^12.1.5",
"postcss-preset-env": "^9.6.0",
"semantic-release": "^24.0.0"
}
}