-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 986 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 986 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
32
33
{
"name": "crapshack.net-astro",
"type": "module",
"version": "3.2.2",
"repository": {
"type": "git",
"url": "https://github.com/austin-smith/crapshack.net"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .ts,.astro",
"lint:fix": "eslint . --ext .ts,.astro --fix"
},
"dependencies": {
"@lucide/astro": "^0.574.0",
"astro": "^5.17.3",
"serve": "^14.2.5"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"astro-eslint-parser": "^1.3.0",
"eslint": "^10.0.0",
"eslint-plugin-astro": "^1.6.0",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}