-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "featured-search-sveltekit",
"version": "2.0.36",
"private": true,
"scripts": {
"dev": "vite dev --host 0.0.0.0 --port 80",
"build": "vite build",
"preview": "vite preview",
"buildCron": "tsc --project ./tsconfig.cron.json",
"cron": "node src/cron.js",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"vite": "vite --help"
},
"dependencies": {
"@dosgato/dialog": "^1.1.9",
"@fontsource/roboto": "^5.1.1",
"@txstate-mws/svelte-store": "^1.0.8",
"axios": "^1.7.9",
"cron": "^3.5.0",
"jose": "^5.9.6",
"libphonenumber-js": "^1.11.19",
"luxon": "^3.5.0",
"mongoose": "^8.10.0",
"mysql2-async": "^2.0.1",
"txstate-utils": "^1.9.16"
},
"devDependencies": {
"@iconify/icons-mdi": "^1.2.48",
"@playwright/test": "^1.50.1",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.30.4",
"@txstate-mws/svelte-components": "^1.5.12",
"@txstate-mws/svelte-forms": "^1.3.17",
"@types/luxon": "^3.4.2",
"@types/node": "^22.13.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-svelte": "^2.46.1",
"sass": "^1.84.0",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "^4.5.9"
},
"type": "module"
}