-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.24 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
{
"name": "embedded-system1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@admin-bro/express": "^3.0.1",
"@admin-bro/mongoose": "^1.1.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@okta/oidc-middleware": "^4.0.1",
"@okta/okta-sdk-nodejs": "^4.2.0",
"@paypal/react-paypal-js": "^3.0.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"admin-bro": "^3.3.1",
"admin-bro-expressjs": "^2.1.1",
"admin-bro-mongoose": "^0.5.2",
"axios": "^0.20.0",
"bootstrap": "^4.5.3",
"concurrently": "^5.3.0",
"express-async-errors": "^3.1.1",
"express-formidable": "^1.2.0",
"express-generator": "^4.16.0",
"express-session": "^1.17.1",
"filepond": "^4.23.1",
"fontsource-roboto": "^3.0.3",
"fs": "0.0.1-security",
"gridfs-stream": "^1.1.1",
"is-empty": "^1.2.0",
"jwt-decode": "^3.1.1",
"mongoose": "^5.10.13",
"multer": "^1.4.2",
"nodemon": "^2.0.6",
"nvm": "0.0.4",
"postscribe": "^2.0.8",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-datepicker": "^3.3.0",
"react-dom": "^16.14.0",
"react-native-video": "^5.1.0-alpha8",
"react-paypal-button-v2": "^2.6.2",
"react-router-dom": "^5.2.0",
"react-script": "^2.0.5",
"react-scripts": "^4.0.0",
"react-thunk": "^1.0.0",
"react-validation": "^3.0.7",
"reactstrap": "^8.7.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"socket.io": "^2.3.0",
"styled-components": "^5.2.1",
"tag": "^0.4.16",
"validator": "^13.1.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "nodemon server.js",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"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"
]
}
}