forked from CurvyLantern/textEditorv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@radix-ui/react-accordion": "^1.1.2",
"@tabler/icons-react": "^2.40.0",
"@tiptap-pro/extension-details": "^2.3.3",
"@tiptap-pro/extension-details-content": "^2.3.3",
"@tiptap-pro/extension-details-summary": "^2.3.3",
"@tiptap/extension-placeholder": "^2.1.12",
"@tiptap/extension-task-item": "^2.1.12",
"@tiptap/extension-task-list": "^2.1.12",
"@tiptap/html": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"clsx": "^2.0.0",
"nanoid": "^5.0.2",
"next": "14.0.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-material-ui-carousel": "^3.4.2",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5",
"eslint": "^8",
"eslint-config-next": "14.0.0"
}
}