-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "sulyp-spa-2018",
"version": "1.0.0",
"description": "The official site for the Young Professionals chapter of the Urban League of Metropolitan Seattle ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"dev-start": "babel-watch index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alsidneio/SULYP-SPA.git"
},
"author": "Alsidneio Bell, I",
"license": "ISC",
"bugs": {
"url": "https://github.com/alsidneio/SULYP-SPA/issues"
},
"homepage": "https://github.com/alsidneio/SULYP-SPA#readme",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"dotenv": "^6.2.0",
"express": "^4.17.1",
"express-edge": "^1.0.0",
"material-design-icons": "^3.0.1",
"moment": "^2.24.0",
"nodemailer": "^5.1.1",
"nodemon": "^1.19.1",
"package.json": "^2.0.1",
"paypal-checkout": "^4.0.284",
"pg": "^7.12.1",
"request": "^2.88.0",
"uuid": "^3.3.3",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-watch": "^2.0.8",
"make-runnable": "^1.3.6"
}
}