-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.25 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
{
"name": "dante-astro-theme",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"astro": "^4.16.8",
"graphql-tag": "^2.12.6",
"highlight.js": "^11.10.0",
"marked": "^13.0.2",
"tailwindcss": "^3.4.6",
"vanilla-cookieconsent": "^3.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-typed-document-node/core": "^3.2.0",
"@tailwindcss/typography": "^0.5.13",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}