-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 908 Bytes
/
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
{
"name": "dlsite-manager",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0-beta.13"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0",
"@sveltejs/kit": "^1.27",
"@tauri-apps/cli": "^2.0.0-beta.20",
"@types/lodash": "^4.14",
"autoprefixer": "^10.4",
"lodash": "^4.17.21",
"postcss": "^8.4",
"rollup-plugin-visualizer": "^5.9",
"svelte": "^4.2",
"svelte-check": "^3.5",
"svelte-preprocess": "^5.0",
"tailwindcss": "^3.3",
"tslib": "^2.6",
"typescript": "^4.8.4",
"vite": "^4.5"
}
}