-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.16 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
{
"name": "gonote",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prebuild": "prisma generate",
"predev": "prisma generate",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\""
},
"dependencies": {
"@keyv/mysql": "^1.6.8",
"@next-auth/prisma-adapter": "^1.0.7",
"@nextui-org/react": "0.0.0-dev-v2-20230610220209",
"@nextui-org/theme": "0.0.0-dev-v2-20230625035223",
"@prisma/client": "4.15.0",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menu": "^2.0.5",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@remirror/core": "^2.0.16",
"@remirror/extension-positioner": "^2.1.8",
"@remirror/extension-react-ssr": "^2.0.13",
"@remirror/pm": "^2.0.6",
"@remirror/react": "^2.0.28",
"@remirror/react-editors": "^1.0.34",
"@remirror/react-hooks": "^2.0.24",
"@remirror/react-ssr": "^2.0.13",
"@remirror/styles": "^2.0.5",
"@types/turndown": "^5.0.1",
"ai": "^2.1.3",
"antd": "^5.6.3",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"class-variance-authority": "^0.6.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"dayjs": "^1.11.8",
"file-saver": "^2.0.5",
"framer-motion": "^10.12.16",
"jsdom": "^22.1.0",
"keyv": "^4.5.2",
"lodash": "^4.17.21",
"lru-cache": "^10.0.0",
"lucide-react": "^0.244.0",
"marked": "^5.1.0",
"model": "link:@remirror/pm/model",
"nanoid": "^4.0.2",
"next": "13.4.4",
"next-auth": "4.22.1",
"openai-edge": "^1.1.0",
"prism-themes": "^1.9.0",
"rc-menu": "^9.9.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"refractor": "^4.8.1",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remirror": "^2.0.32",
"swr": "^2.1.5",
"tailwind-merge": "^1.13.1",
"tailwind-variants": "^0.1.8",
"turndown": "^7.1.2",
"typescript": "^4.5.5",
"unified": "^10.1.2",
"use-local-storage": "^3.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.195",
"@types/marked": "^5.0.0",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"pm2": "^5.3.0",
"postcss": "8.4.24",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.15.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6"
},
"pnpm": {
"patchedDependencies": {
"next-auth@4.22.1": "patches/next-auth@4.22.1.patch"
}
}
}