-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
{
"name": "ripenow",
"version": "1.0.0",
"description": " ",
"main": "index.js",
"dependencies": {
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.0",
"firebase": "^3.5.1",
"geofire": "^4.1.2",
"moment": "^2.16.0",
"nodemailer": "^2.7.0",
"radium": "^0.18.1",
"react": "^15.4.1",
"react-bootstrap": "^0.30.6",
"react-date-picker": "^5.3.28",
"react-datepicker": "^0.34.0",
"react-doc-meta": "^0.2.0",
"react-dom": "^15.0.0",
"react-dropzone": "^3.7.3",
"react-geosuggest": "^2.1.0",
"react-google-autocomplete": "^1.0.12",
"react-native-fetch-blob": "^0.10.0",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-sticky": "^5.0.5",
"reactfire": "^1.0.0",
"redux": "^3.6.0",
"redux-file-upload": "0.0.16",
"redux-form": "^6.2.0",
"redux-promise": "^0.5.3",
"rsvp": "^3.3.3",
"style-loader": "^0.13.1",
"superagent": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"node-sass": "^4.3.0",
"sass-loader": "^4.1.1",
"webpack": "^1.14.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnmalatras/RipeNow.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnmalatras/RipeNow/issues"
},
"homepage": "https://github.com/johnmalatras/RipeNow#readme"
}