-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
72 lines (72 loc) · 2.23 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
{
"name": "svg-gobbler",
"version": "5.14.0",
"description": "Find, optimize, organize, edit, and export your SVGs",
"license": "apache-2.0",
"author": "Ross Moody<[email protected]>",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"clean": "rm -rf dist",
"dev": "vite",
"release": "pnpm build && npx ts-node --esm src/utils/zip-release.ts"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/view": "^6.27.0",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@uiw/react-codemirror": "^4.21.20",
"clsx": "^2.0.0",
"emoji-mart": "^5.6.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"mini-svg-data-uri": "^1.4.4",
"nanoid": "^5.0.2",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.18.0",
"svg-gobbler-scripts": "1.5.8",
"svgo": "^3.0.3"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@svgr/core": "^8.1.0",
"@tailwindcss/forms": "^0.5.6",
"@types/archiver": "^6.0.2",
"@types/chrome": "^0.0.248",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@uiw/codemirror-theme-tokyo-night-storm": "^4.21.20",
"@vitejs/plugin-react-swc": "^3.5.0",
"archiver": "^6.0.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.5",
"tailwindcss-radix": "^2.8.0",
"typescript": "^5.0.2",
"vite": "^5.0.13"
}
}