-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "codetoimg",
"private": true,
"version": "1.0.0",
"type": "module",
"license": "MIT",
"author": {
"name": "Yug Bhanushali",
"email": "[email protected]",
"url": "https://github.com/YugBhanushali"
},
"repository": {
"type": "git",
"url": "https://github.com/YugBhanushali/code-to-img"
},
"homepage": "https://codetoimg.vercel.app/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.5.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.9.3",
"@vercel/analytics": "^0.1.11",
"canvas-confetti": "^1.6.0",
"file-saver": "^2.0.5",
"framer-motion": "^10.9.1",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-simple-code-editor": "^0.13.1",
"react-svg": "^16.1.6",
"react-to-print": "^2.14.12",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.1.0"
}
}