-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "@quarterto/react-server",
"version": "1.7.0",
"description": "Universal React server plugin for promise-server",
"dependencies": {
"@quarterto/promise-server": "^1.10.0",
"@quarterto/promise-server-react": "^1.1.0",
"@quarterto/react-title": "^1.1.0",
"add-stream": "^1.0.0",
"babel": "^5.8.23",
"babel-plugin-react-transform": "^1.1.1",
"babelify": "^6.4.0",
"boulevard": "^2.3.1",
"browserify": "^11.2.0",
"from": "^0.1.3",
"livereactload": "^2.1.0",
"lodash.defaults": "^3.1.2",
"minimist": "^1.2.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-proxy": "^1.1.1",
"react-transform-catch-errors": "^1.0.0",
"redbox-noreact": "^1.0.0",
"speyside": "^3.0.0",
"through2": "^2.0.0",
"watchify": "^3.4.0"
},
"main": "lib",
"bin": {
"react-server": "bin.js"
},
"scripts": {
"prepublish": "make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quarterto/react-server.git"
},
"keywords": [
"react",
"server",
"universal"
],
"author": "Matt Brennan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quarterto/react-server/issues"
},
"homepage": "https://github.com/quarterto/react-server#readme"
}