-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.59 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.59 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@aws-amplify/auth": "^6.16.0",
"@aws-amplify/ui-react": "^6.9.1",
"@aws-sdk/client-cognito-identity-provider": "^3.775.0",
"aws-amplify": "^6.13.1",
"axios": "^1.13.5",
"core-js": "^3.40.0",
"dayjs": "^1.11.13",
"glob": "^11.0.1",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-router-dom": "^6.26.1",
"react-select": "^5.10.1",
"react-toastify": "^10.0.6",
"rimraf": "^6.0.1"
},
"devDependencies": {
"@aws-amplify/backend": "^1.14.1",
"@aws-amplify/backend-cli": "^1.4.10",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@eslint/config-array": "^0.19.2",
"@eslint/object-schema": "^2.1.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "^10.4.20",
"aws-cdk": "^2.220.0",
"aws-cdk-lib": "^2.220.0",
"constructs": "^10.4.2",
"esbuild": "^0.25.0",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.9",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^7.1.12"
}
}