-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 909 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 909 Bytes
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
{
"name": "astroship",
"type": "module",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"spellcheck": "cspell \"**/*.md\" --show-suggestions",
"prepare": "husky"
},
"dependencies": {
"@astrojs/mdx": "^4.3.8",
"@astrojs/sitemap": "^3.6.0",
"@fontsource-variable/inter": "^5.0.15",
"@iconify-json/material-symbols-light": "^1.2.46",
"@iconify-json/uil": "^1.2.3",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/vite": "^4.1.16",
"animejs": "^4.3.6",
"astro": "^5.15.1",
"astro-icon": "^1.1.5",
"astro-navbar": "^2.3.0",
"astro-seo": "^0.8.0",
"sharp": "^0.33.0",
"tailwindcss": "^4.1.16",
"three": "^0.183.2"
},
"devDependencies": {
"cspell": "^9.3.0",
"husky": "^9.1.7"
}
}