-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.72 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
{
"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"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/codeflask": "^1.4.6",
"@types/node": "^22.10.5",
"@types/prismjs": "^1.26.5",
"globals": "^15.0.0",
"sass-embedded": "^1.83.1",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^5.4.11"
},
"dependencies": {
"@atcute/client": "^2.0.6",
"@atcute/oauth-browser-client": "^1.0.9",
"@atcute/tid": "^1.0.2",
"@atproto/syntax": "^0.3.1",
"@calumk/codecup": "^1.9.4",
"@noble/hashes": "^1.7.0",
"@picocss/pico": "^2.0.6",
"age-encryption": "^0.2.0",
"codeflask": "^1.4.1",
"fflate": "^0.8.2",
"file-type-mime": "^0.4.5",
"kitty-agent": "^8.5.1",
"monaco-editor": "^0.52.2",
"prismjs": "^1.29.0",
"rehype-expressive-code": "^0.40.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"svelte-file-dropzone": "^2.0.9",
"uint8arrays": "^5.1.0",
"unified": "^11.0.5"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}