-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.66 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
{
"name": "@hawk-hhg/hawki-2",
"private": true,
"type": "module",
"scripts": {
"dev": "npm install && vite",
"build": "vite build",
"prettier": "prettier \"{resources,public,.github,_docker-production,_documentation.build}/**/*.{js,ts,svelte,css,yml,yaml,json}\" --write",
"test": "echo \"Heads up: no test specified\" && exit 0",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.json"
},
"devDependencies": {
"@antv/infographic": "^0.2.19",
"@csstools/postcss-global-data": "^4.0.0",
"@hugeicons/core-free-icons": "^4.2.2",
"@hugeicons/svelte": "^1.1.4",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tsconfig/svelte": "^5.0.8",
"@types/node": "^26.1.0",
"bits-ui": "^2.18.1",
"class-variance-authority": "^0.7.1",
"cropperjs": "^2.1.1",
"docx": "^9.7.1",
"docx-preview": "^0.3.7",
"esbuild": "^0.28.1",
"jsona": "^1.14.0",
"jspdf": "^4.2.1",
"katex": "^0.17.0",
"laravel-echo": "^2.3.7",
"laravel-vite-plugin": "^3.1.0",
"markstream-svelte": "^0.0.1",
"mermaid": "^11.16.0",
"monaco-editor": "^0.55.1",
"pdfjs-dist": "^5.6.205",
"postcss-custom-media": "^12.0.1",
"prettier": "^3.9.4",
"pusher-js": "^8.5.0",
"shadcn-svelte": "^1.2.7",
"stream-monaco": "^0.0.45",
"svelte": "^5.56.4",
"svelte-check": "^4.7.1",
"typescript": "~6.0.3",
"vite": "^8.1.3",
"zod": "^4.4.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.62.2"
}
}