-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
135 lines (135 loc) · 4.02 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "react-example-filmdb",
"version": "0.0.2",
"description": "Isomorphic React + Flux film database example",
"main": "server/index.js",
"scripts": {
"build": "./node_modules/.bin/webpack --progress --stats --config ./webpack/prod.config.js",
"dev": "node --harmony ./webpack/dev-server.js",
"prod": "NODE_ENV=production node server/index.js",
"test": "node --harmony ./test/mocha-runner",
"testwatch": "node --harmony ./test/mocha-runner -w",
"postinstall": "npm run build",
"coverage": "./node_modules/.bin/babel-istanbul --include-all-sources cover ./test/mocha-runner.js;open ./coverage/lcov-report/index.html "
},
"repository": {
"type": "git",
"url": "https://github.com/tomaash/react-example-filmdb.git"
},
"author": "tomaash",
"license": "MIT",
"dependencies": {
"alt": "^0.16.10",
"autoprefixer-loader": "^2.0.0",
"axios": "^0.5.4",
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.23",
"babel-istanbul": "^0.2.10",
"babel-loader": "^5.3.1",
"bcrypt": "^0.8.3",
"blocked": "^1.1.0",
"bootstrap": "^3.3.5",
"browser-sync": "^2.7.13",
"chai": "^3.0.0",
"chai-spies": "^0.6.0",
"chokidar": "^1.0.3",
"classnames": "^2.1.3",
"co-body": "^2.0.0",
"cookies-js": "^1.2.1",
"css-loader": "^0.15.1",
"debug": "^2.2.0",
"del": "^1.2.0",
"eslint": "^0.24.0",
"eslint-loader": "^0.14.1",
"eslint-plugin-react": "^2.6.4",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"extract-text-webpack-plugin": "^0.8.2",
"faucet": "0.0.1",
"file-loader": "^0.8.4",
"flowcheck": "^0.2.7",
"flowcheck-loader": "^1.0.0",
"font-awesome": "^4.3.0",
"formsy-react": "^0.14.1",
"glob": "^5.0.13",
"image-webpack-loader": "^1.6.1",
"imagemin": "^3.2.0",
"inject-loader": "^2.0.0",
"intl": "^1.0.0-rc-4",
"iso": "^4.1.0",
"isparta-loader": "^0.2.0",
"jscs": "^1.13.1",
"jscs-loader": "0.1.0",
"jsdom": "^5.6.0",
"json-loader": "^0.5.2",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.1.0",
"karma-coverage": "^0.4.2",
"karma-coveralls": "^1.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.5.1",
"koa": "^0.21.0",
"koa-body-parser": "git://github.com/tomaash/koa-body-parser.git",
"koa-bodyparser": "^2.0.1",
"koa-cash": "^1.0.1",
"koa-compressor": "^1.0.3",
"koa-conditional-get": "^1.0.3",
"koa-etag": "^2.0.0",
"koa-favicon": "^1.2.0",
"koa-hbs": "^0.7.0",
"koa-helmet": "0.1.0",
"koa-logger": "^1.2.2",
"koa-mongo-rest": "^0.3.4",
"koa-mount": "^1.3.0",
"koa-proxy": "^0.3.0",
"koa-response-time": "^1.0.2",
"koa-router": "^5.1.2",
"koa-static-cache": "^3.1.1",
"lodash": "^3.10.0",
"lru-cache": "^2.6.5",
"mocha": "^2.2.5",
"mockery": "^1.4.0",
"modularized-normalize-scss": "^3.0.3",
"moment": "^2.10.3",
"mongoose": "^4.0.6",
"mongoose-json-select": "^0.2.1",
"nock": "^2.7.0",
"node-sass": "^3.2.0",
"node-uuid": "^1.4.3",
"node-watch": "^0.3.4",
"nodemon": "^1.3.7",
"pikaday": "^1.3.3",
"pluralize": "^1.1.4",
"react": "^0.13.3",
"react-bootstrap": "^0.22.3",
"react-hot-loader": "^1.2.7",
"react-intl": "^1.2.0",
"react-mixin": "^1.5.0",
"react-pikaday": "^0.2.0",
"react-router": "^0.13.3",
"react-router-bootstrap": "^0.16.0",
"react-select": "^0.5.4",
"require-uncache": "0.0.2",
"restful.js": "git://github.com/tomaash/restful.js.git",
"rewire": "^2.3.4",
"rewire-webpack": "^1.0.0",
"sass-loader": "^1.0.2",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"style-loader": "^0.12.3",
"superagent": "^1.2.0",
"tap-spec": "^4.0.2",
"tape": "^4.0.0",
"tape-catch": "^1.0.4",
"url-loader": "^0.5.6",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1",
"yargs": "^3.15.0"
},
"engines": {
"iojs": "^1.7.0"
}
}