-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.96 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "quick-dungeon-crawler-site",
"description": "Official website and development blog for Quick Dungeon Crawler.",
"version": "1.0.0",
"private": true,
"author": "Werkstattl",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"homepage": "https://quickdungeoncrawler.com/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [
"astro",
"astro-component",
"astro-components",
"accessible",
"accessibility",
"a11y",
"wcag",
"responsive",
"ui-library",
"ui-components",
"blog",
"portfolio"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Werkstattl/quick-dungeon-crawler-site.git"
},
"bugs": {
"url": "https://github.com/Werkstattl/quick-dungeon-crawler-site/issues"
},
"devDependencies": {
"@astrojs/mdx": "^7.0.5",
"@astrojs/partytown": "^2.1.7",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.27.0",
"@iconify-json/lucide": "^1.2.44",
"@types/sanitize-html": "^2.16.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"astro": "^7.1.6",
"astro-compress": "^2.3.8",
"astro-eslint-parser": "^1.2.2",
"astro-icon": "^1.1.5",
"eslint": "^9.27.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^16.1.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"sanitize-html": "^2.17.0",
"sass": "^1.89.0",
"svgo": "^3.3.2",
"tailwindcss": "^4.1.7"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@iconify-json/fa-brands": "^1.2.1",
"@tailwindcss/vite": "^4.1.7",
"accessible-astro-components": "^5.4.0"
},
"optionalDependencies": {
"lightningcss.android-arm64.node": "^1.29.3-1"
}
}