forked from BloomTech-Labs/labs9-developer-profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 816 Bytes
/
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
{
"name": "developer-profiles",
"version": "0.1.0",
"scripts": {
"start": "npm start --prefix backend"
},
"dependencies": {
"auth0-js": "^9.9.0",
"aws-sdk": "^2.386.0",
"axios": "^0.18.0",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"faker": "^4.1.0",
"helmet": "^3.15.0",
"jwt-decode": "^2.2.0",
"knex": "^0.16.3",
"mocha": "^5.2.0",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"nodemon": "^1.18.9",
"pg": "^7.7.1",
"react-dom": "^16.7.0",
"react-stripe-elements": "^2.0.1",
"sqlite3": "^4.0.4",
"stripe": "^6.20.0",
"styled-components": "^4.1.3"
}
}