-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.4 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
{
"name": "nirjan-dev-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test:e2e": "playwright test",
"test:e2e-ui": "playwright test --ui",
"test:perf": "unlighthouse --site http://localhost:4321"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/nunito": "^5.0.19",
"@rehype-pretty/transformers": "^0.13.2",
"astro": "^4.10.2",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.4",
"astro-seo-schema": "^4.0.2",
"headroom.js": "^0.12.0",
"markdown-it": "^14.1.0",
"rehype-pretty-code": "^0.13.2",
"sanitize-html": "^2.13.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.1",
"@iconify-json/line-md": "^1.2.13",
"@iconify-json/mdi": "^1.1.67",
"@playwright/test": "^1.44.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/headroom.js": "^0.12.4",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.14.2",
"@types/sanitize-html": "^2.11.0",
"unlighthouse": "^0.13.2"
}
}