-
Notifications
You must be signed in to change notification settings - Fork 357
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.14 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.14 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
{
"name": "solidbase-osmium",
"version": "0.0.0-dev",
"description": "Official SolidJS docs theme for SolidBase.",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "https://github.com/solidjs/solid-docs"
},
"keywords": [
"solid",
"solidjs",
"solidbase",
"theme"
],
"files": [
"src"
],
"exports": {
".": {
"solid": "./src/index.ts",
"import": "./src/index.ts",
"types": "./src/index.ts"
},
"./style": "./src/index.css"
},
"license": "MIT",
"dependencies": {
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
"@kobalte/core": "^0.13.11",
"@kobalte/solidbase": "^0.4.2",
"@orama/core": "^1.2.19",
"@solid-primitives/context": "^0.3.2",
"@solid-primitives/event-listener": "^2.4.5",
"@solid-primitives/marker": "^0.2.2",
"@solid-primitives/platform": "^0.2.1",
"@solidjs/router": "0.15.3",
"solid-heroicons": "^3.2.4",
"solid-js": "^1.9.11",
"tailwindcss": "^4.2.2",
"@kobalte/tailwindcss": "^0.9.0",
"@tailwindcss/typography": "^0.5.19"
},
"peerDependencies": {
"tailwindcss": "^4.2.2"
}
}