This repository has been archived by the owner on Dec 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.78 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "hapi-render-react-joyent-document",
"version": "7.2.0",
"license": "MPL-2.0",
"repository": "github:yldio/hapi-render-react-joyent-document",
"main": "dist/umd/index.js",
"jsnext:main": "dist/es/index.js",
"module": "dist/es/index.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint . --fix --ext .js --ext .md",
"fmt": "prettier --write --single-quote *.md src/*.js *.json",
"compile:es": "babel src --out-dir dist/es --copy-files",
"compile:umd": "UMD=1 babel src --out-dir dist/umd --copy-files",
"compile": "redrun -p compile:*",
"prepublish": "NODE_ENV=production npm run compile"
},
"dependencies": {
"duplexify": "^3.5.4",
"pumpify": "^1.4.0",
"react-helmet-async": "0.0.5",
"string-to-stream": "^1.1.0"
},
"devDependencies": {
"apollo-client": "^2.2.8",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.16.0",
"eslint-config-joyent-portal": "^3.3.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-config-xo-space": "^0.18.0",
"eslint-plugin-flowtype": "^2.45.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"graphql": "^0.13.1",
"react": "^16.3.2",
"react-apollo": "^2.1.3",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"redrun": "^5.10.3",
"styled-components": "^3.2.6"
},
"peerDependencies": {
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"styled-components": "^3.1.6"
}
}