-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.01 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
{
"name": "blog-new",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint . --fix",
"stylelint": "stylelint \"**/*.css\"",
"stylelint:fix": "stylelint \"**/*.css\" --fix",
"format:check": "prettier --check \"**/*.{json,js,ts,jsx,tsx,md,mdx}\"",
"format:write": "prettier --write \"**/*.{json,js,ts,jsx,tsx,md,mdx}\""
},
"dependencies": {
"clsx": "^2.1.1",
"date-fns": "4.1.0",
"framer-motion": "^11.11.10",
"next": "^15.0.1",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-medium-image-zoom": "^5.2.10",
"react-wrap-balancer": "^1.1.1"
},
"devDependencies": {
"@content-collections/core": "^0.7.2",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.3",
"@eslint/compat": "^1.2.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@shikijs/rehype": "^1.22.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-neon": "^0.2.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-tailwindcss": "^3.17.5",
"lodash.merge": "^4.6.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-order": "^6.0.4",
"svelte": "^5.1.3",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}