-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
87 lines (87 loc) · 2.63 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
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
{
"name": "swyxkit",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "vite dev",
"dev": "concurrently --names \"APP,HISTOIRE\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run start\" \"npm run story:dev\"",
"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",
"test": "playwright test",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. .",
"copydatafiles": "cp podcasts.yml .netlify/podcasts.yml && cp talks.yml .netlify/talks.yml"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.8",
"@histoire/plugin-svelte": "^0.16.3",
"@playwright/test": "^1.37.0",
"@svelte-put/toc": "^4.0.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-netlify": "^2.0.8",
"@sveltejs/kit": "1.22.5",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"gray-matter": "^4.0.3",
"histoire": "^0.16.2",
"mdsvex": "^0.11.0",
"postcss": "^8.4.27",
"postcss-load-config": "^4.0.1",
"prettier": "~3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-format": "^4.0.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark-abbr": "^1.4.1",
"remark-autolink-headings": "^7.0.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-sectionize": "^2.0.0",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"rss": "^1.2.2",
"slugify": "^1.6.6",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"unified": "^10.1.2",
"vfile": "^6.0.1",
"vfile-reporter": "^8.0.0",
"vite": "^4.4.9",
"yaml": "^2.3.1"
},
"engines": {
"node": ">=16.14"
},
"type": "module",
"dependencies": {
"@leeoniya/ufuzzy": "^1.0.8",
"date-fns": "^2.30.0",
"parse-link-header": "^2.0.0",
"prism-themes": "^1.9.0",
"remark": "^14.0.3",
"shiki": "^0.14.3",
"snarkdown": "^2.0.0",
"svelte-action-balancer": "^1.0.4",
"sveltekit-search-params": "^1.0.14"
}
}