forked from jasonbahl/reactpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 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
{
"name": "reactpress",
"version": "0.2.0",
"description": "A SEO-friendly React starter for your Wordpress API",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"css-loader": "^1.0.0",
"express": "^4.16.3",
"moment": "^2.22.2",
"next": "^7.0.2",
"next-compose-plugins": "^2.1.1",
"next-images": "^1.0.1",
"nprogress": "^0.2.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.14.3",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"style-loader": "^0.23.0",
"wpapi": "^1.1.2"
},
"devDependencies": {}
}