-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
41
42
{
"name": "reacttexador",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "server.js",
"dependencies": {
"@google-cloud/storage": "^2.5.0",
"dotenv": "^7.0.0",
"exiftool-vendored": "^8.8.0",
"express": "^4.16.4",
"express-pino-logger": "^4.0.0",
"express-session": "^1.15.6",
"firebase-admin": "^7.2.0",
"google-map-react": "^1.1.4",
"jpeg-exif": "^1.1.3",
"moment": "^2.24.0",
"react-materialize": "^3.1.1",
"react-timestamp": "^5.0.0",
"read-exif": "^1.0.0",
"request": "^2.88.0",
"sightengine": "^1.3.1",
"stripe": "^6.31.0",
"twilio": "^3.30.0",
"unirest": "^0.6.0"
},
"proxy": "http://localhost:3001/",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickherold/reactTexador.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/patrickherold/reactTexador/issues"
},
"homepage": "https://github.com/patrickherold/reactTexador#readme"
}