-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.46 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
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@floating-ui/react": "^0.26.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.4",
"@nextui-org/react": "^2.2.10",
"@tremor/react": "^3.12.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "^10.4.15",
"axios": "^1.6.0",
"d3": "^7.8.5",
"date-fns": "^3.3.1",
"eslint": "8.48.0",
"eslint-config-next": "14.0.4",
"framer-motion": "^11.0.24",
"immer": "^10.0.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"server-only": "^0.0.1",
"swr": "^2.2.4",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2",
"zod": "^3.22.4"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.0"
}
}