forked from need4deed-org/fe
-
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.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 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": "need4deed-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:docker": "docker compose -p n4d up",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@phosphor-icons/react": "^2.1.10",
"@tanstack/react-form": "^0.26.4",
"@tanstack/react-query": "^5.80.7",
"axios": "^1.11.0",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"email-validator": "^2.0.4",
"i18next": "^25.3.2",
"need4deed-sdk": "^0.0.75",
"next": "15.3.8",
"react": "^19.0.0",
"react-day-picker": "^9.13.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.68.0",
"react-i18next": "^15.6.1",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"styled-components": "^6.1.19",
"ts-type-safe": "^1.5.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "^19",
"@types/react-toastify": "^4.1.0",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"typescript": "^5"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}