-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.37 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.37 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
{
"name": "mochive",
"version": "0.0.1",
"description": "Full-stack mochive",
"private": true,
"scripts": {
"dev": "vite dev --port 3000 --host --open",
"build": "vite build",
"preview": "vite preview --port 3006 --host --open",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"start": "node ./build",
"podman:build": "podman build --tag mochive --file Containerfile",
"podman:start": "podman run --rm --name mochive.com --publish 3006:3000 mochive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mochive/mochive.com.git"
},
"author": "H2Owater425 <h2o@dhmo.kr>",
"bugs": {
"url": "https://github.com/mochive/mochive.com/issues"
},
"homepage": "https://github.com/mochive/mochive.com#readme",
"devDependencies": {
"@elastic/elasticsearch": "^8.13.1",
"@poppanator/sveltekit-svg": "^5.0.1",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.20.8",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/node": "^20.12.11",
"@types/pg": "^8.11.6",
"kysely": "^0.27.3",
"pg": "^8.11.5",
"pretendard": "^1.3.9",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tslib": "^2.6.2",
"typescript": "^5.5.0",
"vite": "^6.3.5"
},
"type": "module"
}