-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.3 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
43
44
45
{
"name": "e-petshop",
"version": "1.0.0",
"description": "Demo : https://e-petshop.herokuapp.com/",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"aws-sdk": "^2.702.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"eslint-plugin-react": "^7.19.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.11",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"nodemon": "^2.0.2"
},
"scripts": {
"start": "babel-node backend/server.js",
"build": "rm -rf dist && babel backend -d dist && cd frontend && npm install && npm run build",
"heroku-postbuild-x": "npm run build && cd frontend && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/correaph/e-petshop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/correaph/e-petshop/issues"
},
"homepage": "https://github.com/correaph/e-petshop#readme",
"engines": {
"node": "12.4.0",
"npm": "6.9.0"
}
}