-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.86 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.86 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "letsdo",
"version": "1.0.0",
"description": "app to help users make decisions",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "bash start.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UrbanGrizzly/letsDoLunch.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UrbanGrizzly/letsDoLunch/issues"
},
"homepage": "https://github.com/UrbanGrizzly/letsDoLunch#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"jest": "^18.1.0",
"redux-devtools": "^3.3.1",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"lodash.throttle": "^4.1.1",
"merge": "^1.2.0",
"mysql": "^2.12.0",
"native-promisify": "^1.2.0",
"node-yelp-api": "^1.1.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0",
"path": "^0.12.7",
"react": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-bootstrap-star-rating": "^3.5.5-alpha.0.3",
"react-dom": "^15.4.1",
"react-google-maps": "^4.11.0",
"react-http-request": "^1.0.2",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-form": "^6.4.3",
"redux-modal": "^1.3.0",
"redux-thunk": "^2.1.0",
"request": "^2.79.0",
"request-promise-native": "^1.0.3",
"superagent": "^3.3.1"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/"
]
}
}