-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 839 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": "nextjs-google-map-react",
"version": "1.0.0",
"description": "Demo of google-map-react and Next.js",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpolyn/nextjs-google-map-react.git"
},
"engines" : { "node" : ">8.0.0" },
"keywords": [
"Next.js",
"google-map-react"
],
"author": "Gallagher Polyn",
"license": "ISC",
"bugs": {
"url": "https://github.com/gpolyn/nextjs-google-map-react/issues"
},
"homepage": "https://github.com/gpolyn/nextjs-google-map-react#readme",
"dependencies": {
"google-map-react": "1.0.0",
"next": "6.0.0",
"react": "16.3.2",
"react-dom": "16.3.2"
}
}