-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.18 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
{
"name": "lab-1-swiss-map",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5173",
"build": "next build",
"start": "next start -p 5173",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.22.2",
"@turf/turf": "^6.5.0",
"@types/mapbox-gl": "^2.7.21",
"@types/ramda": "^0.29.10",
"ai": "^2.2.35",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"d3-ease": "^3.0.1",
"framer-motion": "^11.0.5",
"g-i-s": "^2.1.7",
"geolib": "^3.3.4",
"html-react-parser": "^5.1.7",
"i18next": "^23.9.0",
"mapbox-gl": "^3.1.2",
"next": "14.1.0",
"openai": "^4.28.0",
"query-string": "^9.0.0",
"ramda": "^0.29.1",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^14.0.5",
"react-map-gl": "^7.1.7",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@types/d3-ease": "^3.0.2",
"@types/geojson": "^7946.0.14",
"@types/node": "^20",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.57",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"babel-eslint": "^10.1.0",
"dotenv": "^16.4.5",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwind": "^0.2.1",
"eslint": "^8.56.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"pinst": "^3.0.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}