forked from jaymakes11/prompts4all
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "prompts4all",
"type": "module",
"version": "0.0.1",
"scripts": {
"_esbuild:functions": "esbuild functions/*.js functions/api/*.js functions/pb-jam/*.js --outdir=dist/functions --minify",
"apiDevelop": "wrangler pages dev . --port=3001 --persist --local --compatibility-date=2023-04-10",
"develop": "astro dev",
"astroBuild": "astro build",
"build": "npm-run-all --serial astroBuild _esbuild:functions",
"preview": "wrangler pages dev ./dist --persist --local --compatibility-date=2023-04-10",
"astro": "astro",
"deploy": "wrangler pages publish dist --project-name=prompts4all --branch=main"
},
"devDependencies": {
"@astrojs/cloudflare": "^6.2.2",
"@astrojs/prefetch": "^0.2.1",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/svelte": "^2.1.0",
"@astrojs/tailwind": "^3.1.1",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.3.0",
"astro-compress": "^1.1.36",
"csv-parser": "^3.0.0",
"esbuild": "^0.17.17",
"js-yaml": "^4.1.0",
"marked": "^4.3.0",
"nanoid": "^4.0.2",
"npm-run-all": "^4.1.5",
"short-unique-id": "^4.4.4",
"slugify": "^1.6.6",
"wrangler": "^2.16.0"
}
}