forked from humanmade/repress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 715 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 715 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
{
"name": "@humanmade/repress",
"version": "0.6.0",
"description": "Connect your Redux store to the WordPress REST API.",
"main": "dist/bundle.js",
"repository": "git@github.com:humanmade/repress.git",
"author": "Ryan McCue <ryan@humanmade.com>",
"license": "ISC",
"peerDependencies": {
"react": ">= 15",
"react-redux": "4.x || 5.x || 6.x || 7.x",
"redux": "3.x",
"redux-thunk": "2.x"
},
"dependencies": {
"lodash": "^4.17.5",
"qs": "^6.5.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"babel-loader": "^8.0.4",
"babel-preset-react-app": "^5.0.4",
"webpack": "^4.23.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"build": "webpack",
"prepare": "webpack"
},
"files": []
}