-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 892 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 892 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
34
35
36
{
"name": "react-next-project",
"version": "1.0.0",
"description": "Piloting server-side react project with Next.js from Zeit.",
"main": "index.js",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"contentful": "^7.4.1",
"next": "^8.0.3",
"next-compose-plugins": "^2.1.1",
"node-sass": "^4.11.0",
"ramda": "^0.26.1",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"devDependencies": {},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bstanfield/react-next-project.git"
},
"keywords": [
"react",
"next.js"
],
"author": "ben stanfield",
"license": "ISC",
"bugs": {
"url": "https://github.com/bstanfield/react-next-project/issues"
},
"homepage": "https://github.com/bstanfield/react-next-project#readme"
}