-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
53
54
{
"name": "algorand-devportal",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"lint": "eslint . && prettier -c ./src/** && astro check",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/starlight": "^0.27.1",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@catppuccin/palette": "^1.2.0",
"@catppuccin/vscode": "^3.15.1",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"astro": "^4.15.4",
"astro-d2": "^0.3.0",
"astro-icon": "^1.1.0",
"astro-remote": "^0.3.3",
"marked": "^13.0.1",
"prismjs": "^1.29.0",
"rehype": "^13.0.1",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.32.5",
"starlight-image-zoom": "^0.7.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.3",
"pnpm": "^9.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.5.2",
"typescript-eslint": "^8.4.0"
},
"engines": {
"node": ">=18",
"pnpm": "^9.0.0"
}
}