-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
83 lines (83 loc) · 2.29 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
73
74
75
76
77
78
79
80
81
82
83
{
"name": "code-to-img",
"private": true,
"version": "1.3.0",
"license": "MIT",
"author": {
"name": "Rohidul Islam",
"url": "https://github.com/rohid-dev",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohid-dev/code-to-img"
},
"homepage": "https://codetoimg.com",
"bugs": "https://github.com/rohid-dev/code-to-img/issues",
"contributors": [
{
"name": "Rohidul Islam",
"url": "https://github.com/rohid-dev"
},
{
"name": "Ankur Paul",
"url": "https://github.com/noobcoder"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.0.2",
"@codemirror/lang-html": "^6.4.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-lezer": "^6.0.1",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.1",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.4.0",
"@codemirror/lang-wast": "^6.0.1",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.0",
"@lezer/highlight": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-popover": "^0.1.6",
"@radix-ui/react-select": "^0.1.1",
"@uiw/codemirror-themes": "^4.19.9",
"@uiw/react-codemirror": "^4.19.9",
"axios": "^0.27.2",
"bcrypt": "^5.1.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"color": "^4.2.3",
"html-to-image": "^1.11.11",
"jotai": "^1.13.1",
"jsonwebtoken": "^8.5.1",
"next": "^12.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/gtag.js": "^0.0.11",
"@types/node": "^17.0.45",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.13",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.5"
}
}