-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 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
{
"name": "mradib-com",
"version": "3.1.0",
"private": false,
"scripts": {
"build": "next build",
"check-types": "tsc --noEmit --pretty",
"dev": "next dev",
"check": "biome check",
"check:fix": "biome check --write",
"format": "biome format .",
"format:fix": "biome format . --write",
"lint": "biome lint",
"lint:fix": "biome lint --fix",
"lint:fix:unsafe": "biome lint --fix --unsafe",
"start": "next start",
"start:local": "npx serve@latest out"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@next/third-parties": "^15.2.0",
"@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/typography": "^0.5.16",
"clsx": "^2.1.1",
"next": "^15.2.0",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.6.1",
"schema-dts": "^1.1.2",
"tailwindcss": "^4.0.9"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@types/node": "^22.13.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/webpack-env": "^1.18.8",
"globals": "16.0.0",
"sharp": "0.33.5",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}