-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@cabalex/platinum-extract": "file:./dist",
"@oneidentity/zstd-js": "^1.0.3",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"encoding-japanese": "^2.0.0",
"jszip": "^3.10.1",
"ooz-wasm": "^1.0.1",
"svelte-ace": "^1.0.21",
"svelte-material-icons": "^2.0.4",
"twgl.js": "^5.3.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.2.2",
"vite-plugin-top-level-await": "^1.2.1",
"vite-plugin-wasm": "^3.1.0",
"vite-plugin-wasm-pack": "^0.1.12"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}