-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.18 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
{
"name": "lms_frontend",
"version": "1.0.0",
"description": "FYP for UBIT UoK",
"main": "index.js",
"scripts": {
"start": "serve -s build",
"dev": "react-scripts start",
"build": "react-scripts build"
},
"dependencies": {
"antd": "^4.15.2",
"dayjs": "^1.10.4",
"react": "^17.0.2",
"react-dayjs": "^0.3.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.3",
"react-redux-loading-bar": "^5.0.0",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "^4.0.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"serve": "^11.3.2",
"socket.io-client": "^4.0.0",
"universal-cookie": "^4.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misbahkhalilaz/LMS_Frontend.git"
},
"keywords": [
"React",
"SPA",
"MERN/PERN"
],
"author": "Bilal Uddin Ahmed",
"license": "ISC",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"history": "^5.0.0"
}
}