Personal-Site/package.json

30 lines
658 B
JSON
Raw Permalink Normal View History

2021-08-06 11:08:56 -04:00
{
"name": "@thomaspcole/website",
"type": "module",
"version": "0.1",
"private": true,
2021-08-06 11:08:56 -04:00
"scripts": {
2022-06-03 06:53:42 -04:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2021-08-06 11:08:56 -04:00
},
"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",
2023-02-15 10:09:45 -05:00
"cytoscape": "^3.23.0",
"daisyui": "^4.4.19",
2022-12-21 17:07:25 -05:00
"p5-svelte": "^3.1.2",
"svelte": "^4.2.8",
2023-04-13 12:04:57 -04:00
"tailwindcss": "^3.3.1",
"theme-change": "^2.2.0"
2023-08-03 14:30:41 -04:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9"
2021-08-06 11:08:56 -04:00
}
}