-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.91 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
60
61
62
63
64
65
66
67
68
69
{
"name": "househunt",
"version": "1.0.0",
"description": "Find a nice house",
"main": "index.js",
"scripts": {
"test": "babel-tape-runner **/test/*-test.js | faucet",
"lint": "eslint .",
"start": "babel-node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.33",
"babel-eslint": "^4.1.3",
"babel-tape-runner": "^1.3.0",
"body-parser": "^1.13.3",
"cheerio": "^0.19.0",
"eslint": "^1.5.0",
"eslint-plugin-react": "^3.4.2",
"express": "^4.13.3",
"faucet": "0.0.1",
"immutable": "^3.7.4",
"isomorphic-fetch": "^2.1.1",
"jsdom": "^6.5.1",
"jspm": "^0.16.14",
"lodash": "^3.10.1",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"tape": "^4.2.0",
"uuid": "^2.0.1"
},
"jspm": {
"directories": {
"baseURL": "app"
},
"dependencies": {
"fetch": "npm:whatwg-fetch@^0.10.1",
"immutable": "npm:immutable@^3.7.4",
"isomorphic-fetch": "npm:isomorphic-fetch@^2.2.0",
"lodash": "npm:lodash@^3.10.1",
"react": "npm:[email protected]",
"react-dom": "npm:[email protected]",
"react-redux": "npm:react-redux@4",
"react-router": "npm:[email protected]",
"redux": "npm:[email protected]",
"redux-localstorage": "npm:redux-localstorage@^0.4.0",
"redux-thunk": "npm:redux-thunk@^1.0.0",
"systemjs-googlemaps": "github:HeinrichFilter/systemjs-plugin-googlemaps@master",
"tape": "npm:tape@^4.2.0",
"uuid": "npm:uuid@^2.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"devDependencies": {
"enzyme": "^2.2.0",
"fs-readfile-promise": "^2.0.1",
"nock": "^2.17.0",
"react-addons-test-utils": "^15.0.1",
"react-redux": "^4.4.5",
"redux": "^3.0.4",
"supertest": "^1.1.0"
}
}