-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "myidea",
"author": "Ezi",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/view": "^6.1.2",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-task-item": "^2.0.0-beta.37",
"@tiptap/extension-task-list": "^2.0.0-beta.29",
"@tiptap/extension-text-align": "^2.0.0-beta.31",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@uiw/react-codemirror": "^4.11.4",
"@uiw/react-textarea-code-editor": "^2.0.3",
"firebase": "^9.9.0",
"react": "^18.0.0",
"react-color": "^2.17.3",
"react-colorful": "^5.5.1",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-qr-code": "^2.0.7",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-tabs": "^5.1.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"sass": "^1.53.0",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-compression": "^0.5.1"
}
}