-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"name": "niimblue",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev-check": "yarn sv-check && yarn dev-open",
"dev": "vite --force",
"dev-open": "vite --force --open",
"build": "vite build",
"build-rel": "vite build --base=./",
"preview": "vite preview",
"sv-check": "svelte-check --tsconfig ./tsconfig.json",
"gen-mdi-list": "node gen-mdi-list.mjs > src/mdi_icons.ts",
"lint": "eslint ."
},
"dependencies": {
"@byteowls/capacitor-filesharer": "^6.0.0",
"@capacitor/core": "^6.1.2",
"@fontsource-variable/noto-sans": "^5.0.5",
"@mmote/niimbluelib": "0.0.1-alpha.22",
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.3",
"d3-dsv": "^3.0.1",
"dayjs": "^1.11.13",
"fabric": "^6.5.1",
"material-icons": "^1.13.12",
"qrcode-svg": "^1.1.0",
"toastify-js": "^1.12.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/bootstrap": "^5.2.10",
"@types/d3-dsv": "^3.0.7",
"@types/node": "^20.14.8",
"@types/qrcode-svg": "^1.1.5",
"@types/toastify-js": "^1.12.3",
"sass": "^1.77.5",
"svelte": "^4.2.19",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.2.2",
"vite": "5.4.8"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"resolutions": {
"fabric/canvas": "npm:uninstall"
}
}