-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 KB
/
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
36
37
{
"name": "octopy.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"astro": "astro",
"watch": "astro dev",
"build": "astro build",
"pages": "wrangler pages"
},
"dependencies": {
"@astrojs/mdx": "^4.1.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vue": "^5.0.7",
"@fontsource/geist-mono": "^5.1.1",
"@fontsource/instrument-sans": "^5.1.1",
"astro": "^5.3.0",
"astro-reading-time": "^0.1.13",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"moment": "^2.30.1",
"tailwindcss": "^4.0.8"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.8",
"lucide-vue-next": "^0.475.0",
"prettier": "^3.5.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwind-scrollbar": "^4.0.1",
"vue": "^3.5.13",
"wrangler": "^3.109.3"
},
"packageManager": "[email protected]"
}