-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "manifold",
"version": "0.1.0",
"description": "An isomorphic flux-based blog",
"author": "Michal Kawalec <[email protected]>",
"private": true,
"dependencies": {
"assert-env": "^0.6.0",
"babel": "^4.7.16",
"babel-core": "^4.7.16",
"babel-loader": "^4.2.0",
"bluebird": "^2.6.2",
"bookshelf": "^0.7.9",
"boom": "^2.6.1",
"buffer": "^3.1.2",
"commonjs-highcharts": "^4.0.3",
"confidence": "^1.0.0",
"eslint": "^0.18.0",
"eslint-plugin-react": "^2.0.2",
"flowcheck": "^0.2.3",
"flowcheck-loader": "^1.0.0",
"fluxapp": "mkawalec/fluxApp",
"hapi": "^8.4.0",
"hapi-auth-signed-cookie": "^1.0.0",
"immutable": "^3.7.1",
"joi": "^5.1.0",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"knex": "^0.7.3",
"lodash": "^3.6.0",
"markdown": "^0.5.0",
"mustache": "^2.0.0",
"pg": "^4.1.1",
"portscanner": "^1.0.0",
"ramda": "^0.13.0",
"react": "^0.13.1",
"react-bootstrap": "^0.20.0",
"reactify": "^0.17.1",
"swap-case": "^1.1.0",
"uuid": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0",
"ws": "^0.7.1"
}
}