forked from urania-dev/snapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.01 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
{
"name": "snapp",
"version": "0.8.6.5",
"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.5.27",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"@types/eslint": "^9.6.1",
"@types/nodemailer": "^6.4.15",
"@types/papaparse": "^5.3.14",
"@types/qrcode": "^1.5.5",
"@types/swagger-ui": "^3.52.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.0",
"globals": "^15.9.0",
"lucia": "^3.2.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "5.18.0",
"shiki": "^1.17.7",
"svelte": "5.0.0-next.210",
"svelte-check": "^4.0.2",
"sveltekit-search-params": "^2.1.2",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6"
},
"type": "module",
"dependencies": {
"@amcharts/amcharts5": "^5.10.5",
"@internationalized/date": "^3.5.5",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@node-rs/argon2": "^1.8.3",
"@prisma/client": "5.18.0",
"@sveltejs/adapter-node": "^5.2.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/ua-parser-js": "^0.7.39",
"chart.js": "^4.4.4",
"clsx": "^2.1.1",
"country-to-iso": "^1.3.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"maxmind": "^4.3.21",
"nodemailer": "^6.9.15",
"oslo": "^1.2.1",
"papaparse": "^5.4.1",
"qrcode": "^1.5.4",
"svelte-i18n": "^4.0.0",
"svelte-sonner": "^0.3.28",
"swagger-ui": "^5.17.14",
"tailwind-merge": "^2.5.2",
"ua-parser-js": "^1.0.39"
}
}