-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.61 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
{
"name": "theonlytails.com",
"version": "0.0.1",
"private": true,
"author": {
"name": "TheOnlyTails",
"url": "https://theonlytails.com/",
"email": "[email protected]"
},
"repository": "theonlytails/theonlytails.com",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite build && vite preview",
"preview-nobuild": "vite preview",
"package": "svelte-kit package",
"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": {
"@fec/remark-a11y-emoji": "^4.0.2",
"@iconify/json": "^2.2.192",
"@sveltejs/adapter-cloudflare": "^4.2.0",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"autoprefixer": "^10.4.18",
"clsx": "^2.1.0",
"mdsvex": "^0.11.0",
"postcss": "^8.4.35",
"postcss-nesting": "^12.1.0",
"postcss-preset-env": "^9.5.1",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.12",
"rehype-external-links": "^3.0.0",
"rehype-slug": "6.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-hint": "^1.0.10",
"shiki": "^1.2.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"unplugin-icons": "^0.18.5",
"vite": "^5.1.6"
},
"type": "module",
"dependencies": {
"bits-ui": "^0.19.7"
}
}