-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 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
{
"name": "slimevr-website",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"serve": "npx serve .output/public"
},
"dependencies": {
"@solid-primitives/i18n": "^2.2.1",
"@solid-primitives/media": "^2.3.3",
"@solid-primitives/storage": "^4.3.3",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.4",
"@solidjs/start": "1.0.11",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.1.18",
"clsx": "^2.1.1",
"overlayscrollbars": "^2.13.0",
"postcss": "^8.5.6",
"rand-seed": "^3.0.0",
"remark-gfm": "3.0.0",
"solid-js": "^1.9.10",
"solid-markdown": "2.0.12",
"tailwindcss": "4.1.18",
"tailwindcss-animated": "^1.1.2",
"typescript-event-target": "^1.1.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"prettier": "^3.7.4"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}