-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 842 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 842 Bytes
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
{
"name": "jsonquery-website",
"version": "1.0.0",
"description": "The website of JSON Query, a lightweight, flexible, and expandable JSON query language",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome check",
"format": "biome check --write"
},
"dependencies": {
"@astrojs/markdown-remark": "6.3.9",
"@astrojs/svelte": "7.2.2",
"@fortawesome/free-brands-svg-icons": "7.1.0",
"@fortawesome/free-solid-svg-icons": "7.1.0",
"@jsonquerylang/jsonquery": "5.1.1",
"astro": "5.16.4",
"fracturedjsonjs": "4.1.1",
"rehype-autolink-headings": "7.1.0",
"svelte": "5.45.8",
"svelte-fa": "4.0.4"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"typescript": "5.9.3"
}
}