Personal-Site/package.json
Thomas Cole 5d9a07f6a7
Some checks failed
continuous-integration/drone/push Build is failing
Working on new layout. Tailwindcss added and daisyui for theme.
2022-12-18 11:56:34 -05:00

23 lines
470 B
JSON

{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^2.1.3",
"astro": "^1.6.15",
"daisyui": "^2.45.0",
"svelte": "^3.55.0",
"tailwindcss": "^3.2.4",
"theme-change": "^2.2.0"
}
}