-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
40 lines (40 loc) · 992 Bytes
/
package-lock.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
35
36
37
38
39
40
{
"name": "lockd",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node build/index.js",
"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"
},
"prisma": {
"seed": "node prisma/seed.js"
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^20.1.7",
"autoprefixer": "^10.4.13",
"daisyui": "^3.1.6",
"humanize-duration": "^3.31.0",
"postcss": "^8.4.20",
"prisma": "^5.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.0.2",
"tailwindcss": "^3.3.2",
"tom-select": "^2.2.2",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^5.0.4",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@prisma/client": "^5.0.0"
}
}