-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
34 lines (34 loc) · 870 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
34
{
"name": "reactpress",
"version": "0.7.0",
"description": "React press is a starter for wordpress + react , using Next.js",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "node_modules/.bin/next build",
"start": "NODE_ENV=production node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^0.2.0",
"axios": "^0.18.0",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"moment": "^2.22.2",
"next": "^6.1.1",
"next-compose-plugins": "^2.1.1",
"next-images": "^0.10.5",
"nprogress": "^0.2.0",
"postcss-loader": "^2.1.5",
"prettier": "^1.13.7",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"style-loader": "^0.21.0",
"wpapi": "^1.1.2"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.1.1"
}
}