-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
{
"name": "adminpoc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NEXT_PRIVATE_LOCAL_WEBPACK=true && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@module-federation/nextjs-mf": "^8.5.5",
"@module-federation/utilities": "3.0.11",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.21",
"@project-sunbird/sunbird-collection-editor-web-component": "^1.6.0",
"async": "^3.2.5",
"body-parser": "^1.20.2",
"cookie": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-http-proxy": "^2.0.0",
"fancytree": "^0.0.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"http-proxy-middleware": "^3.0.0",
"izimodal": "^1.6.1",
"jquery": "^3.7.1",
"jquery-ui-dist": "^1.13.3",
"jquery.fancytree": "^2.38.3",
"ka-table": "^11.3.0",
"lodash": "^4.17.21",
"mathjax-full": "^3.2.2",
"multer": "^1.4.5-lts.1",
"next": "14.2.5",
"next-transpile-modules": "^10.0.1",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"reflect-metadata": "^0.1.13",
"svg2img": "^1.0.0-beta.2",
"url": "^0.11.3",
"uuid": "^10.0.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/jquery": "^3.5.31",
"@types/lodash": "^4.17.10",
"@types/multer": "^1.4.12",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"typescript": "^5.6.2",
"webpack": "^5.76.2"
}
}