-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.62 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.62 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
{
"name": "draft.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate-sitemap": "node scripts/generate-sitemap.js",
"prebuild": "npm run generate-sitemap"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@fontsource/fira-code": "^5.2.7",
"@fontsource/fira-sans": "^5.2.7",
"@headlessui/react": "^2.2.6",
"@heroicons/react": "^2.2.0",
"@next/third-parties": "^15.5.7",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"feed": "^5.1.0",
"framer-motion": "^12.23.11",
"html-react-parser": "^5.2.6",
"lucide-react": "^0.544.0",
"next": "^15.5.7",
"react": "^19",
"react-dom": "^19",
"react-use-measure": "^2.1.7",
"sanitize-html": "^2.17.0",
"sharp": "^0.33.5",
"styled-components": "^6.1.19",
"web-vitals": "^5.1.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^2.1.4",
"@next/bundle-analyzer": "^15.5.7",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react-highlight-words": "^0.20.0",
"@types/sanitize-html": "^2.13.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.7",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^4.1.12",
"typescript": "^5",
"typescript-eslint": "^8.44.0",
"xmlbuilder": "^15.1.1"
}
}