-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "agreeable-atmosphere",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate": "tsx scripts/generate.ts",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.34.0",
"@astrojs/starlight-tailwind": "^4.0.1",
"@hpcc-js/wasm": "^2.22.1",
"@tailwindcss/vite": "^4.1.4",
"astro": "^5.7.3",
"jsonpath": "^1.1.1",
"marked": "^14.1.2",
"mermaid": "^11.12.3",
"rehype-graphviz": "^0.3.0",
"sharp": "^0.32.5",
"starlight-blog": "^0.24.0",
"tailwindcss": "^4.1.4",
"unist-util-visit": "^5.1.0",
"vite-plugin-radar": "^0.9.6"
},
"devDependencies": {
"@jest/globals": "^30.2.0",
"@types/jest": "^30.0.0",
"glob": "^11.0.0",
"jest": "^30.2.0",
"js-yaml": "^4.1.0",
"nunjucks": "^3.2.4",
"prettier": "^3.6.2",
"ts-jest": "^29.4.5",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
}
}