-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.35 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
{
"homepage": "https://Jishnnu.github.io/Court-Vault",
"name": "court-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.0.1",
"@azure/core-http": "^1.2.2",
"@azure/data-tables": "^13.2.2",
"@azure/identity": "^3.1.3",
"@azure/keyvault-secrets": "^4.7.0",
"@azure/storage-blob": "^12.14.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.2.3",
"buffer": "^6.0.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"esm": "^3.2.25",
"express": "^4.18.2",
"express-openid-connect": "^2.14.0",
"express-session": "^1.17.3",
"firebase": "^9.19.1",
"gh-pages": "^5.0.0",
"jquery": "^3.6.4",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"path": "^0.12.7",
"react": "^18.2.0",
"react-azure-blob-storage": "^3.0.2",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-radio-buttons": "^1.2.2",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"typewriter-effect": "^2.19.0",
"web-vitals": "^2.1.4",
"websocket": "^1.0.34"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "concurrently \"npm run server\" \"npm run client\"",
"build": "react-scripts --openssl-legacy-provider build",
"server": "node server/index.js",
"client": "react-scripts --openssl-legacy-provider start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"nth-check": "2.1.1",
"buffer": "^6.0.3",
"xml2js": "0.5.0",
"node-fetch": "2.6.9",
"fast-xml-parser":"4.2.6",
"protobufjs":"7.2.4"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"concurrently": "^8.0.1"
}
}