-
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) · 919 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 919 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": "ar10dev.github.io",
"version": "1.0.0",
"type": "module",
"description": "AR10Dev Github Page",
"author": "AR10Dev",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"check": "astro check",
"preview": "astro preview",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format .",
"format:fix": "biome format --write ."
},
"keywords": [],
"devDependencies": {
"@astrojs/mdx": "5.0.2",
"@astrojs/sitemap": "3.7.1",
"@astrojs/solid-js": "6.0.1",
"@biomejs/biome": "2.4.8",
"@tailwindcss/typography": "0.5.16",
"@tailwindcss/vite": "4.2.2",
"@vite-pwa/astro": "1.2.0",
"astro-robots-txt": "1.0.0",
"astro-seo": "1.1.0",
"cspell": "9.7.0",
"tailwindcss": "4.2.2",
"typescript": "6.0.2"
},
"dependencies": {
"astro": "6.0.8",
"solid-js": "1.9.11"
}
}