-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 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
{
"name": "AWSome",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite & nodemon ./backend/server.js",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview & node ./backend/server.js",
"server-docker": "node ./serve.js"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.731.1",
"@aws-sdk/client-cognito-identity-provider": "^3.744.0",
"@aws-sdk/client-s3": "^3.730.0",
"@aws-sdk/client-sts": "^3.744.0",
"@aws-sdk/credential-providers": "^3.744.0",
"@headlessui/react": "^2.2.0",
"@material-tailwind/react": "^2.1.10",
"@reduxjs/toolkit": "^2.5.1",
"@tailwindcss/vite": "^4.0.0",
"amazon-cognito-identity-js": "^6.3.12",
"aws-sdk": "^2.1692.0",
"chart.js": "^4.4.7",
"cors": "^2.8.5",
"d3": "^7.9.0",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"pg": "^8.13.1",
"postgres": "^3.4.5",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0",
"react-router": "^7.1.2",
"react-router-dom": "^7.2.0",
"uuid": "^11.0.5",
"vite-plugin-node-polyfills": "^0.23.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-transform-import-meta": "^2.3.2",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"nodemon": "^3.1.9",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}