forked from vishalkale151071/CelestialLearning-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.58 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.58 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
92
93
94
95
96
97
{
"name": "client",
"proxy": "http://localhost:5000",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"@videojs/http-streaming": "^2.6.2",
"@zoomus/websdk": "^1.9.1",
"antd": "^4.10.2",
"antd-img-crop": "^3.13.2",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"faker": "^5.4.0",
"hls.js": "^0.14.17",
"i": "^0.3.6",
"js-cookie": "^2.2.1",
"mdbreact": "^5.0.1",
"ngrok": "^3.4.0",
"npm": "^7.5.6",
"prettier": "^2.2.1",
"primeflex": "^2.0.0",
"primeicons": "^4.1.0",
"primereact": "^6.0.2",
"rc-footer": "^0.6.3",
"rc-scrollbars": "^1.0.3",
"react": "^17.0.1",
"react-alerts-plus": "^1.0.0",
"react-avatar": "^3.9.7",
"react-blink-text": "^1.0.5",
"react-bootstrap": "^1.4.0",
"react-cookie": "^1.0.5",
"react-datepicker": "^3.6.0",
"react-dom": "^17.0.1",
"react-feedback-popup": "^1.3.1",
"react-horizontal-scrolling-menu": "^0.7.8",
"react-icons": "^4.1.0",
"react-image-gallery": "^1.0.8",
"react-jw-player": "^1.19.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-slick": "^0.27.14",
"react-step-progress": "^1.0.3",
"react-toastify": "^7.0.3",
"recharts": "^2.0.8",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"shards-react": "^1.0.3",
"slick-carousel": "^1.8.1",
"startbootstrap-simple-sidebar": "^5.1.3",
"styled-components": "^5.2.1",
"sweetalert": "^2.1.2",
"sweetalert2": "^10.12.7",
"use-dark-mode": "^2.3.1",
"video-react": "^0.14.1",
"video.js": "^7.0.3",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write src/**/*.js"
},
"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"
]
},
"repository": {
"type": "git",
"url": "https://github.com/vishalkale151071/CelestialLearning-client.git"
},
"devDependencies": {}
}