-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
95 lines (95 loc) · 2.88 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
{
"name": "orgnise",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"email:preview": "email dev --port 3001",
"build": "next build",
"start": "next start",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"lint": "next lint",
"script": "tsx ./scripts/run.ts"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.4.0",
"@atlaskit/pragmatic-drag-and-drop-flourish": "^1.1.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@atlaskit/primitives": "^11.0.1",
"@atlaskit/tokens": "^1.55.0",
"@auth/core": "^0.19.0",
"@auth/mongodb-adapter": "^2.0.10",
"@paddle/paddle-js": "^1.2.0",
"@paddle/paddle-node-sdk": "^1.4.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "0.0.15",
"@sindresorhus/slugify": "^2.2.1",
"@stripe/stripe-js": "^3.4.0",
"@tailwindcss/typography": "^0.5.10",
"aws4fetch": "^1.0.18",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"dotenv-flow": "^4.1.0",
"framer-motion": "^11.0.6",
"lucide-react": "^0.370.0",
"mongodb": "^6.5.0",
"nanoid": "^5.0.6",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.13",
"novel": "^0.3.1",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18",
"react-dom-confetti": "^0.2.0",
"react-email": "2.1.0",
"react-to-print": "^2.15.1",
"resend": "^3.2.0",
"sonner": "^1.4.0",
"stripe": "^15.6.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.7.2",
"use-debounce": "^10.0.0",
"vaul": "^0.9.1",
"zod": "^3.22.4",
"zod-error": "^1.5.0",
"zod-openapi": "^2.15.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.10.6",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"browser": {
"child_process": false
}
}