-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
159 lines (159 loc) · 4.73 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "@shikshav2.0/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.705.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.1",
"@mui/material": "^6.2.1",
"@mui/x-date-pickers": "^7.10.0",
"@project-sunbird/client-services": "^7.0.6",
"@project-sunbird/sunbird-collection-editor-web-component": "^1.6.0",
"@project-sunbird/telemetry-sdk": "^1.3.0",
"@rjsf/core": "^5.18.5",
"@rjsf/mui": "^5.19.2",
"@rjsf/utils": "^5.18.5",
"@rjsf/validator-ajv8": "^5.18.5",
"@tanstack/react-query": "^5.45.1",
"async": "^3.2.5",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"cookie": "^1.0.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-http-proxy": "^2.0.0",
"fancytree": "^0.0.0",
"feather-icons-react": "^0.7.0",
"fingerprintjs2": "^2.1.4",
"firebase": "^9.0.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"http-proxy-middleware": "^3.0.3",
"i18next": "^24.1.2",
"i18next-resources-to-backend": "^1.2.1",
"idb-keyval": "^6.2.1",
"izimodal": "^1.6.1",
"jquery": "^3.7.1",
"jquery-ui-dist": "^1.13.3",
"jquery.fancytree": "^2.38.3",
"jwt-decode": "^4.0.0",
"ka-table": "^11.0.2",
"lodash": "^4.17.21",
"mathjax-full": "^3.2.2",
"multer": "^1.4.5-lts.1",
"next": "14.2.16",
"next-i18next": "^15.4.1",
"next-pwa": "^5.6.0",
"next-transpile-modules": "^10.0.1",
"papaparse": "^5.4.1",
"prettier": "^3.2.5",
"questionnaire-webcomponent": "3.1.6",
"react": "18.3.1",
"react-calendar": "^5.0.0",
"react-circular-progressbar": "^2.1.0",
"react-csv-reader": "^4.0.0",
"react-dom": "18.3.1",
"react-ga4": "^2.1.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.2.0",
"react-joyride": "^2.8.2",
"react-router-dom": "^7.0.2",
"react-select": "^5.8.0",
"react-swipeable-views": "^0.14.0",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"reflect-metadata": "^0.1.13",
"sharp": "^0.33.3",
"single-spa": "^6.0.3",
"single-spa-react": "^6.0.2",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "^2.1.1",
"svg2img": "^1.0.0-beta.2",
"swiper": "^11.1.10",
"url": "^0.11.3",
"uuid": "^10.0.0",
"webpack": "^5.95.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@module-federation/nextjs-mf": "^8.5.5",
"@module-federation/utilities": "3.0.11",
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@nrwl/next": "^19.8.4",
"@nrwl/react": "^19.8.4",
"@nrwl/vite": "^19.8.4",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/next": "20.2.2",
"@nx/react": "20.2.2",
"@nx/vite": "19.8.4",
"@nx/web": "19.8.4",
"@nx/workspace": "20.2.2",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tanstack/react-query-devtools": "^5.51.23",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "15.0.6",
"@testing-library/user-event": "^14.5.2",
"@types/fingerprintjs2": "^2.0.0",
"@types/jest": "^29.5.12",
"@types/jquery": "^3.5.31",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.17.10",
"@types/multer": "^1.4.12",
"@types/node": "18.16.9",
"@types/papaparse": "^5.3.14",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/stylis": "^4.2.6",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^1.3.1",
"babel-jest": "^29.7.0",
"cypress": "^13.12.0",
"eslint": "^9.8.0",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "~22.1.0",
"nx": "20.2.2",
"postcss": "^8",
"prettier": "^2.6.2",
"stylelint": "^16.6.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^36.0.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.13.0",
"vite": "^5.0.0",
"vite-plugin-dts": "~3.8.1",
"vitest": "^1.3.1",
"webpack": "^5.91.0"
}
}