-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.12 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.12 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "beam-community-website",
"version": "1.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:strict": "eslint --max-warnings=0 ."
},
"dependencies": {
"@astrojs/mdx": "^5.0.4",
"@fontsource/inter": "^5.1.1",
"astro": "^6.1.9",
"astro-icon": "^1.1.5"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@iconify-json/lucide": "^1.2.34",
"@iconify-json/simple-icons": "^1.2.30",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.0.0",
"eslint": "^9.22.0",
"eslint-plugin-astro": "^1.3.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.3.3",
"typescript-eslint": "^8.26.1"
},
"packageManager": "pnpm@10.6.3",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
],
"overrides": {
"@eslint/plugin-kit": ">=0.3.4",
"flatted": "^3.4.2",
"tar": "^7.5.11",
"undici": "^7.24.0",
"brace-expansion@^2": "^2.0.3",
"defu": "^6.1.5",
"minimatch@^3": "^3.1.3",
"minimatch@^9": "^9.0.7",
"ajv@^6": "^6.14.0"
}
}
}