-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 4.4 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "bbo-gak",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"prettier:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix",
"lint:check": "eslint \"**/*.{js,jsx,ts,tsx}\""
},
"engines": {
"node": "20.2.0"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-devtools": "^5.51.1",
"@tippyjs/react": "^4.2.6",
"@tiptap/core": "^2.5.4",
"@tiptap/extension-blockquote": "^2.5.4",
"@tiptap/extension-bubble-menu": "^2.5.4",
"@tiptap/extension-bullet-list": "^2.5.4",
"@tiptap/extension-code-block": "^2.5.4",
"@tiptap/extension-code-block-lowlight": "^2.5.4",
"@tiptap/extension-color": "^2.5.4",
"@tiptap/extension-document": "^2.5.4",
"@tiptap/extension-dropcursor": "^2.5.4",
"@tiptap/extension-floating-menu": "^2.5.4",
"@tiptap/extension-focus": "^2.5.4",
"@tiptap/extension-font-family": "^2.5.4",
"@tiptap/extension-gapcursor": "^2.5.4",
"@tiptap/extension-hard-break": "^2.5.4",
"@tiptap/extension-heading": "^2.5.4",
"@tiptap/extension-highlight": "^2.5.4",
"@tiptap/extension-horizontal-rule": "^2.5.4",
"@tiptap/extension-image": "^2.5.4",
"@tiptap/extension-link": "^2.5.4",
"@tiptap/extension-list-item": "^2.5.4",
"@tiptap/extension-list-keymap": "^2.5.4",
"@tiptap/extension-mention": "^2.5.4",
"@tiptap/extension-ordered-list": "^2.5.4",
"@tiptap/extension-paragraph": "^2.5.4",
"@tiptap/extension-placeholder": "^2.5.4",
"@tiptap/extension-table": "^2.5.4",
"@tiptap/extension-table-cell": "^2.5.4",
"@tiptap/extension-table-header": "^2.5.4",
"@tiptap/extension-table-row": "^2.5.4",
"@tiptap/extension-task-item": "^2.5.4",
"@tiptap/extension-task-list": "^2.5.4",
"@tiptap/extension-text": "^2.5.4",
"@tiptap/extension-text-align": "^2.5.4",
"@tiptap/extension-text-style": "^2.5.4",
"@tiptap/extension-typography": "^2.5.4",
"@tiptap/extension-underline": "^2.5.4",
"@tiptap/extension-youtube": "^2.5.4",
"@tiptap/pm": "^2.5.4",
"@tiptap/react": "^2.5.4",
"@tiptap/starter-kit": "^2.5.4",
"@tiptap/suggestion": "^2.5.4",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookies-next": "^4.2.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.8",
"lottie-react": "^2.4.0",
"lowlight": "^3.1.0",
"lucide-react": "^0.411.0",
"next": "14.2.4",
"react": "^18",
"react-colorful": "^5.6.1",
"react-day-picker": "8.10.1",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.3.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-essentials": "^8.2.1",
"@storybook/addon-interactions": "^8.2.1",
"@storybook/addon-links": "^8.2.1",
"@storybook/addon-onboarding": "^8.2.1",
"@storybook/blocks": "^8.2.1",
"@storybook/nextjs": "^8.2.1",
"@storybook/react": "^8.2.1",
"@storybook/test": "^8.2.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8",
"prettier": "^3.3.2",
"storybook": "^8.2.1",
"tailwindcss": "^3.4.1",
"tippy.js": "^6.3.7",
"typescript": "5.1",
"webpack": "^5.92.1"
},
"packageManager": "[email protected]"
}