-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.64 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.64 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
{
"name": "angular-de-astro",
"type": "module",
"version": "1.0.0",
"description": "Angular.DE - Deine deutsche Community zum Angular Framework (Astro)",
"scripts": {
"dev": "astro dev",
"dev:local": "SKIP_API_FETCH=true astro dev",
"start": "astro dev",
"prebuild": "node scripts/prebuild.js",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"migrate": "node scripts/migrate-content.js",
"fetch:all": "node scripts/prebuild.js",
"fetch:trainers": "node scripts/fetch-trainers.js",
"fetch:events": "node scripts/fetch-events.js",
"fetch:course": "node scripts/fetch-course.js",
"fetch:gravatars": "node scripts/fetch-gravatars.js",
"generate:og": "node scripts/generate-og-images.js",
"generate:og:force": "FORCE_REGENERATE=true node scripts/generate-og-images.js",
"lint": "astro check"
},
"keywords": [
"angular",
"typescript",
"javascript",
"web development",
"tutorials",
"german"
],
"author": "Symetics GmbH",
"license": "MIT",
"homepage": "https://angular.de",
"repository": {
"type": "git",
"url": "git+https://github.com/workshops-de/angular.de.git"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@fontsource-variable/source-sans-3": "^5.2.9",
"@fontsource/fira-code": "^5.2.7",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"astro-pagefind": "^1.8.5",
"canvas": "^3.2.1",
"gray-matter": "^4.0.3",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}