-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.16 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.16 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "linaro-astro",
"license": "MIT",
"type": "module",
"version": "0.0.4",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"preview": "astro preview",
"build": "node scripts/replace-config.mjs && astro build",
"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"
},
"dependencies": {
"@astrojs/check": "^0.9.0",
"@astrojs/mdx": "^4.3.13",
"@astrojs/node": "^9.5.4",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/solid-js": "^5.1.3",
"@cloudinary/url-gen": "^1.19.0",
"@fontsource/lato": "^5.0.20",
"@friendlycaptcha/sdk": "^0.1.36",
"@iconify-json/mdi": "^1.1.64",
"@solid-primitives/scheduled": "^1.4.3",
"@tailwindcss/typography": "^0.5.12",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.3",
"astro-cloudinary": "^1.1.0",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.1",
"astro-pagefind": "^1.4.0",
"astro-seo": "^1.0.0",
"astro-sst": "^3.1.4",
"dayjs": "^1.11.10",
"decap-cms-app": "^3.8.3",
"marked": "^17.0.3",
"pagefind": "^1.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark": "^15.0.1",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.16",
"sst": "^3.19.3",
"strip-markdown": "^6.0.0",
"survey-core": "^2.5.10",
"survey-js-ui": "^2.5.15",
"tailwindcss": "^4.2.1",
"tw-elements": "^2.0.0",
"vanilla-cookieconsent": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.11",
"dotenv-cli": "^11.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.72.0",
"tailwindcss-animated": "^2.0.0",
"typescript": "^5.4.5"
},
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"slate": "0.123.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
}
}