-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.56 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.56 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
{
"name": "DesignPhotographyPortfolio",
"type": "module",
"version": "0.0.1",
"description": "About Design/Photography Portfolio is a free Astro template for showcasing Design/Photography artists.",
"scripts": {
"dev": "astro dev",
"dev:debug": "node --inspect-brk node_modules/.bin/astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"compress-images": "node scripts/compress-images.js",
"auto-deploy-website": "npm run build && python scripts/auto-deploy-website.py"
},
"keywords": [
"astro",
"astro theme",
"react",
"heroui",
"tailwindcss"
],
"author": {
"name": "草木一秋",
"email": "chinaitlearner@gmail.com"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.8",
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@emotion/is-prop-valid": "^1.3.1",
"@giscus/react": "^3.1.0",
"@hdud/common": "1.1.0",
"@heroicons/react": "^2.2.0",
"@heroui/react": "^2.7.9",
"@heroui/use-theme": "^2.1.8",
"@iconify-json/mdi": "^1.2.3",
"@iconify/react": "^6.0.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.3",
"@types/alpinejs": "^3.13.11",
"@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"alpinejs": "^3.14.9",
"astro": "^5.9.4",
"astro-i18n": "^2.2.4",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"astro-toc": "^0.2.0",
"astro-vtbot": "^2.1.6",
"astro-webmanifest": "^1.0.0",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"daisyui": "^5.0.50",
"dayjs": "^1.11.13",
"framer-motion": "^12.19.1",
"i18next": "^25.3.2",
"keen-slider": "^6.8.6",
"lucide-react": "^0.518.0",
"mdast-util-to-string": "^4.0.0",
"qrcode": "^1.5.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-use": "^17.6.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"satori": "^0.15.2",
"satori-html": "^0.3.2",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.3"
},
"devDependencies": {
"@iconify/json": "^2.2.373",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/typography": "^0.5.16",
"chokidar": "^4.0.3",
"fs-extra": "^11.3.0",
"inquirer": "^12.9.0",
"rollup-plugin-visualizer": "^6.0.3",
"svg-text-to-path": "^2.0.5",
"tailwind-clip-path": "^1.0.0",
"text-to-svg": "^3.1.5",
"tw-animate-css": "^1.3.4",
"vite-plugin-svgr": "^4.3.0"
}
}