-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 965 Bytes
/
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
{
"name": "solid-socket",
"type": "module",
"description": "Signals meets WebSockets",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"author": "Dev Agrawal <[email protected]> (http://devagr.me/)",
"dependencies": {
"@kobalte/core": "^0.13.7",
"@solid-primitives/memo": "^1.3.9",
"@solid-primitives/mouse": "^2.0.20",
"@solid-primitives/scheduled": "^1.4.4",
"@solid-primitives/websocket": "^1.2.2",
"@solidjs/router": "^0.14.10",
"@solidjs/start": "^1.0.9",
"rxjs": "^7.8.1",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.2",
"unique-names-generator": "^4.7.1",
"unstorage": "1.10.2",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@vinxi/plugin-directives": "^0.4.3",
"babel-plugin-transform-import-paths": "^1.0.3",
"vite-plugin-babel": "^1.2.0"
}
}