-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
{
"name": "codenest",
"version": "1.0.0",
"description": "A fully-featured, web-based code editor",
"main": "app/page.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jeshwin/codenest.git"
},
"keywords": [
"codenest",
"code-editor",
"web-editor"
],
"author": "Jeshwin Prince",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jeshwin/codenest/issues"
},
"homepage": "https://github.com/Jeshwin/codenest#readme",
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.29-next-15.716cf28.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@uiw/codemirror-extensions-langs": "^4.23.6",
"@uiw/codemirror-themes-all": "^4.23.6",
"@uiw/react-codemirror": "^4.23.6",
"aws-amplify": "^6.8.3-next-15.716cf28.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.3.1",
"input-otp": "^1.4.1",
"lucide-react": "^0.460.0",
"next": "^15.0.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.2",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"thememirror": "^2.0.1",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@aws-amplify/backend": "^1.7.0",
"@aws-amplify/backend-cli": "^1.4.2",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"autoprefixer": "^10",
"eslint": "^8.56.0",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5.6.3"
}
}