-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.94 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "linaro-ecosystem-dashboard",
"license": "MIT",
"type": "module",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"start:public": "IS_PUBLIC=true astro dev",
"dev:public": "IS_PUBLIC=true astro dev",
"preview:public": "IS_PUBLIC=true astro preview",
"build:public": "IS_PUBLIC=true astro build",
"start:build": "IS_PUBLIC=true astro build && IS_PUBLIC=true astro dev",
"dev:auth": "IS_PUBLIC=false sst bind astro dev",
"start:auth": "IS_PUBLIC=false sst bind astro dev",
"prebuild:auth": "PRE_BUILD=true astro build --outDir ./dist_prebuild/",
"build:auth": "yarn prebuild:auth && astro build"
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/mdx": "^2.2.4",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/solid-js": "^4.4.1",
"@astrojs/tailwind": "^5.1.0",
"@auth/core": "^0.18.6",
"@biscuit-auth/biscuit-wasm": "^0.4.0",
"@cloudinary/url-gen": "^1.21.0",
"@fontsource/lato": "^5.0.17",
"@iconify-json/mdi": "^1.1.64",
"@solid-primitives/scheduled": "^1.4.3",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.5.9",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.1",
"astro-pagefind": "^1.4.0",
"astro-seo": "^0.8.3",
"astro-sst": "^2.41.4",
"auth-astro": "^4.1.1",
"dayjs": "^1.11.13",
"marked": "^12.0.1",
"pagefind": "^1.1.0",
"remark": "^15.0.1",
"sharp": "^0.33.5",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.22",
"sst": "^2.41.4",
"strip-markdown": "^6.0.0",
"tailwindcss": "^3.4.1",
"tw-elements": "^2.0.0",
"vanilla-cookieconsent": "^2.9.2"
},
"devDependencies": {
"ora": "^7.0.1",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.69.5",
"tailwindcss-animated": "^1.1.2",
"typescript": "^5.6.2"
}
}