-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.49 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": "kyleschwartz.ca-ssr",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --host",
"build": "dnf install -y nss mesa-libgbm && playwright install chromium && pnpm pdf && vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"pdf": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.0.1",
"@steeze-ui/heroicons": "^2.2.3",
"@steeze-ui/svelte-icon": "^1.5.0",
"@sveltejs/adapter-vercel": "^5.4.5",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.15.11",
"autoprefixer": "^10.4.14",
"cssnano": "^5.1.15",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.5.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-run": "^0.6.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@vercel/analytics": "^1.3.1",
"daisyui": "^2.51.5",
"date-fns": "^2.29.3",
"tailwindcss": "^3.3.1"
},
"type": "module",
"optionalDependencies": {
"@playwright/test": "^1.48.0"
},
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
}