Thomas Cole
cc848bf06f
All checks were successful
Build Site / Build-Site (18.x) (push) Successful in 50s
30 lines
661 B
JSON
30 lines
661 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": "^0.13.0",
|
|
"@astrojs/sitemap": "^1.2.2",
|
|
"@astrojs/svelte": "^1.0.2",
|
|
"@astrojs/tailwind": "^2.1.3",
|
|
"astro": "^1.6.15",
|
|
"cytoscape": "^3.23.0",
|
|
"daisyui": "^2.45.0",
|
|
"p5-svelte": "^3.1.2",
|
|
"svelte": "^3.55.0",
|
|
"tailwindcss": "^3.3.1",
|
|
"theme-change": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9"
|
|
}
|
|
}
|