forked from micaelabray/styls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.36 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
{
"name": "project3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client-install": "npm install --prefix client",
"server": "nodemon server.js",
"start": "node server.js",
"client": "npm start --prefix client",
"install": "cd client && npm install",
"dev": "concurrently \"npm run server \" \"npm run client\"",
"build": "cd client && npm run build",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilikeblink182too/project3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ilikeblink182too/project3/issues"
},
"homepage": "https://github.com/ilikeblink182too/project3#readme",
"dependencies": {
"aphrodite": "^2.4.0",
"aws-sdk": "^2.538.0",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"concurrently": "^4.1.2",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"if-env": "^1.0.4",
"jsonwebtoken": "^8.5.1",
"logger": "0.0.1",
"mongodb": "^3.3.2",
"mongoose": "^5.7.1",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"nodemon": "^1.19.2",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react-animations": "^1.0.0",
"react-bootstrap": "^1.0.0-beta.12",
"react-router-dom": "^5.0.1"
}
}