-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.14 KB
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
{
"name": "rolling",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@cloudinary/react": "^1.14.3",
"@cloudinary/url-gen": "^1.21.0",
"@tiptap/extension-blockquote": "^3.0.7",
"@tiptap/extension-bold": "^3.0.7",
"@tiptap/extension-code": "^3.0.7",
"@tiptap/extension-code-block": "^3.0.7",
"@tiptap/extension-color": "^3.0.7",
"@tiptap/extension-emoji": "^3.0.7",
"@tiptap/extension-heading": "^3.0.7",
"@tiptap/extension-highlight": "^3.0.7",
"@tiptap/extension-italic": "^3.0.7",
"@tiptap/extension-link": "^3.0.7",
"@tiptap/extension-strike": "^3.0.7",
"@tiptap/extension-subscript": "^3.0.7",
"@tiptap/extension-superscript": "^3.0.7",
"@tiptap/extension-text-align": "^3.0.7",
"@tiptap/extension-text-style": "^3.0.7",
"@tiptap/extension-underline": "^3.0.7",
"@tiptap/react": "^3.0.7",
"@tiptap/starter-kit": "^3.0.7",
"classnames": "^2.5.1",
"emoji-picker-react": "^4.13.1",
"framer-motion": "^12.23.6",
"motion": "^12.23.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.6.3",
"react-select": "^5.10.2",
"reactjs-tiptap-editor": "^0.3.12",
"tippy.js": "^6.3.7",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"sass": "^1.89.2",
"terser": "^5.43.1",
"vite": "^7.0.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.45.1",
"sass-embedded-linux-x64": "^1.89.2"
}
}