-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.69 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.69 KB
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
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:plant-builder": "postcss src/app/plant-operator/plant-builder/plant-builder.css -o src/app/plant-operator/plant-builder/plant-builder-compiled.css"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.7.0",
"@azure/msal-node": "^3.6.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hashgraph/sdk": "^2.75.0",
"@headlessui/react": "^2.2.4",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@mui/x-data-grid": "^7.27.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@rjsf/core": "^6.0.0-beta.8",
"@rjsf/mui": "^6.0.0-beta.8",
"@rjsf/utils": "^6.0.0-beta.8",
"@rjsf/validator-ajv8": "^6.0.0-beta.8",
"axios": "^1.8.1",
"bootstrap": "^5.3.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"country-list": "^2.3.0",
"dhtmlx-gantt": "^9.0.10",
"dotenv": "^16.4.7",
"embla-carousel-react": "^8.6.0",
"form-data": "^4.0.4",
"formidable": "^3.5.2",
"framer-motion": "^12.4.7",
"immer": "^10.1.1",
"input-otp": "^1.4.2",
"is-extglob": "^2.1.1",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.3",
"lucide-react": "^0.482.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"next": "^15.2.3",
"next-themes": "^0.4.6",
"openai": "^4.103.0",
"parent-module": "^3.1.0",
"pdf-parse": "^1.1.1",
"pg": "^8.13.3",
"react": "^19.1.0",
"react-country-flag": "^3.1.0",
"react-datepicker": "^8.3.0",
"react-day-picker": "^9.11.1",
"react-dom": "^19.1.0",
"react-flags-select": "^2.4.0",
"react-hook-form": "^7.65.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-phone-input-2": "^2.15.1",
"react-qr-code": "^2.0.15",
"react-resizable-panels": "^3.0.6",
"react-router-dom": "^7.9.4",
"react-select": "^5.10.1",
"recharts": "^3.3.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/estree": "^1.0.7",
"@types/formidable": "^3.4.5",
"@types/jest": "^29.5.14",
"@types/json-schema": "^7.0.15",
"@types/jsonwebtoken": "^9.0.9",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.17.57",
"@types/pdf-parse": "^1.1.5",
"@types/pg": "^8.11.12",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-nested": "^7.0.2",
"prettier": "3.5.3",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.3.1",
"typescript": "^5.8.2"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Hydro-E-Blocks/webapp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hydro-E-Blocks/webapp/issues"
},
"homepage": "https://github.com/Hydro-E-Blocks/webapp#readme"
}