-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1008 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
36
37
38
{
"name": "jo-ken.info",
"type": "module",
"description": "長野高専のIT系部活動、情報技術研究部の公式サイトです。",
"license": "UNLICENSED",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"format": "prettier --write .",
"format:ci": "prettier --check .",
"lint": "eslint .",
"lint:ci": "eslint --max-warnings 0 .",
"lint:fix": "eslint --fix .",
"start": "astro preview",
"sync": "astro sync",
"type-check": "tsc --noEmit && astro check"
},
"dependencies": {
"astro": "4.15.7"
},
"devDependencies": {
"@astrojs/check": "0.9.2",
"@astrojs/partytown": "2.1.1",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@playform/compress": "0.0.13",
"@shun-shobon/eslint-config": "0.13.3",
"@shun-shobon/prettier-config": "0.4.6",
"astro-icon": "1.1.0",
"eslint": "9.8.0",
"prettier": "3.3.3",
"sharp": "0.33.4",
"tailwindcss": "3.4.8",
"typescript": "5.5.3"
}
}