-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·81 lines (81 loc) · 2.23 KB
/
package.json
File metadata and controls
executable file
·81 lines (81 loc) · 2.23 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
75
76
77
78
79
80
81
{
"name": "code-to-img",
"private": true,
"version": "1.3.0",
"license": "MIT",
"author": {
"name": "Rohidul Islam",
"url": "https://github.com/rohid-dev",
"email": "rohidul209@gmail.com"
},
"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.1",
"@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-html": "^6.1.1",
"@codemirror/lang-java": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lang-lezer": "^6.0.0",
"@codemirror/lang-markdown": "^6.0.1",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/lang-sql": "^6.3.0",
"@codemirror/lang-wast": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/theme-one-dark": "^6.0.0",
"@lezer/highlight": "^1.0.0",
"@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.12.1",
"@uiw/react-codemirror": "^4.12.1",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"classnames": "^2.3.1",
"color": "^4.2.3",
"html-to-image": "^1.9.0",
"jotai": "^1.8.3",
"jsonwebtoken": "^8.5.1",
"next": "^12.1.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/gtag.js": "^0.0.11",
"@types/node": "^17.0.32",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3"
}
}