-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@fontsource/ibm-plex-mono": "^5.0.0",
"@fontsource/montserrat": "^5.0.0",
"@fontsource/open-sans": "^5.0.24",
"astro": "^4.4.0",
"contentful": "^10.6.21",
"dayjs": "^1.11.7",
"rehype-pretty-code": "^0.13.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sharp": "^0.33.2",
"unified": "^11.0.0"
},
"devDependencies": {
"@iconify-json/devicon-plain": "^1.1.34",
"@iconify-json/fa6-brands": "^1.1.11",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.14.0",
"@unocss/reset": "^0.58.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.0.4",
"unocss": "^0.58.5"
},
"packageManager": "[email protected]+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991"
}