-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 830 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": "react_library",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/lato": "^5.1.0",
"@fontsource/montserrat": "^5.1.0",
"@fontsource/open-sans": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@mui/material": "^6.1.0",
"@mui/material-nextjs": "^6.1.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet-geosearch": "^4.0.0",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.11"
}
}