-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.56 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
60
{
"name": "fe",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@tanstack/react-query": "^4.29.15",
"@trpc/client": "^10.32.0",
"@trpc/next": "^10.32.0",
"@trpc/react-query": "^10.32.0",
"@trpc/server": "^10.32.0",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"fp-ts": "^2.13.1",
"framer-motion": "^10.16.5",
"io-ts": "^2.2.19",
"io-ts-reporters": "^2.0.1",
"next": "^14.0.3",
"next-query-params": "^5.0.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.0",
"react-modal": "^3.16.1",
"react-simplemde-editor": "^5.2.0",
"react-tiny-popover": "^7.2.0",
"recharts": "^2.10.1",
"recoil": "^0.7.7",
"superjson": "1.9.1",
"use-query-params": "^2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.43.0",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.0",
"typescript": "^5.3.2"
},
"ct3aMetadata": {
"initVersion": "6.10.1"
}
}