-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "noms",
"private": true,
"scripts": {
"start": "meteor run --settings settings/development.json",
"test": "npm run lint && chimp --mocha --path=tests --browser=phantomjs",
"lint": "eslint . --ext .jsx,.js",
"fix": "eslint . --ext .jsx,.js --fix",
"watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests"
},
"dependencies": {
"body-parser": "^1.15.2",
"faker": "^3.1.0",
"lodash": "^4.13.1",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.13.0",
"param-store": "^1.0.0",
"react": "^15.1.0",
"react-addons-pure-render-mixin": "^15.0.2",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-super-components": "^0.4.1",
"react-swipe": "^5.0.3",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"yelp": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"proxyquire": "^1.7.9",
"react-addons-test-utils": "^15.0.2",
"sinon": "^1.17.4"
}
}