-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.06 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
{
"name": "matt-fantinel-website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"vite dev --host\"",
"build": "tinacms build && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview",
"optimize-images": "image-transmutation --run --sourceFolder '.vercel/output/static/images' --targetFolder '.vercel/output/static/optimized-images' --inputFormats 'jpg' --inputFormats 'jpeg' --inputFormats 'png' --outputFormats 'png' --outputFormats 'webp' --outputFormats 'avif'",
"postbuild": "npm run optimize-images && svelte-sitemap --out-dir .vercel/output/static --domain https://rsinfo.vercel.app"
},
"devDependencies": {
"@histoire/plugin-svelte": "^0.17.14",
"@resvg/resvg-js": "^2.6.2",
"@svelte-put/copy": "^3.0.0",
"@sveltejs/adapter-vercel": "^5.3.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tinacms/cli": "^1.5.40",
"@types/node": "^20.11.25",
"dateformat": "^5.0.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.33.2",
"fs-extra": "^11.1.1",
"gray-matter": "^4.0.3",
"histoire": "^0.17.14",
"image-transmutation": "^0.1.3",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"reading-time": "^1.5.0",
"sass": "^1.57.1",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"striptags": "^3.2.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-markdown": "^0.4.0",
"svelte-sitemap": "^2.5.4",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-prismjs": "^0.0.8"
},
"type": "module",
"dependencies": {
"@fontsource/ubuntu-mono": "^4.5.11",
"svelte-toc": "^0.5.6",
"tinacms": "^1.5.29"
}
}