-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
{
"name": "msk-scripts-shop",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/jetbrains-mono": "^5.1.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@uiw/react-codemirror": "^4.25.10",
"clsx": "^2.1.1",
"js-cookie": "^3.0.7",
"jsonc-parser": "^3.3.1",
"lucide-react": "^0.577.0",
"mysql2": "^3.11.0",
"next": "15.5.18",
"next-themes": "^0.4.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"swr": "^2.3.3",
"tailwind-merge": "^2.5.5",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.19.19",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.1.3",
"eslint": "^9.0.0",
"eslint-config-next": "^15.5.18",
"postcss": "^8.5.15",
"tailwindcss": "^4.0.0",
"typescript": "^5.8.3"
},
"overrides": {
"postcss": "$postcss",
"eslint": "^9.0.0"
}
}