-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.49 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
{
"name": "sify-gist",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@libsql/client": "^0.5.6",
"@monaco-editor/react": "^4.7.0",
"@supabase/supabase-js": "^2.99.2",
"@types/bcryptjs": "^2.4.6",
"@types/diff": "^7.0.2",
"bcryptjs": "^3.0.3",
"diff": "^9.0.0",
"jsonwebtoken": "^9.0.3",
"jszip": "^3.10.1",
"lucide-react": "^0.378.0",
"monaco-editor": "^0.55.1",
"nanoid": "^5.0.4",
"next": "^14.0.0",
"next-auth": "^4.24.5",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.30.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.1",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.6.6"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.10",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.16",
"css-loader": "^7.1.4",
"eslint": "^8.52.0",
"eslint-config-next": "14.0.0",
"file-loader": "^6.2.0",
"monaco-editor-webpack-plugin": "^7.1.1",
"postcss": "^8.4.31",
"style-loader": "^4.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}