-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.64 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.64 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "react-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --cache .",
"preview": "vite preview",
"postinstall": "husky install",
"format": "prettier --cache --write .",
"prepare": "husky"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^10.0.0",
"@floating-ui/react": "^0.27.13",
"@svgr/plugin-jsx": "^8.1.0",
"@tiptap/extension-code-block-lowlight": "^2.23.0",
"@tiptap/extension-highlight": "^2.23.0",
"@tiptap/extension-image": "^2.23.0",
"@tiptap/extension-link": "^2.23.0",
"@tiptap/extension-placeholder": "^2.23.0",
"@tiptap/extension-subscript": "^2.23.0",
"@tiptap/extension-superscript": "^2.23.0",
"@tiptap/extension-task-item": "^2.23.0",
"@tiptap/extension-task-list": "^2.23.0",
"@tiptap/extension-text-align": "^2.23.0",
"@tiptap/extension-typography": "^2.23.0",
"@tiptap/extension-underline": "^2.23.0",
"@tiptap/pm": "^2.23.0",
"@tiptap/react": "^2.23.0",
"@tiptap/starter-kit": "^2.23.0",
"axios": "^1.10.0",
"better-react-mathjax": "^2.3.0",
"ckeditor5": "^45.2.1",
"dompurify": "^3.2.6",
"highlight.js": "^11.11.1",
"html-react-parser": "^5.2.5",
"jsdom": "^26.1.0",
"lowlight": "^3.3.0",
"normalize.css": "^8.0.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-responsive": "^10.0.1",
"react-router-dom": "^7.6.2",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^11.0.5",
"styled-components": "^6.1.18",
"swiper": "^11.2.8"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.27.0",
"@iconify-json/carbon": "^1.2.10",
"@iconify-json/ci": "^1.2.2",
"@iconify-json/line-md": "^1.2.8",
"@iconify-json/mdi": "^1.2.3",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react-swc": "^3.9.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"husky": "^9.1.7",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"sass-embedded": "^1.89.2",
"tailwindcss": "^3.4.17",
"unplugin-auto-import": "^19.3.0",
"unplugin-icons": "^22.1.0",
"vite": "^6.3.5"
}
}