-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 900 Bytes
/
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
{
"name": "whiteluckbringers-site",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"gen:licenses": "license-report"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/solid-js": "^4.4.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.11.5",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"solid-js": "^1.8.18",
"solid-slider": "^1.3.17",
"solid-transition-group": "^0.2.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
},
"devDependencies": {
"@iconify-json/ri": "^1.1.21",
"@iconify-json/simple-icons": "^1.1.109",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"execa": "^9.3.0",
"license-report": "^6.5.0",
"sharp": "^0.33.4",
"unplugin-icons": "^0.19.0"
}
}