forked from blaiyz/neosoft-zebar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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": "neosoft",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "node scripts/dev_build.js",
"build": "node scripts/build.js",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@lucide/svelte": "^0.541.0",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.31.1",
"@sveltejs/vite-plugin-svelte": "^6.1.2",
"@tabler/icons-svelte": "^3.34.1",
"@tauri-apps/api": "^2.7.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.11.0",
"fs-extra": "^11.3.1",
"globals": "^16.3.0",
"json5": "^2.2.3",
"jsonschema": "^1.5.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.38.6",
"svelte-check": "^4.3.1",
"svelte-range-slider-pips": "https://github.com/blaiyz/svelte-range-slider-pips/tarball/main",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2",
"typescript-eslint": "^8.41.0",
"vite": "^7.1.3"
},
"type": "module",
"dependencies": {
"glazewm": "^1.7.0",
"pnpm": "^10.19.0",
"zebar": "^3.1.1"
}
}