-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 3.96 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "project-managemnt-app-",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.12",
"@headlessui/tailwindcss": "^0.1.3",
"@heroicons/react": "1.0.6",
"@prisma/client": "^4.14.1",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@supabase/supabase-js": "^2.23.0",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.20.2",
"@tanstack/react-table": "^8.9.1",
"@tremor/react": "^3.0.1",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"@types/file-saver": "^2.0.5",
"@upstash/redis": "^1.20.6",
"bcrypt": "^5.1.0",
"canvas-confetti": "^1.6.0",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"cobe": "^0.6.3",
"date-fns": "^2.30.0",
"debounce": "^1.2.1",
"file-saver": "^2.0.5",
"framer-motion": "^10.12.10",
"gantt-task-react": "^0.3.9",
"handlebars": "^4.7.7",
"html-to-image": "^1.11.11",
"jose": "^4.13.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.221.0",
"next": "^13.2.1",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"popmotion": "^11.0.5",
"prisma": "^4.14.1",
"puppeteer": "^19.7.4",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-clock": "^4.2.0",
"react-data-table-component": "^7.5.3",
"react-date-range": "^1.4.0",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.3.1",
"react-quill": "^2.0.0",
"react-select": "^5.7.2",
"react-simple-typewriter": "^5.0.1",
"react-spring": "^9.7.1",
"react-switch": "^7.0.0",
"react-toastify": "^9.1.1",
"reactflow": "^11.7.0",
"sharp": "^0.32.0",
"styled-components": "^6.0.0-rc.1",
"superjson": "1.9.1",
"tailwind-merge": "^1.12.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-radix": "^2.8.0",
"uuid": "^9.0.0",
"zod": "^3.20.6",
"zustand": "^4.3.5"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/canvas-confetti": "^1.6.0",
"@types/draft-js": "^0.11.10",
"@types/draftjs-to-html": "^0.8.1",
"@types/eslint": "^8.21.1",
"@types/html-to-draftjs": "^1.4.0",
"@types/js-cookie": "^3.0.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^18.14.0",
"@types/prettier": "^2.7.2",
"@types/puppeteer": "^7.0.4",
"@types/react": "^18.0.28",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-clock": "^3.0.1",
"@types/react-date-range": "^1.4.4",
"@types/react-dom": "^18.0.11",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-pdf": "^6.2.0",
"@types/react-select": "^5.0.1",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.1",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.0",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "7.5.9"
}
}