-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.55 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.55 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "educational-coding-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prettier": "prettier --check .",
"prettier:write": "prettier --write .",
"eslint": "eslint ./src",
"eslint:fix": "eslint ./src --fix",
"tscheck": "tsc --noEmit",
"commitlint": "commitlint --edit",
"prepare": "husky"
},
"lint-staged": {
"*": [
"pnpm run prettier:write"
],
".{ts,tsx,d.ts,cts,d.cts,mts,d.mts}": [
"pnpm run lint",
"pnpm run tscheck"
]
},
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language": "^6.11.1",
"@codemirror/language-data": "^6.5.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.37.1",
"@hookform/resolvers": "^5.0.1",
"@milkdown/crepe": "^7.11.1",
"@milkdown/kit": "^7.11.1",
"@milkdown/react": "^7.11.1",
"@milkdown/theme-nord": "^7.11.1",
"@milkdown/utils": "^7.11.1",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.76.1",
"@tanstack/react-table": "^8.21.3",
"@trpc/client": "^11.1.2",
"@trpc/react-query": "^11.1.2",
"@trpc/server": "^11.1.2",
"@types/quill": "^2.0.14",
"@uiw/react-codemirror": "^4.23.12",
"bcrypt": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"codemirror": "^6.0.1",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.43.1",
"drizzle-zod": "^0.8.1",
"highlight.js": "^11.11.1",
"lucide-react": "^0.510.0",
"next": "15.3.2",
"next-auth": "5.0.0-beta.28",
"next-themes": "^0.4.6",
"postgres": "^3.4.5",
"quill": "2.0.3",
"react": "^19.0.0",
"react-day-picker": "8.10.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.4",
"react-icons": "^5.5.0",
"sonner": "^2.0.5",
"superjson": "^2.2.2",
"tailwind-merge": "^3.3.0",
"use-debounce": "^10.0.4",
"zod": "^3.25.30",
"zustand": "^5.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.26.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@inquirer/prompts": "^7.5.3",
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.17.46",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.1",
"drizzle-seed": "^0.3.1",
"eslint": "^9.26.0",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "^10.1.5",
"husky": "^9.1.7",
"lint-staged": "^16.1.0",
"log-symbols": "^7.0.1",
"ora": "^8.2.0",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4",
"trpc-ui": "^1.0.15",
"tsx": "^4.19.4",
"tw-animate-css": "^1.2.9",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0"
}
}