-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 945 Bytes
/
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
{
"name": "apollo-test",
"private": true,
"scripts": {
"start": "meteor run",
"test": "npm run lint && chimp --mocha --path=tests --browser=phantomjs",
"lint": "eslint . --ext .jsx,.js",
"lint:quiet": "eslint . --ext .jsx,.js || true",
"fix": "eslint . --ext .jsx,.js --fix",
"watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests"
},
"dependencies": {
"apollo-client": "^0.3.19",
"eslint-config-poetic": "^1.0.0",
"lodash": "^4.13.1",
"meteor-node-stubs": "~0.2.0",
"param-store": "^1.0.0",
"react": "^15.1.0",
"react-addons-pure-render-mixin": "^15.1.0",
"react-apollo": "^0.3.9",
"react-dom": "^15.1.0",
"react-super-components": "^0.4.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"eslint-config-poetic": "^1.0.0",
"faker": "^3.1.0",
"mocha": "^2.5.3",
"react-addons-test-utils": "^15.1.0"
}
}