-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.49 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.49 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
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
{
"name": "hacker-events",
"version": "0.1.0",
"engines": {
"node": "v12.18.0"
},
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"aphrodite": "^2.4.0",
"axios": "^0.20.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"bootstrap-daterangepicker": "^3.1.0",
"cheerio": "^1.0.0-rc.3",
"chroma-js": "^2.1.0",
"cookie-parser": "^1.4.5",
"create-react-class": "^15.7.0",
"cron": "^1.8.2",
"detectlanguage": "^2.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"formik": "^2.2.6",
"fs": "0.0.1-security",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"mongodb": "^3.6.2",
"mongoose": "^5.10.13",
"node-fetch": "^2.6.1",
"node-mailer": "^0.1.1",
"nodemon": "^2.0.6",
"puppeteer": "^5.5.0",
"rc-datepicker": "^5.0.16",
"react": "^16.14.0",
"react-bootstrap": "^1.4.3",
"react-bootstrap-date-picker": "^5.1.0",
"react-bootstrap-daterangepicker": "^7.0.0",
"react-bootstrap-formik": "^1.6.2",
"react-bootstrap-tagsinput": "^0.5.0",
"react-bootstrap-time-picker": "^2.0.1",
"react-bootstrap-validation": "^0.1.11",
"react-calendar": "^3.2.1",
"react-content-loader": "^6.0.1",
"react-datepicker": "^3.3.0",
"react-datetime": "^3.0.4",
"react-datetime-picker": "^3.0.4",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^3.0.2",
"react-dom": "^16.13.1",
"react-dropdown-select": "^4.7.3",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-select": "^3.1.1",
"react-tag-input": "^6.5.2",
"react-time-ago": "^6.2.2",
"react-time-picker": "^4.0.1",
"reactstrap": "^8.8.1",
"simple-flexbox": "^2.3.2",
"styled-components": "^5.2.0",
"uuid": "^8.3.1",
"yup": "^0.32.8"
},
"scripts": {
"start-client": "react-scripts start",
"build": "react-scripts build && (npm install)",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start-server": "cd server && node index.js",
"start": "npm run start-server"
},
"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"
]
}
}