-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.83 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.83 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "rileyy.dev",
"version": "1.0.0",
"private": true,
"scripts": {
"dev:netlify": "netlify dev",
"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": {
"@eslint/compat": "^2.0.4",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^1.7.0",
"@shikijs/rehype": "^4.0.2",
"@shikijs/twoslash": "^4.0.2",
"@sveltejs/adapter-netlify": "^6.0.4",
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^25.5.2",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"autoprefixer": "^10.4.27",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.17.0",
"globals": "^17.4.0",
"mdsvex": "^0.12.7",
"netlify-cli": "^24.10.0",
"postcss": "^8.5.8",
"postcss-load-config": "^6.0.1",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sass": "^1.99.0",
"shiki": "^4.0.2",
"svelte": "^5.55.1",
"svelte-check": "^4.4.6",
"svelte-preprocess": "^6.0.3",
"svelte-preprocess-import-assets": "^1.1.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.2",
"tslib": "^2.8.1",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vaul-svelte": "1.0.0-next.7",
"vite": "^8.0.7"
},
"type": "module",
"dependencies": {
"@babeard/svelte-heroicons": "2.0.3",
"@ethercorps/sveltekit-og": "^4.2.1",
"@netlify/blobs": "^10.7.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"bits-ui": "^2.17.2",
"clsx": "^2.1.1",
"css-tree": "^3.2.1",
"install": "^0.13.0",
"mdsvex-enhanced-images": "github:rileyallyn/mdsvex-enhanced-images#aaa4dd4e6595fff47890f6fbcf2c485099b0ecb6",
"mini-svg-data-uri": "^1.4.4",
"mode-watcher": "^1.1.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"reading-time-estimator": "^2.4.0",
"rehype-unwrap-images": "github:rileyallyn/rehype-unwrap-images",
"schema-dts": "^2.0.0",
"svelte-awesome": "^3.3.5",
"svelte-motion": "^0.12.2",
"tailwind-merge": "^3.5.0",
"xmlbuilder2": "^4.0.3"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"netlify-cli",
"sharp",
"svelte-preprocess",
"unix-dgram"
]
}
}