-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "eddy-blog",
"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",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
},
"devDependencies": {
"@histoire/plugin-svelte": "^0.17.14",
"@svelte-put/copy": "^3.0.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tinacms/cli": "^1.5.40",
"@types/node": "^20.11.25",
"@zeabur/svelte-adapter": "^1.0.0",
"dateformat": "^5.0.3",
"fs-extra": "^11.1.1",
"gray-matter": "^4.0.3",
"histoire": "^0.17.14",
"image-transmutation": "^0.1.3",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"reading-time": "^1.5.0",
"sass": "^1.57.1",
"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"
}
}