-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 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
{
"name": "react-falcor-universal-minimal-starter",
"version": "1.0.0",
"description": "Minimal starter kit for React, Falcor, and Universal rendering with ES6",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lingz/react-falcor-universal-minimal-starter.git"
},
"keywords": [
"react",
"es6",
"falcor",
"universal"
],
"author": "Lingliang Zhang ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/lingz/react-falcor-universal-minimal-starter/issues"
},
"homepage": "https://github.com/lingz/react-falcor-universal-minimal-starter#readme",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"eslint-plugin-react": "^3.16.1",
"source-map-support": "^0.4.0",
"webpack": "^1.13.1"
},
"dependencies": {
"express": "^4.13.4",
"falcor": "^0.1.17",
"falcor-express": "^0.1.2",
"falcor-http-datasource": "^0.1.3",
"falcor-router": "^0.4.0",
"history": "^3.0.0",
"lodash": "^4.13.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.4.1"
}
}