-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
39
40
41
42
{
"name": "touhou-group",
"type": "module",
"version": "2.0.2",
"description": "Touhou Group List",
"scripts": {
"format": "prettier --write .",
"dev": "astro dev --host 0.0.0.0",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thwiki/touhou-group.git"
},
"author": "arumi@thwiki.cc",
"license": "MIT",
"bugs": {
"url": "https://github.com/thwiki/touhou-group/issues"
},
"homepage": "https://github.com/thwiki/touhou-group",
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@savvywombat/tailwindcss-grid-areas": "^4.0.0",
"astro": "^4.9.1",
"github-slugger": "^2.0.0",
"jsdom": "^24.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss-aria-attributes": "^2.0.1"
}
}