-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 834 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
{
"name": "brainage04-website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"lint": "eslint . --max-warnings=0",
"format": "prettier --write .",
"format:check": "prettier --check .",
"update-projects": "node scripts/update-projects.mjs",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-satteri": "0.3.5",
"@brainage04/astro-shell": "0.4.0",
"@webtui/css": "0.1.9"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"@eslint/js": "10.0.1",
"astro": "7.2.0",
"eslint": "10.8.0",
"eslint-plugin-astro": "3.1.0",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"typescript": "6.0.3",
"typescript-eslint": "8.66.0"
}
}