-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.04 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": "mashedkeyboard-site",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "vite dev",
"dev-host": "vite dev --host",
"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",
"test": "playwright test",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"@fec/remark-a11y-emoji": "^3.1.0",
"@playwright/test": "1.25.0",
"@sveltejs/adapter-cloudflare": "^4.5.0",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^3.0.0",
"@types/mdast": "^4.0.0",
"@types/node": "^20.8.9",
"@types/sanitize-html": "^2",
"directory-tree": "^3.5.1",
"esbuild": "^0.19.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.45.1",
"gray-matter": "^4.0.3",
"just-camel-case": "^6.2.0",
"mdast-util-to-string": "^4.0.0",
"mdsvex": "^0.12.0",
"miniflare": "^3.20230904.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"sass": "^1.56.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.0",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vite": "^5.4.4",
"vite-imagetools": "^7.0.4",
"wrangler": "^3.28.4"
},
"type": "module",
"dependencies": {
"@fontsource/cabin": "^4.5.9",
"@fontsource/signika-negative": "^4.5.11",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"entities": "^4.5.0",
"microformats-parser": "^1.5.2",
"normalize.css": "^8.0.1",
"open-graph-scraper": "^6.3.2",
"sanitize-html": "^2.11.0",
"ts-import": "^5.0.0-beta.0",
"tsl-mastodon-api": "^0.4.1"
},
"packageManager": "yarn@4.6.0"
}