-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 909 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": "landing-page-next",
"version": "1.0.0",
"description": "Landing page example with next",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"deploy": "gh-pages -d out -b gh-pages -r [email protected]:front10/landing-page-next.git",
"predeploy": "next export",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/front10/landing-page-next.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/front10/landing-page-next/issues"
},
"homepage": "https://github.com/front10/landing-page-next#readme",
"dependencies": {
"@front10/landing-page-book": "^0.1.18",
"@zeit/next-css": "^1.0.1",
"gh-pages": "^2.0.1",
"next": "^7.0.1",
"next-compose-plugins": "^2.1.1",
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}