forked from Yelp/beans
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 KB
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
{
"name": "yelp-beans",
"version": "1.0.0",
"description": "App for meeting people.",
"dependencies": {
"axios": "^0.16.2",
"moment-timezone": "^0.5.11",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^4.1.1",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-promise": "^0.5.3"
},
"devDependencies": {
"axios-mock-adapter": "^1.7.1",
"babel-core": "^6.18.2",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"eslint": "^4.1.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"imports-loader": "^0.7.0",
"jest": "^20.0.4",
"react-test-renderer": "^15.4.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.2.0-rc.0",
"webpack-visualizer-plugin": "^0.1.11"
},
"scripts": {
"webpack-dev-server": "webpack-dev-server --port 8001",
"webpack": "webpack --progress --color",
"eslint": "eslint --ext .jsx --ext .js .",
"test": "jest --config .jestrc.json",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git@github.com:Yelp/Beans"
},
"author": "Yelp",
"license": "MIT"
}