-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 827 Bytes
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": "next-leaflet-starter",
"homepage": "https://next-leaflet-starter.netlify.app",
"version": "0.1.0",
"license": "MIT",
"author": "Colby Fayock <hello@colbyfayock.com>",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://github.com/colbyfayock/next-leaflet-starter"
},
"bugs": {
"url": "https://github.com/colbyfayock/next-leaflet-starter/issues"
},
"dependencies": {
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"copy-webpack-plugin": "^11.0.0",
"leaflet": "^1.9.4",
"next": "^14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"sass": "^1.69.5",
"xlsx": "^0.18.5"
}
}