-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
{
"name": "autisense",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "npx playwright test",
"test:unit": "vitest run",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.1000.0",
"@aws-sdk/client-dynamodb": "^3.999.0",
"@aws-sdk/client-polly": "^3.1000.0",
"@aws-sdk/lib-dynamodb": "^3.999.0",
"@mediapipe/tasks-vision": "^0.10.32",
"dexie": "^4.3.0",
"dompurify": "^3.3.3",
"leaflet": "^1.9.4",
"lucide-react": "^0.577.0",
"next": "^16.2.2",
"onnxruntime-web": "^1.24.2",
"pdf-lib": "^1.17.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-leaflet": "^5.0.0",
"recharts": "^3.7.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/aws-lambda": "^8.10.161",
"@types/leaflet": "^1.9.21",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16.2.2",
"jsdom": "^27.0.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^3.2.4"
},
"overrides": {
"flatted": "^3.4.2",
"picomatch": "^4.0.4",
"brace-expansion": "^2.0.1"
}
}