forked from JLarky/gpt-chat-astro-solid-bling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 995 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": "gpt-chat-astro-solid-bling",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "npm-run-all --parallel dev1 dev2",
"dev": "npm-run-all --parallel dev1 dev2",
"dev1": "astro dev",
"dev2": "vite --config qgp.config.mjs",
"build": "astro build",
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"fmt": "prettier --write --ignore-unknown .",
"astro": "astro"
},
"dependencies": {
"@astrojs/deno": "^4.0.2",
"@astrojs/solid-js": "^2.0.2",
"@qgp-js/bling": "^0.4.3",
"@solidjs/router": "^0.7.0",
"@total-typescript/ts-reset": "^0.3.2",
"@types/node": "^18.14.2",
"@upstash/redis": "^1.20.1",
"astro": "^2.0.14",
"npm-run-all": "^4.1.5",
"qgp": "0.0.12",
"solid-js": "^1.6.10",
"tailwindcss": "^3.2.6"
},
"devDependencies": {
"typescript": "^4.9.5",
"vite-plugin-checker": "^0.5.5",
"vite-plugin-solid": "^2.5.0"
}
}