forked from swyxio/swyxkit
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.87 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
{
"name": "swyxkit",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@svelterun/adapter-auto": "next",
"@sveltejs/kit": "^1.0.0-next.260",
"@tailwindcss/typography": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.1",
"dotenv": "^16.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.1",
"gray-matter": "^4.0.3",
"mdsvex": "^0.9.8",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.0",
"prettier": "~2.2.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"rehype-autolink-headings": "^6.1.1",
"rehype-format": "^3.1.0",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^8.0.0",
"remark-abbr": "^1.4.1",
"remark-autolink-headings": "^6.1.0",
"remark-frontmatter": "^3.0.0",
"remark-github": "^11.2.2",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-sectionize": "^1.1.1",
"remark-slug": "^6.1.0",
"remark-toc": "^7.2.0",
"rss": "^1.2.2",
"svelte": "^3.44.3",
"svelte-check": "^2.2.11",
"svelte-preprocess": "^4.10.1",
"tailwindcss": "^3.0.8",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"unified": "^9.2.2",
"vfile": "^5.2.0",
"vfile-reporter": "^7.0.3"
},
"engines": {
"node": ">=14.17"
},
"type": "module",
"dependencies": {
"date-fns": "^2.28.0",
"node-fetch": "^2.6.6",
"parse-link-header": "^2.0.0",
"prism-themes": "^1.9.0",
"shiki": "^0.10.0",
"slugify": "^1.6.5",
"snarkdown": "^2.0.0"
}
}