-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"name": "lipumute",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "rm -rf ./dist && astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"astro-content-viewer": "^0.1.2",
"eslint": "~9.6.0",
"globals": "^15.15.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^7.18.0"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/compiler-rs": "^0.1.6",
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "^8.0.4",
"@iconify-json/fa-brands": "^1.2.2",
"@iconify-json/mingcute": "^1.2.7",
"@kulupu-linku/sona": "^0.3.7",
"@playform/compress": "^0.2.2",
"@playform/inline": "^0.1.4",
"@types/chartjs-plugin-crosshair": "^1.1.6",
"astro": "^6.1.3",
"astro-icon": "^1.1.5",
"astro-purgecss": "^6.0.1",
"astro-robots-txt": "^1.0.0",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.1.0",
"date-fns": "^3.6.0",
"dom-to-image-more": "^3.7.2",
"remark-toc": "^9.0.0",
"sql.js": "^1.14.1",
"sql.js-httpvfs": "^0.8.12",
"svelte": "^5.55.2",
"typescript": "^5.9.3"
}
}