-
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.88 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.88 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.19.1",
"@codemirror/commands": "^6.10.0",
"@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.4",
"@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.2",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.6",
"@jspaste/library": "https://github.com/jspaste/library#4cb83f1aa2ec245454b45c9aa2821defad37693c",
"@solid-primitives/scheduled": "~1.5.2",
"@solid-primitives/storage": "~4.3.3",
"@solidjs/router": "~0.15.3",
"@tabler/icons-solidjs": "^3.35.0",
"@uiw/codemirror-extensions-hyper-link": "^4.25.3",
"@uiw/codemirror-themes": "^4.25.3",
"daisyui": "~5.5.0",
"deepmerge-ts": "^7.1.5",
"solid-js": "~1.9.10"
},
"devDependencies": {
"@biomejs/biome": "2.3.15",
"@tailwindcss/vite": "~4.2.0",
"@types/bun": "^1.3.1",
"browserslist": "^4.27.0",
"browserslist-to-esbuild": "^2.1.1",
"lightningcss": "^1.30.2",
"sort-package-json": "^3.4.0",
"vite": "npm:rolldown-vite@~7.3.0",
"vite-bundle-analyzer": "~1.3.0",
"vite-plugin-solid": "^2.11.10"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide"
]
}