-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 761 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 761 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src/",
"format": "prettier . --check"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.61",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.3",
"astro-icon": "^1.1.5",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.49.0",
"clsx": "^2.1.1",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"prettier": "3.7.4",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2"
}
}