-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.81 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.81 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
{
"name": "shockinglemon.com",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"export": "next export",
"build-prod": "run-s clean build export",
"clean": "rimraf .next out",
"lint": "eslint .",
"check-types": "tsc --noEmit --pretty",
"prepare": "husky"
},
"dependencies": {
"@base-ui/react": "1.0.0",
"@content-collections/mdx": "0.2.2",
"@next/bundle-analyzer": "16.1.0",
"@next/mdx": "16.1.0",
"@tailwindcss/postcss": "4.1.18",
"@vercel/analytics": "1.6.1",
"@vercel/og": "0.8.6",
"@vercel/speed-insights": "1.3.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"lucide-react": "0.562.0",
"next": "16.1.0",
"next-themes": "0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "3.4.0",
"tw-animate-css": "1.4.0",
"zod": "4.2.1"
},
"devDependencies": {
"@commitlint/cli": "20.2.0",
"@commitlint/config-conventional": "20.2.0",
"@content-collections/core": "0.13.0",
"@content-collections/next": "0.2.10",
"@eslint/compat": "2.0.0",
"@eslint/js": "9.39.2",
"@next/eslint-plugin-next": "16.1.0",
"@stylistic/eslint-plugin": "^5.6.1",
"@testing-library/react": "16.3.1",
"@types/mdx": "2.0.13",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@typescript-eslint/eslint-plugin": "8.50.0",
"@typescript-eslint/parser": "8.50.0",
"autoprefixer": "10.4.23",
"babel-plugin-react-compiler": "1.0.0",
"commitizen": "4.3.1",
"cross-env": "10.1.0",
"cssnano": "7.1.2",
"eslint": "9.39.2",
"eslint-config-airbnb-extended": "2.3.3",
"eslint-config-next": "16.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-better-tailwindcss": "4.0.0-prettier.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-import-x": "4.16.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.26",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-testing-library": "7.15.1",
"eslint-plugin-unused-imports": "4.3.0",
"globals": "16.5.0",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"npm-run-all2": "8.0.4",
"postcss": "8.5.6",
"prettier": "3.7.4",
"rimraf": "6.1.2",
"shadcn": "3.6.2",
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"typescript-eslint": "8.50.0"
},
"author": "Danny Saldana (https://github.com/Dannymx)",
"pnpm": {
"overrides": {
"@types/react": "19.2.7"
}
}
}