-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
61 lines (59 loc) · 1.43 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
{
"name": "broadcaster-sar",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws-amplify": "^1.1.18",
"aws-amplify-react": "^2.2.5",
"bootstrap": "^4.2.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.2",
"angular": "^1.8.2",
"angular-route": "^1.8.2",
"atob": "^2.1.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"bootswatch": "^4.6.0",
"btoa": "^1.2.1",
"canvas": "^2.7.0",
"canvas-confetti": "^1.4.0",
"captchapng": "0.0.1",
"cookie-parser": "^1.4.5",
"crypto": "0.0.3",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.1",
"highlightjs": "^9.16.2",
"jquery": "^3.6.0",
"markdown": "^0.5.0",
"mysql2": "^1.7.0",
"node-truncate": "^0.1.0",
"open-iconic": "^1.1.1",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"passport-ldapauth": "^2.1.4",
"passport-local": "^1.0.0",
"passport-saml": "^2.2.0",
"passport-slack": "0.0.7",
"popper": "^1.0.1",
"sqlite3": "^4.2.0",
"uid-safe": "^2.1.4",
"validator": "^13.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}