-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "lipumute",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "~9.6.0",
"globals": "^15.8.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"ts-loader": "^9.5.1",
"typescript-eslint": "^7.16.0"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.3",
"@astrojs/sitemap": "^3.1.6",
"@iconify-json/mingcute": "^1.1.19",
"@kulupu-linku/sona": "^0.3.5",
"@types/chartjs-plugin-crosshair": "^1.1.4",
"astro": "^4.14.2",
"astro-compress": "^2.3.1",
"astro-icon": "^1.1.1",
"astro-robots-txt": "^1.0.0",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"date-fns": "^3.6.0",
"remark-toc": "^9.0.0",
"sql.js": "^1.10.3",
"sql.js-httpvfs": "^0.8.12",
"typescript": "^5.5.3"
}
}