-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.63 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
{
"name": "jolution-github-io",
"description": "Website von Jolution – Projekte, Ideen und alles, was uns beschäftigt.",
"version": "1.0.0",
"author": "Jolution",
"license": "MIT",
"type": "module",
"homepage": "https://jolution.github.io/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jolution/jolution.github.io.git"
},
"bugs": {
"url": "https://github.com/jolution/jolution.github.io/issues"
},
"devDependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/partytown": "^2.1.7",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.2",
"@iconify-json/lucide": "^1.2.100",
"@types/sanitize-html": "^2.16.1",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"astro": "^6.1.8",
"astro-compress": "^2.4.0",
"astro-eslint-parser": "^1.4.0",
"astro-icon": "^1.1.5",
"eslint": "^9.39.4",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"sanitize-html": "^2.17.2",
"sass": "^1.98.0",
"svgo": "^4.0.1",
"tailwindcss": "^4.2.2"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.2.2",
"accessible-astro-components": "^5.2.0",
"accessible-astro-launcher": "^2.0.0",
"astro-seo": "^1.1.0"
},
"engines": {
"node": ">=22.12.0"
}
}