-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 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
{
"name": "rroler.github.io",
"type": "module",
"version": "1.0.0",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier .",
"format:write": "prettier . --write",
"flint": "pnpm run format:write && pnpm run lint:fix",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402",
"dependencies": {
"@astrojs/sitemap": "^3.7.0",
"@fontsource-variable/nunito": "^5.2.7",
"@lucide/astro": "^0.563.0",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.15",
"astro-remote": "^0.3.4",
"daisyui": "^5.5.14",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"globals": "^17.1.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript-eslint": "^8.53.1"
}
}