forked from Linaro/works-on-woa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.52 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "windows-on-arm",
"license": "MIT",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "sst bind astro dev",
"preview": "astro preview",
"start": "astro dev",
"start:public": "IS_PUBLIC=true astro dev",
"start:build": "IS_PUBLIC=true astro build --ignore-scripts && IS_PUBLIC=true astro dev",
"prebuild": "PRE_BUILD=true astro build --outDir ./dist_prebuild/",
"build": "astro build",
"build:public": "IS_PUBLIC=true astro build --ignore-scripts",
"astro": "astro",
"sst:deploy": "sst deploy",
"sst:dev": "sst dev"
},
"dependencies": {
"@astrojs/check": "0.5.6",
"@astrojs/mdx": "2.1.1",
"@astrojs/node": "^8.2.1",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.1",
"@astrojs/solid-js": "4.0.1",
"@astrojs/tailwind": "5.1.0",
"@astrolib/seo": "^0.6.0",
"@auth/core": "^0.18.6",
"@biscuit-auth/biscuit-wasm": "^0.4.0",
"@solid-primitives/pagination": "^0.2.8",
"astro": "4.4.5",
"astro-pagefind": "^1.4.0",
"astro-sst": "^2.40.3",
"auth-astro": "^4.1.1",
"dayjs": "^1.11.10",
"sass": "^1.63.6",
"set-cookie-parser": "^2.6.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.4.3",
"tailwindcss": "^3.0.24",
"typescript": "^5.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"astro-sst": "^2.40.3",
"aws-cdk-lib": "2.124.0",
"constructs": "10.3.0",
"pagefind": "^1.1.0",
"sst": "^2.40.3",
"vite": "^4.4.11",
"write-yaml-file": "^5.0.0"
}
}