Personal-Site/package.json

27 lines
593 B
JSON
Raw 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": {
2022-12-21 17:07:25 -05:00
"@astrojs/mdx": "^0.13.0",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^2.1.3",
"astro": "^1.6.15",
2023-02-15 10:09:45 -05:00
"cytoscape": "^3.23.0",
"daisyui": "^2.45.0",
2022-12-21 17:07:25 -05:00
"p5-svelte": "^3.1.2",
"svelte": "^3.55.0",
2023-04-13 12:04:57 -04:00
"tailwindcss": "^3.3.1",
"theme-change": "^2.2.0"
2021-08-06 11:08:56 -04:00
}
}