-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.64 KB
/
package.json
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
76
77
78
79
80
81
82
83
84
{
"name": "@perkedel/perkedel-astro",
"version": "2024.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"sync": "astro sync",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"tauri": "tauri"
},
"devDependencies": {
"@netlify/plugin-sitemap": "^0.8.1",
"@rollup/plugin-yaml": "^4.1.2",
"@tauri-apps/cli": "^1.2.0",
"astro": "^4.15.12",
"astro-remote": "^0.2.4",
"astro-robots-txt": "^0.5.0",
"astroid": "^0.0.1",
"prettier-plugin-astro": "^0.11.0",
"typescript": "^5.3.2"
},
"dependencies": {
"@astro-github-elements/time": "^0.1.4",
"@astrojs/check": "^0.9.4",
"@astrojs/markdoc": "^0.11.5",
"@astrojs/mdx": "^3.1.7",
"@astrojs/partytown": "^2.1.2",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@astropub/flow": "^0.3.6",
"@github/relative-time-element": "^4.2.0",
"@nanostores/preact": "^0.5.0",
"@netlify/functions": "^1.6.0",
"@tauri-apps/api": "^1.2.0",
"@types/node": "^14.18.38",
"@vidstack/player": "^1.6.4",
"@wbmnky/license-report-generator": "^2.1.3",
"asciinema-player": "^3.0.1",
"astro-diagram": "^0.6.1",
"astro-div": "^0.0.1",
"astro-emoji": "^1.1.0",
"astro-geo-map": "^2.0.0",
"astro-github": "^0.0.2",
"astro-github-stats": "^0.7.0",
"astro-icon": "^0.8.2",
"astro-licenses-report": "^0.8.3",
"astro-navbar": "^1.1.5",
"astro-seo": "^0.7.5",
"astro-tabs": "^0.1.7",
"astro-terminal-player": "^0.1.2",
"astro-webmanifest": "^0.4.3",
"axios": "^1.3.4",
"blazy": "^1.8.2",
"cheerio": "^1.0.0-rc.12",
"colorjs.io": "^0.4.0",
"dom-parser": "^0.1.6",
"focus-visible": "^5.2.0",
"hello-astro": "^1.3.0",
"html-midi-player": "^1.5.0",
"htmx.org": "^1.9.4",
"ie-polyfill": "^1.0.2",
"jquery": "^3.6.1",
"leaflet": "^1.9.3",
"lit": "^2.8.0",
"mailtoui": "^1.0.3",
"marked": "^7.0.2",
"mdast-util-to-string": "^4.0.0",
"mermaid": "^10.3.1",
"nanostores": "^0.9.3",
"netlify-cli": "^16.0.2",
"node-fetch": "^3.3.2",
"nouislider": "^15.6.1",
"reading-time": "^1.5.0",
"sharp": "^0.31.1",
"swear-shield": "^1.0.4",
"tauri": "^0.15.0",
"tingle.js": "^0.16.0",
"toastify-js": "^1.12.0"
}
}