-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.38 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "shadylight",
"browserslist": [
"last 2 version",
"not dead"
],
"description": "Building your next Project with modern stack of technologies and shadcn future design system! Astro starter template",
"keywords": [
"Web Development",
"Front-end Frameworks",
"JavaScript",
"Web Design",
"Website Optimization",
"SEO",
"Cloud Hosting",
"Git Management",
"Multi-language Support",
"User Experience"
],
"type": "module",
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@types/bun": "latest",
"svelte-adapter-bun": "^0.5.2",
"svelte-headless-table": "^0.18.2",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"version": "1.0.0",
"repository": "git+https://github.com/Frikadellios/shadylight.git",
"author": "Hrihorii Ilin <devopsick@pm.me>",
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/markdown-remark": "^5.0.0",
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.1.1",
"@astrojs/starlight": "^0.21.4",
"@astrojs/svelte": "^5.3.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.6.1",
"@astrojs/vercel": "^7.5.2",
"@expressive-code/plugin-collapsible-sections": "^0.33.5",
"@expressive-code/plugin-line-numbers": "^0.33.5",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource/inter": "^5.0.17",
"@fontsource/manrope": "^5.0.19",
"@internationalized/date": "^3.5.2",
"@tailwindcss/typography": "^0.5.12",
"astro": "^4.5.16",
"astro-expressive-code": "^0.33.5",
"autoprefixer": "^10.4.19",
"bits-ui": "^0.21.2",
"bun-types": "^1.0.36",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.17",
"embla-carousel-svelte": "^8.0.1",
"framer-motion": "^11.0.25",
"lucide-react": "^0.364.0",
"lucide-svelte": "^0.365.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-markdown": "^2.1.0",
"mdast-util-to-string": "^4.0.0",
"million": "^3.0.6",
"mode-watcher": "^0.3.0",
"paneforge": "^0.0.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.1.0",
"sharp": "^0.33.3",
"svelte": "^4.2.12",
"svelte-radix": "^1.1.0",
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"tsm": "^2.3.0",
"typescript": "^5.4.4",
"undici-types": "^6.11.1",
"unist-util-visit": "^5.0.0",
"vaul-svelte": "^0.3.0",
"vite": "^5.2.8"
},
"overrides": {
"astro-expressive-code": "latest"
},
"scripts": {
"dev": "bunx --bun astro dev --verbose",
"start": "bun astro check && bunx --bun astro dev --verbose",
"build": "bunx --bun astro build",
"builder": "bun astro check --verbose && bunx --bun astro build --verbose",
"preview": "bunx --bun astro preview",
"updater": "bun update --force && bunx @astrojs/upgrade && bun upgrade --canary",
"biomes": "bunx @biomejs/biome check --apply .",
"astro": "astro"
},
"bugs": {
"url": "https://github.com/Frikadellios/shadylight/issues"
},
"homepage": "https://github.com/Frikadellios/shadylight#readme"
}