-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.48 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "journey",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.4.3",
"@material-ui/lab": "^4.0.0-alpha.27",
"@material-ui/pickers": "^3.2.8",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"concurrently": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"mongoose": "^5.9.1",
"node-sass": "^4.12.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"quill": "^1.3.7",
"react": "^16.10.1",
"react-datepicker": "^2.10.1",
"react-dom": "^16.9.0",
"react-modern-datepicker": "^1.1.0",
"react-quill": "^1.3.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.1.2",
"react-tooltip": "^3.11.1",
"request": "^2.88.0",
"typescript": "^3.6.3",
"validator": "^12.2.0"
},
"contributors": [
{
"name": "Julia Lohman",
"email": "juliaslohman@gmail.com",
"url": "https://github.com/juliaslohman"
},
{
"name": "Julia Beckwith",
"email": "jbeckwith@g.hmc.edu",
"url": "https://github.com/jsbeckwith"
},
{
"name": "Hava Parker",
"email": "hava.xinhua@gmail.com",
"url": ""
},
{
"name": "Mimi Louie",
"email": "angeline.louie@gmail.com",
"url": ""
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/jsbeckwith/journey.git"
},
"scripts": {
"start": "concurrently \"react-scripts start\" \"cd backend && nodemon server\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:3001",
"description": "Project for Harvey Mudd's CS121 Software Development class by Julia Beckwith, Hava Parker, Mimi Louie, and Julia Lohman. Journey is a platform for collaborative gratitude and positivity journaling.",
"bugs": {
"url": "https://github.com/jsbeckwith/journey/issues"
},
"homepage": "https://github.com/jsbeckwith/journey#readme",
"main": "index.js",
"devDependencies": {},
"keywords": [],
"author": "",
"license": "ISC"
}