-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.78 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.78 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
{
"name": "pricewolves-web-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.901.0",
"@aws-sdk/util-dynamodb": "^3.901.0",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.0.2",
"aws-amplify": "^6.15.7",
"chart.js": "^4.5.0",
"chartjs-adapter-date-fns": "^3.0.0",
"dompurify": "^3.2.7",
"react": "^19.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.2.0",
"react-dropdown-select": "^4.12.2",
"react-qr-barcode-scanner": "^2.1.15",
"react-router-dom": "^7.9.3",
"sweetalert2": "^11.23.0",
"validator": "^13.15.15",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pages": "^0.33.1"
},
"devDependencies": {
"@aws-amplify/backend": "^1.16.1",
"@aws-amplify/backend-cli": "^1.8.0",
"@eslint/js": "^9.36.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.6.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/validator": "^13.15.3",
"@vitejs/plugin-react": "^5.0.4",
"aws-cdk-lib": "^2.219.0",
"constructs": "^10.4.2",
"esbuild": "^0.25.10",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^6.1.0",
"eslint-plugin-react-refresh": "^0.4.23",
"globals": "^16.4.0",
"husky": "^9.1.7",
"jsdom": "^27.0.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7",
"vite-plugin-sitemap": "^0.8.2",
"vitest": "^3.2.4"
}
}