-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
43
44
45
46
47
48
49
50
51
52
{
"name": "silicon",
"version": "2.0.0",
"private": true,
"type": "module",
"author": "Redfire",
"packageManager": "pnpm@9.12.0",
"scripts": {
"dev": "vite dev",
"dev:wasm": "wasm-pack build ./parser --dev",
"build": "vite build",
"build:wasm": "wasm-pack build ./parser",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"onedrive:sync": "pnpm -C onedrive sync"
},
"dependencies": {
"exceljs": "4.4.0",
"ssf": "0.11.2"
},
"devDependencies": {
"@poppanator/sveltekit-svg": "5.0.0",
"@redfire/drawio-export": "0.3.5",
"@rollup/pluginutils": "5.1.4",
"@sveltejs/adapter-static": "3.0.8",
"@sveltejs/enhanced-img": "0.4.4",
"@sveltejs/kit": "2.15.0",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@types/node": "22.10.2",
"mdsvex": "0.12.3",
"mdsvex-relative-images": "1.0.3",
"playwright-firefox": "1.49.1",
"rehype-autolink-headings": "7.1.0",
"rehype-slug-custom-id": "2.0.0",
"remark-gfm": "4.0.0",
"remark-grid-tables": "2.2.2",
"remark-toc": "9.0.0",
"sass": "1.83.0",
"svelte": "5.15.0",
"svelte-check": "4.1.1",
"svelte-preprocess": "6.0.3",
"svgo": "3.3.2",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vite": "6.0.5",
"vite-plugin-json5": "1.1.6",
"vite-plugin-wasm": "3.4.1",
"vite-plugin-wasm-pack": "0.1.12",
"wasm-pack": "0.13.1"
}
}