-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"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.1.1",
"@solid-primitives/media": "^2.2.9",
"@solid-primitives/storage": "^4.2.1",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.0.10",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"postcss": "^8.4.38",
"remark-gfm": "3.0.0",
"solid-js": "^1.9.2",
"solid-markdown": "2.0.12",
"tailwindcss": "^3.4.3",
"tailwindcss-animated": "^1.1.2",
"typescript-event-target": "^1.1.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.4.2"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}