-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.67 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@hapi/iron": "^6.0.0",
"@magic-sdk/admin": "^1.3.1",
"@tailwindcss/typography": "^0.4.1",
"@tiptap/extension-bold": "^2.0.0-beta.25",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.55",
"@tiptap/extension-code": "^2.0.0-beta.26",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-heading": "^2.0.0-beta.26",
"@tiptap/extension-italic": "^2.0.0-beta.25",
"@tiptap/extension-link": "^2.0.0-beta.36",
"@tiptap/extension-list-item": "^2.0.0-beta.20",
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/react": "^2.0.0-beta.107",
"@tiptap/starter-kit": "^2.0.0-beta.177",
"autoprefixer": "^10.3.5",
"cookie": "^0.4.1",
"luxon": "^2.0.2",
"magic-sdk": "^6.1.0",
"next": "11.1.2",
"next-seo": "^4.28.1",
"postcss": "^8.3.7",
"react": "17.0.2",
"react-datepicker": "^4.3.0",
"react-dom": "17.0.2",
"react-quill": "^1.3.5",
"swr": "^1.0.1",
"tailwindcss": "^2.2.15"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.3",
"@types/cookie": "^0.4.1",
"@types/luxon": "^2.0.4",
"@types/react": "17.0.24",
"@types/react-datepicker": "^4.3.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "11.1.2",
"eslint-plugin-react": "^7.26.0",
"typescript": "4.4.3"
}
}