Personal-Site/package.json
Thomas Cole 1f00bfa07b
Some checks failed
Build Site / Build-Site (18.x) (push) Failing after 37s
updated dependencies, tweaked things, added particles
2023-12-12 12:27:06 -05:00

30 lines
658 B
JSON

{
"name": "@thomaspcole/website",
"type": "module",
"version": "0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/svelte": "^5.0.1",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.4",
"cytoscape": "^3.23.0",
"daisyui": "^4.4.19",
"p5-svelte": "^3.1.2",
"svelte": "^4.2.8",
"tailwindcss": "^3.3.1",
"theme-change": "^2.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9"
}
}