-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.5 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.5 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
55
56
57
58
59
60
61
62
{
"name": "fe",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "eslint",
"lint:fix": "eslint --fix",
"start": "next start"
},
"engines": {
"node": ">=24.0.0 <25.0.0"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@tanstack/react-query": "^5.85.5",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.5",
"next": "^16.1.6",
"numeral": "^2.0.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.71.0",
"react-modal": "^3.16.1",
"react-simplemde-editor": "^5.2.0",
"react-tiny-popover": "^7.2.0",
"recharts": "^3.7.0",
"recoil": "^0.7.7",
"superjson": "1.9.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^18.0.0",
"@types/numeral": "^2.0.2",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.6",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^4.0.0",
"typescript": "^5.9.3"
},
"ct3aMetadata": {
"initVersion": "6.10.1"
},
"cacheDirectories": [
".next/cache"
],
"overrides": {
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3"
}
}