-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·72 lines (72 loc) · 2.15 KB
/
package.json
File metadata and controls
executable file
·72 lines (72 loc) · 2.15 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
{
"name": "cloudcredits.io",
"version": "0.1.0",
"description": "Most comprehensive community-driven credits/discounts/perks database for startups and builders.",
"author": "t3sh",
"license": "MIT",
"packageManager": "pnpm@10.8.1",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist && cp -r dist/pagefind public/",
"preview": "astro preview",
"astro": "astro",
"build:local": "pnpm run clean:pagefind && pnpm run build",
"clean:pagefind": "rm -rf public/pagefind",
"check": "astro check",
"format": "prettier -w ./src"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/react": "4.1.2",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.4",
"@radix-ui/react-tabs": "^1.1.3",
"astro": "5.1.2",
"astro-auto-import": "^0.4.4",
"astro-font": "^0.1.81",
"clsx": "^2.1.1",
"colord": "^2.9.3",
"date-fns": "^4.1.0",
"fast-average-color": "^9.5.0",
"framer-motion": "^12.4.7",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"html-to-text": "^9.0.5",
"marked": "^15.0.5",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"react-icons": "^5.4.0",
"react-lite-youtube-embed": "^2.4.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"swiper": "^11.2.0",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/marked": "^5.0.2",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"js-yaml": "^4.1.0",
"pagefind": "^1.3.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.1",
"sharp": "0.33.5",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}