-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 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
{
"name": "linksforall",
"version": "3.3.0",
"author": "Bruno Rodrigues",
"repository": "itbruno/linksforall",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": " jest"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.7",
"@tailwindcss/forms": "^0.5.10",
"@tanstack/react-form": "^1.23.5",
"@tanstack/react-query": "^5.90.2",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"next": "14.2.35",
"react": "18.3.1",
"react-dom": "18.3.1",
"resend": "^6.1.0",
"sonner": "^2.0.7",
"typescript": "5.6.2",
"zod": "^4.1.11"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.91.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"autoprefixer": "10.4.20",
"eslint-config-next": "^15.5.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"postcss": "8.4.45",
"prettier": "3.3.3",
"tailwindcss": "3.4.10",
"ts-node": "^10.9.2"
},
"engines": {
"node": ">=18.0.0"
}
}