-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.54 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@tiptap/extension-link": "^2.1.16",
"@types/react-responsive": "^8.0.8",
"axios": "^1.6.5",
"framer-motion": "^10.18.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-responsive": "^9.0.2",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@tiptap/core": "^2.1.16",
"@tiptap/extension-code-block": "^2.1.16",
"@tiptap/extension-code-block-lowlight": "^2.1.16",
"@tiptap/extension-color": "^2.1.16",
"@tiptap/extension-font-family": "^2.1.16",
"@tiptap/extension-image": "^2.1.16",
"@tiptap/extension-table": "^2.1.16",
"@tiptap/extension-table-cell": "^2.1.16",
"@tiptap/extension-table-header": "^2.1.16",
"@tiptap/extension-table-row": "^2.1.16",
"@tiptap/extension-task-item": "^2.1.16",
"@tiptap/extension-task-list": "^2.1.16",
"@tiptap/extension-text-style": "^2.1.16",
"@tiptap/extension-typography": "^2.1.16",
"@tiptap/extension-underline": "^2.1.16",
"@tiptap/pm": "^2.1.16",
"@tiptap/react": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"@types/marked": "^6.0.0",
"@types/react": "^18.2.43",
"@types/react-color": "^3.0.11",
"@types/react-dom": "^18.2.17",
"@types/react-modal": "^3.16.3",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.5",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-refresh": "^0.4.5",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"lowlight": "^3.1.0",
"marked": "^11.1.1",
"polished": "^4.2.2",
"prettier": "^3.2.4",
"react-color": "^2.19.3",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.21.1",
"react-textarea-autosize": "^8.5.3",
"rehype-raw": "^7.0.0",
"styled-components": "^6.1.6",
"sweetalert2": "^11.10.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"zustand": "^4.4.7"
}
}