-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "avatars",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@luncheon/simplify-svg-path": "^0.2.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mediapipe/tasks-vision": "^0.10.20",
"@next/bundle-analyzer": "^15.1.6",
"nanoid": "^5.0.9",
"next": "^15.1.6",
"paper": "^0.12.18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-shadow": "^20.6.0",
"react-webcam": "^7.2.0",
"tailwind-merge": "^3.0.1",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@types/image-blob-reduce": "^4.1.4",
"@types/node": "^20.17.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.6",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}