-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 898 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 898 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
{
"name": "agency-prototype",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_PATH=. NODE_ENV=production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"apollo-boost": "^0.3.1",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.8.0",
"express": "^4.16.4",
"graphql": "^14.1.1",
"next": "^8.0.3",
"next-images": "^1.0.4",
"next-nprogress": "^1.4.0",
"next-page-loading-bar": "^1.0.0",
"next-page-transitions": "^1.0.0-alpha.6",
"next-routes": "^1.4.2",
"next-with-apollo": "^3.4.0",
"nextjs-wp": "^1.0.4",
"node-sass": "^4.11.0",
"react": "^16.8.3",
"react-apollo": "^2.5.2",
"react-dom": "^16.8.3",
"styled-jsx": "^3.0.2"
}
}