-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
46
47
48
49
50
{
"name": "backlog-fiuo",
"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": "eslint ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "4.0.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "2.17.2",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tailwindcss/vite": "^4.0.8",
"@types/bcrypt": "^5.0.2",
"@types/eslint": "9.6.1",
"@types/jsdom": "21.1.7",
"@types/jsonwebtoken": "^9.0.9",
"autoprefixer": "^10.4.20",
"eslint": "9.21.0",
"eslint-plugin-svelte": "2.46.1",
"flowbite": "3.1.2",
"flowbite-svelte": "0.48.4",
"flowbite-svelte-icons": "2.0.2",
"globals": "16.0.0",
"postcss": "^8.5.3",
"postcss-load-config": "^6.0.1",
"svelte": "5.20.4",
"svelte-check": "4.1.4",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
"typescript": "5.7.3",
"typescript-eslint": "8.25.0",
"vite": "6.1.1"
},
"type": "module",
"dependencies": {
"bcrypt": "^5.1.1",
"dotenv": "^16.4.7",
"got": "14.4.6",
"jsdom": "26.0.0",
"jsonwebtoken": "^9.0.2",
"puppeteer": "^24.3.0",
"sqlite3": "5.1.7"
}
}