-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.36 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.36 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "tex0l-github-io-astro",
"type": "module",
"version": "0.0.4",
"scripts": {
"prelint": "rm -rf dist .astro && astro sync",
"lint": "eslint . --ext .js,.ts,.cjs,.mjs,.astro,.jsx,.tsx && astro check",
"prestart": "[ -f .env.local ] && node --env-file=.env.local scripts/encrypt.js || node scripts/encrypt.js",
"dev": "astro dev",
"start": "astro dev",
"prebuild": "[ -f .env.local ] && node --env-file=.env.local scripts/encrypt.js || node scripts/encrypt.js",
"test": "node --test 'test/**/*.test.js'",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.8",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/vue": "^5.1.0",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/roboto": "^5.2.6",
"@iconify-json/carbon": "^1.2.11",
"@iconify-json/emojione": "^1.2.1",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/noto": "^1.2.3",
"@iconify-json/octicon": "^1.2.8",
"@iconify/vue": "^5.0.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
"@tex0l/ctrk-astro": "0.1.0",
"@tex0l/encrypted-card": "^0.1.5",
"alpinejs": "^3.14.9",
"astro": "^5.13.5",
"astro-auto-import": "^0.4.4",
"astro-icon": "^1.1.5",
"astro-mermaid": "^1.3.0",
"astro-og-canvas": "^0.10.0",
"chart.js": "^4.5.1",
"leaflet": "^1.9.4",
"luxon": "^3.4.4",
"mdast-util-mdx-jsx": "^3.0.0",
"mermaid": "^11.12.2",
"react": "^19.2.3",
"remark-directive": "^4.0.0",
"remark-html": "^16.0.1",
"remark-mdx": "^3.1.0",
"tailwindcss": "^4.1.12",
"unified": "^11.0.4",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vue": "^3.4.15"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@eslint/js": "^9.39.2",
"@types/alpinejs": "^3.13.6",
"@types/luxon": "^3.4.2",
"@types/mdast": "^4.0.3",
"@types/react": "^19.2.8",
"@types/sanitize-html": "^2.11.0",
"eslint": "^9.31.0",
"eslint-plugin-astro": "^1.3.1",
"globals": "^17.0.0",
"sanitize-html": "^2.17.0",
"satori": "^0.18.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.53.0",
"vite-plugin-arraybuffer": "^0.1.0"
}
}