-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 928 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": "jeasx-sandbox",
"type": "module",
"dependencies": {
"@fastify/cookie": "11.0.2",
"@fastify/formbody": "8.0.2",
"@fastify/multipart": "9.0.3",
"@fastify/static": "8.1.1",
"@lit-labs/motion": "1.0.8",
"@picocss/pico": "2.0.6",
"@preact/signals": "2.0.1",
"@types/node": "22.13.10",
"alpinejs": "3.14.8",
"dotenv-flow": "4.1.0",
"esbuild": "0.25.0",
"fastify": "5.2.1",
"htmx.org": "2.0.4",
"jsx-async-runtime": "0.8.1",
"lit": "3.2.1",
"path-to-regexp": "8.2.0",
"pm2": "5.4.3",
"preact": "10.26.4",
"preact-render-to-string": "6.5.13",
"prettier": "3.5.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "0.33.5"
},
"scripts": {
"start": "node cli.js start",
"build": "node cli.js build",
"dev": "node cli.js dev",
"compile": "esbuild --platform=node --format=esm --outdir=. serverless.ts"
}
}