This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
91 lines (91 loc) · 2.86 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
{
"name": "@profio-app/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@docusaurus/core": "^2.1.0",
"@docusaurus/plugin-content-docs": "^2.1.0",
"@docusaurus/plugin-pwa": "^2.1.0",
"@docusaurus/plugin-sitemap": "^2.4.3",
"@docusaurus/preset-classic": "^2.1.0",
"@docusaurus/theme-search-algolia": "^2.1.0",
"@docusaurus/types": "^2.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^1.6.22",
"@microsoft/signalr": "^7.0.11",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.7",
"@mui/x-charts": "^6.0.0-alpha.12",
"@mui/x-data-grid": "^6.12.1",
"@nx-plus/docusaurus": "^15.0.0-rc.0",
"@nx-tools/container-metadata": "^5.0.3",
"@nx-tools/nx-container": "^5.0.3",
"@nx/next": "16.7.4",
"@nxrocks/nx-flutter": "^7.0.3",
"@react-google-maps/api": "^2.19.2",
"@tanstack/react-form": "^0.3.4",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-next-experimental": "^5.0.0-alpha.80",
"clsx": "^1.2.1",
"lodash": "^4.17.21",
"next": "13.4.1",
"notistack": "^3.0.1",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.2",
"reactstrap": "^9.2.0",
"remarkable-plantuml": "^1.0.0",
"styled-jsx": "5.1.2",
"sweetalert2": "^11.7.28",
"sweetalert2-react-content": "^5.0.7",
"tslib": "^2.3.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@docusaurus/module-type-aliases": "2.1.0",
"@nrwl/js": "16.7.4",
"@nx-dotnet/core": "^1.15.0",
"@nx/eslint-plugin": "^16.7.4",
"@nx/jest": "^16.7.4",
"@nx/js": "16.7.4",
"@nx/linter": "16.7.4",
"@nx/react": "^16.7.4",
"@nx/webpack": "^16.7.4",
"@nx/workspace": "16.7.4",
"@tanstack/react-query-devtools": "^4.32.6",
"@testing-library/react": "14.0.0",
"@types/google.maps": "^3.54.1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.197",
"@types/node": "18.14.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"axios": "^1.4.0",
"babel-jest": "^29.4.1",
"eslint": "~8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"nx": "16.7.4",
"nx-cloud": "latest",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3",
"url-loader": "^4.1.1"
}
}