-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 KB
/
package.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
41
42
43
44
45
{
"name": "unesco-szavazas",
"version": "0.0.1",
"private": true,
"scripts": {
"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",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.1.13",
"@iconify-json/fa6-solid": "^1.1.15",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.4",
"@types/jsonwebtoken": "^9.0.5",
"autoprefixer": "^10.4.16",
"flowbite": "^1.8.1",
"flowbite-svelte": "^0.28.11",
"jsonwebtoken": "^9.0.2",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.2",
"postcss-nesting": "^10.2.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"prisma": "^5.6.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-french-toast": "^1.2.0",
"tailwindcss": "^3.3.5",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"unplugin-icons": "^0.14.15",
"vite": "^4.5.5",
"zod": "^3.22.4"
},
"type": "module",
"dependencies": {
"@prisma/client": "5.6.0"
}
}