-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
79 lines (79 loc) · 2.27 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "snapp",
"version": "0.8.8",
"author": {
"name": "Urania",
"email": "[email protected]",
"url": "https://github.com/urania-dev/snapp"
},
"license": "MIT",
"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 --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@types/eslint": "^9.6.1",
"@types/nodemailer": "^6.4.17",
"@types/papaparse": "^5.3.15",
"@types/qrcode": "^1.5.5",
"@types/swagger-ui": "^3.52.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"lucia": "^3.2.2",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"shiki": "^1.24.4",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"sveltekit-search-params": "4.0.0-next.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^5.4.11"
},
"type": "module",
"dependencies": {
"@amcharts/amcharts5": "^5.10.9",
"@internationalized/date": "^3.6.0",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@node-rs/argon2": "^2.0.2",
"@oslojs/oauth2": "^0.5.0",
"@oslojs/otp": "^1.1.0",
"@prisma/client": "6.1.0",
"@sveltejs/adapter-node": "^5.2.11",
"@types/jsonwebtoken": "^9.0.7",
"@types/ua-parser-js": "^0.7.39",
"arctic": "^2.3.3",
"chart.js": "^4.4.7",
"clsx": "^2.1.1",
"country-to-iso": "^1.5.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"jsonwebtoken": "^9.0.2",
"maxmind": "^4.3.23",
"nodemailer": "^6.9.16",
"openid-client": "^6.1.7",
"oslo": "^1.2.1",
"papaparse": "^5.4.1",
"prisma": "^6.1.0",
"qrcode": "^1.5.4",
"svelte-i18n": "^4.0.1",
"svelte-sonner": "^0.3.28",
"swagger-ui": "^5.18.2",
"tailwind-merge": "^2.5.5",
"ua-parser-js": "^2.0.0",
"uqr": "^0.1.2"
}
}