-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.08 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.08 KB
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
{
"name": "atpaste",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"lex": "tsx ../atcute-lex-cli-ex/src/index.ts generate -o src/lib/atproto/lexicon.ts lexicons/*.yml lexicons/zio-lexicons/**/*.json",
"publish": "wispctl deploy maxine.puppykitty.racing -p dist -s paste --spa"
},
"devDependencies": {
"@atcute/lex-cli": "^2.5.3",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/codeflask": "^1.4.6",
"@types/hast": "^3.0.4",
"@types/node": "^25.5.0",
"@types/prismjs": "^1.26.6",
"globals": "^17.4.0",
"rehype-parse": "^9.0.1",
"rehype-stringify": "^10.0.1",
"sass-embedded": "^1.98.0",
"svelte": "^5.54.0",
"svelte-check": "^4.4.5",
"typescript": "^5.9.3",
"unified": "^11.0.5",
"vite": "^8.0.1",
"vite-bundle-analyzer": "^1.3.6"
},
"dependencies": {
"@atcute/atproto": "^3.1.10",
"@atcute/cid": "2.4.1",
"@atcute/client": "^4.2.1",
"@atcute/identity-resolver": "^1.2.2",
"@atcute/lexicons": "^1.2.9",
"@atcute/oauth-browser-client": "^3.0.0",
"@atcute/tid": "^1.1.2",
"@atproto/syntax": "^0.4.3",
"@calumk/codecup": "^1.9.4",
"@noble/hashes": "^2.0.1",
"@picocss/pico": "^2.1.1",
"@typematter/svelte-hast": "^1.0.2",
"@typematter/svelte-unist": "^1.0.4",
"age-encryption": "^0.3.0",
"codeflask": "^1.4.1",
"fflate": "^0.8.2",
"file-type-mime": "^0.4.7",
"hast-util-to-html": "^9.0.5",
"highlight.js": "^11.11.1",
"kitty-agent": "^13.0.1",
"lowlight": "^3.3.0",
"rehype": "^13.0.2",
"rehype-expressive-code": "^0.41.7",
"rehype-highlight": "^7.0.2",
"rehype-sanitize": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"svelte-file-dropzone": "^2.0.9",
"uint8arrays": "^5.1.0"
},
"packageManager": "pnpm@10.32.1"
}