-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 857 Bytes
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
{
"name": "team2",
"private": true,
"scripts": {
"start": "meteor run",
"chimp-watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests",
"chimp-test": "chimp --mocha --path=tests"
},
"dependencies": {
"meteor-node-stubs": "~0.2.0",
"react": "^15.4.1",
"react-addons-pure-render-mixin": "^15.3.2",
"react-dom": "^15.4.1",
"react-emojione": "^2.0.0",
"react-router": "^2.8.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"enzyme": "^2.4.1",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-import-resolver-meteor": "^0.3.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.7.1",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2"
}
}