forked from swyxio/swyxdotio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "^4.5.10",
"@histoire/plugin-svelte": "^0.12.4",
"@playwright/test": "^1.30.0",
"@svelte-put/toc": "^2.1.0",
"@sveltejs/adapter-auto": "^1.0.2",
"@sveltejs/adapter-netlify": "^1.0.5",
"@sveltejs/kit": "1.3.2",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"gray-matter": "^4.0.3",
"histoire": "^0.12.4",
"mdsvex": "^0.10.6",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"prettier": "~2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.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.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-sectionize": "^1.1.1",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"rss": "^1.2.2",
"slugify": "^1.6.5",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tailwindcss": "^3.2.4",
"tslib": "^2.5.0",
"typescript": "^4.9.4",
"unified": "^10.1.2",
"vfile": "^5.3.6",
"vfile-reporter": "^7.0.4",
"vite": "^4.0.4",
"yaml": "^2.2.1"
},
"engines": {
"node": ">=16.14"
},
"type": "module",
"dependencies": {
"@leeoniya/ufuzzy": "^1.0.1",
"date-fns": "^2.29.3",
"parse-link-header": "^2.0.0",
"prism-themes": "^1.9.0",
"remark": "^14.0.2",
"shiki": "^0.13.0",
"snarkdown": "^2.0.0",
"svelte-action-balancer": "^1.0.4",
"sveltekit-search-params": "^1.0.3"
}
}