-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "taeguk-wusterhausen",
"description": "Website for https://taekwondo-wusterhausen.de",
"type": "module",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/taekwondo-wusterhausen/taeguk-wusterhausen.git"
},
"author": "Jim Neuendorf <jim.neuendorf@gmx.de>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/taekwondo-wusterhausen/taeguk-wusterhausen/issues"
},
"homepage": "https://taekwondo-wusterhausen.de",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write *.config.*js src/"
},
"dependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/react": "^2.1.1",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.1.7",
"astro-robots-txt": "^0.4.1",
"flowbite": "^1.6.6",
"fuse.js": "^6.6.2",
"ics": "^3.1.0",
"mousetrap": "^1.6.5",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.0.1",
"@rse/nunjucks-cli": "^1.5.1",
"@types/mousetrap": "^1.6.11",
"@types/nunjucks": "^3.2.6",
"nunjucks": "^3.2.4",
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0"
}
}