-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.22 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
70
71
72
73
74
75
76
77
78
79
80
{
"name": "hydrogen",
"version": "0.0.1",
"description": "An opinionated package for awesomeness.",
"main": "http://localhost:8080",
"scripts": {
"dev": "node src/js/api/server.js",
"production": "",
"start": "npm run dev",
"test": "npm run test:client && npm run test:server",
"test:client": "mocha --compilers js:babel-core/register --require ./test/test_helper.js ./test/mocha-style-no-op.js --recursive ./test/client",
"test:server": "lab ./test/api -t 100",
"test:client:watch": "npm run test:client -- --watch"
},
"keywords": [
"nwjs",
"webpack",
"hapi",
"react",
"react-router",
"react-hot-reload",
"redux",
"bootstrap",
"font-awesome"
],
"author": "Leonardo R. Barbosa",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-1": "^6.5.0",
"bootstrap-loader": "^1.0.10",
"bootstrap-sass": "^3.3.6",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"code": "^2.2.0",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"eslint-plugin-react": "^5.0.1",
"file-loader": "^0.8.5",
"font-awesome-loader": "0.0.1",
"hapi-webpack-plugin": "^1.3.0",
"html-webpack-plugin": "^2.16.0",
"imports-loader": "^0.6.5",
"jsdom": "^8.3.1",
"json-loader": "^0.5.4",
"lab": "^10.3.1",
"mocha": "^2.4.5",
"node-sass": "^3.4.2",
"react-addons-test-utils": "^15.0.1",
"react-hot-loader": "^1.3.0",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"axios": "^0.9.1",
"boom": "^3.1.2",
"font-awesome": "^4.5.0",
"hapi": "^13.3.0",
"isomorphic-fetch": "^2.2.1",
"joi": "^8.0.5",
"jquery": "^2.2.3",
"lodash": "^4.10.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.4",
"react-router": "^2.1.1",
"redux": "^3.4.0",
"redux-form": "^6.0.0-alpha.4",
"redux-promise": "^0.5.3"
}
}