-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
40
{
"name": "FoodieBuddies",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"engines": {
"node": "6.2.1",
"npm": "3.9.3"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"bootstrap": "^3.3.7",
"jquery": "^3.1.0",
"moment": "^2.14.1",
"react": "^15.3.1",
"react-date-picker": "^5.3.28",
"react-dom": "^15.3.1",
"react-modal": "^1.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-select": "^1.0.0-beta14",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"webpack": "^1.13.2"
}
}