-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
76 lines (76 loc) · 2.14 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
{
"name": "root",
"private": true,
"workspaces": {
"packages": [
"packages/common-lib",
"packages/core",
"packages/nulp_elite",
"packages/players"
]
},
"scripts": {
"start": "lerna run --parallel start",
"build": "lerna run build && sh scripts/pack-prod-build.sh",
"serve": "lerna run --parallel serve",
"clean": "lerna run --parallel clean",
"cls-dep": "npx rimraf ./**/node_modules",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prettier": "prettier --check \"**/*.js\""
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"lerna": "^4.0.0",
"prettier": "^2.6.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.1",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/joy": "^5.0.0-beta.32",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.15",
"@mui/x-charts": "^7.7.1",
"@mui/x-date-pickers": "^7.6.2",
"@project-sunbird/sunbird-file-upload-library": "1.0.4",
"ag-grid-community": "^30.1.0",
"antd": "^5.9.3",
"axios": "^1.6.7",
"chakra-multiselect": "^0.4.13",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.10.0",
"file-saver": "^2.0.5",
"formik": "^2.4.5",
"framer-motion": "^10.16.2",
"html2pdf.js": "^0.10.1",
"md5": "^2.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"normalize-css-color": "^1.0.2",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-country-state-city": "^1.1.4",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.45.4",
"react-modal": "^3.16.1",
"react-multi-carousel": "^2.8.5",
"react-scripts": "5.0.0",
"react-select": "^5.8.0",
"react-share": "^5.1.0",
"rxjs": "^7.8.1",
"styled-components": "^6.1.8",
"uuid": "^9.0.1",
"yarn": "^1.22.21",
"yup": "^1.2.0",
"zustand": "^4.5.2"
}
}