-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "notebucket",
"author": "Ezi",
"private": true,
"version": "1.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/gutter": "^0.19.9",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/language-data": "^6.1.0",
"@codemirror/view": "^6.0.2",
"@lezer/highlight": "^1.0.0",
"@uiw/codemirror-themes": "^4.10.4",
"@uiw/react-codemirror": "^4.9.4",
"file-saver": "^2.0.5",
"firebase": "^9.8.4",
"framer-motion": "^6.5.1",
"qrcode.react": "^3.1.0",
"react": "^18.0.0",
"react-colorful": "^5.5.1",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"react-qr-code": "^2.0.8",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-syntax-highlighter": "^15.5.0",
"react-tabs": "^5.1.0",
"react-tooltip": "^4.2.21",
"react-uuid": "^1.0.3",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-rehype": "^10.1.0",
"sass": "^1.52.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"vite": "^2.9.9",
"vite-plugin-compression": "^0.5.1"
},
"browser": {
"fs": false
},
"license": "MIT"
}