-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 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
{
"name": "@dynamic-module-federation/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@eslint/compat": "1.1.1",
"@eslint/js": "9.8.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@module-federation/rsbuild-plugin": "0.8.6",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/js": "20.3.0",
"@nx/next": "20.3.0",
"@nx/react": "20.3.0",
"@nx/rsbuild": "20.3.0",
"@nx/workspace": "20.3.0",
"@prisma/client": "6.1.0",
"@rsbuild/core": "1.1.10",
"@rsbuild/plugin-react": "1.1.0",
"@swc-node/register": "1.9.1",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@types/node": "18.16.9",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "9.8.0",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"nx": "20.3.0",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"prettier": "2.6.2",
"prisma": "6.1.0",
"tslib": "2.3.0",
"typescript": "5.6.2",
"typescript-eslint": "8.13.0"
},
"dependencies": {
"@mantine/core": "7.15.2",
"@mantine/form": "7.15.2",
"@mantine/hooks": "7.15.2",
"@mantine/notifications": "7.15.2",
"@module-federation/enhanced": "0.8.6",
"@tabler/icons-react": "3.26.0",
"@tanstack/react-query": "5.62.11",
"jose": "5.9.6",
"next": "15.1.2",
"react": "19.0.0",
"react-cookie": "7.2.2",
"react-dom": "19.0.0",
"react-error-boundary": "5.0.0",
"react-router-dom": "6.11.2"
}
}