-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
85 lines (85 loc) · 2.53 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
{
"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=. ."
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.8",
"@histoire/plugin-svelte": "^0.17.6",
"@playwright/test": "^1.40.1",
"@svelte-put/toc": "^4.0.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-netlify": "^2.0.8",
"@sveltejs/kit": "1.27.6",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"gray-matter": "^4.0.3",
"histoire": "^0.17.6",
"mdsvex": "^0.11.0",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.2",
"prettier": "~3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-format": "^5.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-abbr": "^1.4.1",
"remark-autolink-headings": "^7.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-sectionize": "^2.0.0",
"remark-slug": "^7.0.1",
"remark-stringify": "^11.0.0",
"remark-toc": "^9.0.0",
"rss": "^1.2.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.1",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"unified": "^11.0.4",
"vfile": "^6.0.1",
"vfile-reporter": "^8.1.0",
"vite": "^5.0.3"
},
"engines": {
"node": ">=16.14"
},
"type": "module",
"dependencies": {
"@leeoniya/ufuzzy": "^1.0.11",
"date-fns": "^2.30.0",
"parse-link-header": "^2.0.0",
"prism-themes": "^1.9.0",
"remark": "^15.0.1",
"shiki": "^0.14.5",
"snarkdown": "^2.0.0",
"svelte-action-balancer": "^1.0.4",
"sveltekit-search-params": "^1.0.15"
}
}