-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "buonenews",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "node --inspect ./node_modules/astro/astro.js dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"codegen": "graphql-codegen --require dotenv/config --config graphql.config.ts",
"predev": "pnpm codegen"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.4.1",
"@types/sanitize-html": "^2.13.0",
"dotenv": "^16.4.5",
"typescript": "^5.6.2"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@datocms/astro": "^0.3.4",
"@datocms/cma-client-node": "^3.3.12",
"@radix-ui/react-select": "^2.1.2",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"datocms-structured-text-utils": "^4.0.1",
"fast-xml-parser": "^4.5.0",
"graphql-request": "^7.1.0",
"openai": "^4.63.0",
"react": "^18.3.1",
"react-datocms": "^7.0.3",
"react-dom": "^18.3.1",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13"
}
}