-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 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
{
"name": "imhere",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --port 4000 --host",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"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 .",
"deploy": "bun run build && rsync -az --delete --stats build/ th@5.78.102.95:/var/www/imhere/"
},
"devDependencies": {
"@playwright/test": "^1.25.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/bad-words": "^3.0.1",
"@types/gtag.js": "^0.0.11",
"@types/uuid": "^8.3.4",
"bad-words": "^3.0.4",
"ioredis": "^5.10.1",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^5.0.0",
"svelte-adapter-bun": "^1.0.1",
"svelte-check": "^4.0.0",
"tslib": "^2.3.1",
"typescript": "^5.0.0",
"uuid": "^8.3.2",
"vite": "^5.0.0"
},
"type": "module"
}