-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 777 Bytes
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
{
"name": "rustcon-website",
"version": "1.0.0",
"description": "RustCON - Website",
"license": "MIT",
"author": "Kopter",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && tsc --noEmit && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.3.1",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.7.0",
"astro-icon": "^0.8.2",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-tailwindcss": "^3.15.1",
"typescript": "^5.4.5"
}
}