-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (58 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (58 loc) · 1.5 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
{
"name": "foodigo",
"version": "1.0.0",
"description": "Yelp Application",
"main": "seed.js",
"scripts": {
"test": "jest",
"start": "node server/server.js",
"dev-react": "webpack",
"build-data": "node generatorFunctions/seed.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.17.0",
"babel-jest": "^22.4.1",
"babel-loader": "^6.2.5",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.15.2",
"bootstrap": "^4.0.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.10",
"dotenv": "^5.0.1",
"eslint-plugin-jest": "^21.12.2",
"express": "^4.14.0",
"file-loader": "^1.1.10",
"geocoder": "^0.2.3",
"google-geolocation": "^1.0.2",
"jquery": "^3.3.1",
"moment": "^2.20.1",
"mongoose": "^4.6.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-icons": "^2.2.7",
"react-moment": "^0.7.0",
"react-popper": "^0.8.2",
"reactstrap": "^5.0.0-beta.2",
"request": "^2.75.0",
"style-loader": "^0.20.2",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.10",
"style-loader": "^0.20.2",
"webpack": "^1.13.2"
},
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"enzyme": "^3.3.0",
"jest": "^22.4.2",
"superagent": "^3.8.2",
"underscore": "^1.8.3",
"supertest": "^3.0.0",
"eslint": "^4.18.1"
}
}