-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "ebt-36000",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4040",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@etalab/decoupage-administratif": "^3.0.0",
"@prisma/client": "^5.4.1",
"@turf/turf": "^6.5.0",
"@types/geojson": "^7946.0.10",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"accept-language": "^3.0.18",
"accept-language-parser": "^1.5.0",
"autoprefixer": "10.4.14",
"axios": "^1.6.8",
"dotenv": "^16.3.1",
"eslint": "8.45.0",
"eslint-config-next": "^14.2.3",
"i18n-iso-countries": "^7.7.0",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.4",
"json-loader": "^0.5.7",
"leaflet": "^1.9.4",
"next": "^14.2.3",
"postcss": "8.4.26",
"prisma": "^5.4.1",
"react": "^18.3.1",
"react-cookie": "^6.1.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.3.1",
"react-leaflet": "^4.2.1",
"styled-components": "^6.0.8",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/leaflet": "^1.9.4",
"@types/react-leaflet": "^3.0.0"
}
}