-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.54 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
{
"name": "faceapi-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"dependencies": {
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^4.35.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"face-api.js": "^0.22.2",
"jotai": "^2.4.3",
"js-file-download": "^0.4.12",
"lucide-react": "^0.279.0",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.46.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.6",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"canvas": "^2.11.2",
"encoding": "^0.1.13",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "latest",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"react-test-renderer": "^18.2.0",
"tailwindcss": "latest",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "latest"
}
}