-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.75 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
{
"name": "cvuhsd-portal",
"version": "1.5.0",
"module": "server/index.js",
"description": "The CVUHSD portal is a web page with buttons containing sites that are frequently accessed",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/JuanDavidLopez95/CVUHSD-Portal.git"
},
"author": "Juan David Lopez Londoño",
"license": "ISC",
"bugs": {
"url": "https://github.com/JuanDavidLopez95/CVUHSD-Portal/issues"
},
"homepage": "./",
"dependencies": {
"@braintree/browser-detection": "^1.11.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"ad": "^0.3.2",
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"es6-promise": "^4.2.8",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"greeting": "^1.0.6",
"he": "^1.2.0",
"helmet": "^4.1.1",
"isdev": "^1.0.1",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.17",
"passport": "^0.4.1",
"passport-oauth": "^1.0.0",
"raf": "^3.4.1",
"rc-tooltip": "^5.0.1",
"react": "^17.0.1",
"react-aad-msal": "^2.3.5",
"react-app-polyfill": "^2.0.0",
"react-bootstrap": "^1.4.0",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.1",
"react-loading": "^2.0.3",
"react-loading-skeleton": "^2.1.1",
"react-modal": "^3.11.1",
"react-onclickoutside": "^6.9.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-simple-storage": "^1.4.1",
"react-toastify": "^6.0.9",
"request-ip": "^2.1.3",
"ssl-root-cas": "^1.3.1",
"styled-components": "^5.2.1",
"undefsafe": "^2.0.3",
"uuid": "^8.3.1"
},
"scripts": {
"start": "set HTTPS=true && cross-env react-scripts start",
"start-reset": "rm -rf node_modules/ && npm install && npm audit fix && npm install && npm start --reset-cache",
"build": "rm -rf build/ && react-scripts build",
"build-serve": "npm run build && serve -s build/",
"server": "nodemon esm server/es6-entry.js --inspect",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm start\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"defaults",
"IE 11",
"IE 10",
"maintained node versions"
],
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"concurrently": "^5.2.0",
"cross-env": "^7.0.3",
"nodemon": "^2.0.6",
"react-refresh": "^0.9.0"
},
"proxy": "http://localhost:3001"
}