-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "headless",
"version": "1.1.0",
"description": "WP + React + Next.js",
"main": "index.js",
"scripts": {
"dev": "node server.js -p $PORT",
"build": "next build",
"heroku-postbuild": "next build",
"start": "NODE_ENV=production node server.js -p $PORT",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/goranefbl/wp-react-nextjs.git"
},
"author": "Goran",
"license": "MIT",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"ajv": "6.5.5",
"axios": "^0.18.0",
"compression": "^1.7.3",
"data-prefetch-link": "^1.1.3",
"express": "^4.16.4",
"isomorphic-fetch": "^2.2.1",
"lru-cache": "^5.1.1",
"lscache": "^1.3.0",
"next": "^7.0.2",
"next-images": "^1.0.4",
"next-offline": "^3.3.5",
"node-sass": "^4.11.0",
"prop-types": "^15.6.2",
"prop-types-exact": "^1.2.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-lazyload": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^2.7.0",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-import": "^2.15.0",
"prettier": "^1.15.3"
}
}