-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "zephiris.me",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"predeploy": "pnpm build",
"deploy": "gh-pages -d ./build --nojekyll",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/node": "^22.19.15",
"@vite-pwa/sveltekit": "^1.1.0",
"eslint": "^10.0.3",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.2.6",
"sass": "^1.98.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vite-plugin-pwa": "^1.2.0",
"gh-pages": "^6.3.0"
},
"type": "module",
"dependencies": {
"@aninest/extensions": "^1.8.2",
"aninest": "^4.11.0"
}
}