-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.69 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"@amcharts/amcharts5": "^5.10.1",
"@amcharts/amcharts5-fonts": "^5.0.1",
"@amcharts/amcharts5-geodata": "^5.1.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.19",
"@mui/material-nextjs": "^5.15.11",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"connect-flash": "^0.1.1",
"cookie-session": "^2.1.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"font-awesome": "^4.7.0",
"fs": "^0.0.1-security",
"lucide-react": "^0.400.0",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-plugin-yaml": "^1.0.1",
"next-swagger-doc": "^0.4.0",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6.24.1",
"swagger-ui-express": "^5.0.1",
"swagger-ui-react": "^5.17.14",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"yaml": "^2.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/swagger-ui-react": "^4.18.3",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"file-loader": "^6.2.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}