-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.51 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ac-dustbin",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w **/*.{js,json,ts,astro}",
"gql-codegen": "graphql-codegen --require dotenv/config",
"prepare": "husky"
},
"lint-staged": {
"*.{js,json,css,ts,svelte,vue,astro}": "prettier --write"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@graphql-codegen/cli": "^5.0.4",
"@graphql-codegen/typescript": "^4.1.3",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.4.1",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.23",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/async-retry": "^1.4.9",
"@types/katex": "^0.16.7",
"@types/mdast": "^4.0.4",
"@types/node": "^22.13.1",
"@types/remark-prism": "^1.3.7",
"astro": "^5.2.5",
"async-retry": "^1.3.3",
"axios": "^1.8.2",
"dotenv": "^16.4.7",
"github-slugger": "^2.0.0",
"github-syntax-dark": "^0.5.0",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"graphql-tag": "^2.12.6",
"hast-util-select": "^6.0.3",
"hastscript": "^9.0.0",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
"js-yaml": "^4.1.0",
"katex": "^0.16.21",
"lint-staged": "^15.4.3",
"lowlight": "^3.3.0",
"mime": "^4.0.6",
"path-browserify": "^1.0.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"primer-markdown": "^4.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"sass": "^1.83.4",
"sharp": "^0.33.5",
"strip-markdown": "^6.0.0",
"svelte": "^5.19.7",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"undici": "^7.3.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"unocss": "^65.4.3",
"vite": "^6.1.4"
},
"dependencies": {
"normalize.css": "^8.0.1"
},
"pnpm": {
"overrides": {
"trim@<0.0.3": ">=0.0.3"
}
},
"packageManager": "[email protected]+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001"
}