-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 930 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": "gul-info",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node .build/build.mjs",
"start-db": "bash ./scripts/start-surrealdb.sh",
"make-tls-keys": "bash ./scripts/make-tls-keys.sh",
"dev-tls": "node .build/build.mjs --useTls",
"start-db-tls": "bash ./scripts/start-surrealdb.sh useTls"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.3",
"@shoelace-style/shoelace": "^2.19.0",
"postcss": "^8.4.49",
"postcss-js": "^4.0.1",
"postcss-nested": "^7.0.2",
"solid-js": "^1.9.3",
"surrealdb": "^1.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/postcss-js": "^4.0.4",
"esbuild": "^0.24.0",
"esbuild-plugin-solid": "^0.6.0",
"mime-types": "^2.1.35",
"solid-element": "^1.9.1",
"typescript": "^5.7.2"
}
}