-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 938 Bytes
/
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
{
"name": "client-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"format": "prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"http-status-codes": "^2.1.4",
"isomorphic-unfetch": "^3.1.0",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-geosearch": "^3.3.1",
"next": "13.0.3",
"next-i18next": "^8.1.3",
"query-string": "^7.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fetching-library": "^1.7.6",
"react-leaflet": "^3.1.0",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.13",
"prettier": "^2.2.1",
"tailwindcss": "^2.1.1"
}
}