-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.41 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
{
"name": "pasame-codigo",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"format": "prettier . --write",
"prebuild": "node scripts/indexnow.js",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/starlight": "^0.37.6",
"@astrojs/starlight-docsearch": "^0.6.1",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/vercel": "^9.0.4",
"@expressive-code/core": "^0.41.6",
"@expressive-code/plugin-collapsible-sections": "^0.41.6",
"@tailwindcss/vite": "^4.1.18",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"astro": "^5.17.1",
"astro-mermaid": "^1.3.1",
"dotenv": "^17.2.4",
"mermaid": "^11.12.2",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"starlight-heading-badges": "^0.6.1",
"starlight-links-validator": "^0.19.2",
"starlight-showcases": "^0.3.1",
"starlight-sidebar-topics": "^0.6.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"all-contributors-cli": "^6.26.1",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2"
}
}