-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "rustlings-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome lint .",
"format": "biome format . --write",
"check": "biome check . --write",
"prepare": "lefthook install"
},
"dependencies": {
"@astrojs/mdx": "^4.3.8",
"@codemirror/autocomplete": "^6.19.1",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.6",
"@fontsource/poppins": "^5.2.7",
"@lezer/highlight": "^1.2.2",
"@lezer/rust": "^1.0.2",
"@microsoft/clarity": "^1.0.2",
"@tailwindcss/vite": "^4.1.16",
"astro": "^5.15.0",
"codemirror": "^6.0.2",
"nanostores": "^1.0.1",
"rehype-github-alerts": "4.2.0",
"tailwindcss": "^4.1.16"
},
"devDependencies": {
"@biomejs/biome": "2.3.2",
"@iconify/json": "^2.2.405",
"@tailwindcss/typography": "^0.5.19",
"lefthook": "^2.0.0",
"unplugin-icons": "^22.5.0"
}
}