forked from DaleSeo/AlgoDale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 942 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "algodale",
"version": "1.0.0",
"type": "module",
"homepage": "https://www.algodale.com",
"repository": "github:DaleSeo/AlgoDale",
"author": "Dale Seo <[email protected]> (https://daleseo.com)",
"scripts": {
"dev": "astro dev",
"start": "npm run dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@sentry/astro": "^7.99.0",
"@spotlightjs/astro": "^1.0.14",
"@tailwindcss/typography": "^0.5.9",
"astro": "^4.3.2",
"astro-icon": "^0.8.0",
"astro-seo": "^0.8.0",
"rehype-toc": "^3.0.2",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1"
}
}