-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.15 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.15 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
{
"homepage": "https://codingwithenjoy.github.io/Code-To-Image-With-A-Lot-Of-Options-TypeScript",
"name": "karbonized",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^4.6.1",
"@capacitor/clipboard": "^4.1.0",
"@capacitor/core": "^4.6.1",
"@capacitor/filesystem": "^4.1.4",
"@floating-ui/react-dom": "^1.0.1",
"@tabler/icons": "^1.117.0",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.202",
"@tiptap/react": "^2.0.0-beta.202",
"@tiptap/starter-kit": "^2.0.0-beta.202",
"daisyui": "^2.41.0",
"easy-peasy": "^5.2.0",
"file-saver": "^2.0.5",
"hast-to-hyperscript": "^10.0.1",
"hast-util-to-html": "^8.0.3",
"html-to-image": "^1.10.8",
"lowlight": "^2.7.0",
"luxon": "^3.1.0",
"prismjs": "^1.29.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-daisyui": "^2.4.6",
"react-dom": "^18.2.0",
"react-headless-tabs": "^6.0.3",
"react-portal": "^4.2.2",
"react-rnd": "^10.3.7",
"react-syntax-highlighter": "^15.5.0",
"react-zoom-pan-pinch": "^2.1.3",
"refractor": "^4.8.0"
},
"devDependencies": {
"@capacitor/cli": "^4.6.1",
"@tailwindcss/typography": "^0.5.8",
"@types/file-saver": "^2.0.5",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-portal": "^4.0.4",
"@types/react-resizable": "^3.0.3",
"@types/react-syntax-highlighter": "^15.5.5",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "latest",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "latest",
"gh-pages": "^4.0.0",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"react-router-dom": "^6.4.3",
"tailwindcss": "^3.2.4",
"typescript": "*",
"vite": "^3.2.3",
"vite-plugin-pwa": "^0.14.1"
}
}