Files
rafa-links/package.json
T

32 lines
724 B
JSON
Raw Normal View History

2022-01-07 22:21:53 -06:00
{
2022-08-12 14:54:04 -05:00
"name": "@rafaremo/links-page",
2022-01-07 22:21:53 -06:00
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
2023-02-22 22:35:07 -06:00
"@astrojs/mdx": "^0.17.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/svelte": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
2022-10-21 09:22:06 -05:00
"@notionhq/client": "^2.2.0",
2023-02-22 22:35:07 -06:00
"astro": "^2.0.14",
2022-10-21 09:22:06 -05:00
"marked": "^4.1.0",
"notion-to-md": "^2.5.5",
2023-02-22 22:35:07 -06:00
"postcss": "^8.4.21",
"rollup": "^3.17.2",
"svelte": "^3.49.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4"
2023-04-19 09:12:22 -06:00
},
"dependencies": {
2023-10-20 17:05:01 -06:00
"@astrojs/partytown": "^1.2.0",
"@astrojs/rss": "^2.4.4"
2022-01-07 22:21:53 -06:00
}
2023-02-22 22:35:07 -06:00
}