-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 958 Bytes
/
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
{
"name": "magic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@mantine/core": "^5.3.0",
"@mantine/hooks": "^5.3.0",
"@tabler/icons": "^1.95.1",
"@tiptap/extension-highlight": "^2.0.0-beta.194",
"@tiptap/extension-link": "^2.0.0-beta.194",
"@tiptap/extension-underline": "^2.0.0-beta.194",
"@tiptap/react": "^2.0.0-beta.194",
"@tiptap/starter-kit": "^2.0.0-beta.194",
"@tiptap/suggestion": "^2.0.0-beta.194",
"@types/lodash": "^4.14.185",
"html-entities": "^2.3.3",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.7.16",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"typescript": "4.8.3"
}
}