-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"name": "better-belt",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"graphql:compile": "graphql-codegen",
"grapql:watch": "graphql-codegen -w",
"prettify": "prettier --write ."
},
"dependencies": {
"@apollo/client": "^3.11.5",
"@astrojs/check": "0.9.5",
"@astrojs/solid-js": "5.1.2",
"@flairjs/client": "^0.0.1",
"astro": "5.15.3",
"astro-imagetools": "^0.9.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"graphql": "^16.9.0",
"ky": "^1.7.4",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"solid-js": "^1.8.21",
"typescript": "^5.5.4",
"vite-plugin-prismjs": "^0.0.11"
},
"devDependencies": {
"@flairjs/vite-plugin": "^0.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/grecaptcha": "^3.0.9",
"@types/prismjs": "^1.26.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}