-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.86 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@jspaste/frontend",
"version": "0.0.0",
"private": true,
"license": "EUPL-1.2",
"type": "module",
"browserslist": [
"baseline 2022",
"not dead"
],
"dependencies": {
"@codemirror/autocomplete": "^6.20.2",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-php": "^6.0.2",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.3",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.42.0",
"@jspaste/library": "https://github.com/jspaste/library#4cb83f1aa2ec245454b45c9aa2821defad37693c",
"@solid-primitives/scheduled": "~1.5.3",
"@solid-primitives/storage": "~4.3.4",
"@solidjs/router": "~0.16.1",
"@tabler/icons-solidjs": "^3.43.0",
"@uiw/codemirror-extensions-hyper-link": "^4.25.9",
"@uiw/codemirror-themes": "^4.25.9",
"daisyui": "~5.5.19",
"deepmerge-ts": "^7.1.5",
"solid-js": "~1.9.12"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@tailwindcss/vite": "~4.3.0",
"@types/bun": "^1.3.13",
"browserslist": "^4.28.2",
"browserslist-to-esbuild": "^2.1.1",
"lightningcss": "^1.32.0",
"sort-package-json": "^4.0.0",
"vite": "~8.0.11",
"vite-bundle-analyzer": "~1.3.8",
"vite-plugin-solid": "^2.11.12"
},
"peerDependencies": {
"typescript": "^6.0.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide"
]
}