-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 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
{
"name": "homeworksmp-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"marked": "^17.0.1",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
},
"description": "Welcome to the HomeworkSMP website! HomeworkSMP is a Minecraft SMP server dedicated to providing a fun and engaging multiplayer experience. This website serves as a hub for information, updates, and community engagement related to the server.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/HomeworkSMP/website.git"
},
"author": "HomeworkSMP Members",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/HomeworkSMP/website/issues"
},
"homepage": "https://github.com/HomeworkSMP/website#readme"
}