-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "gym-astro",
"description": "An Astro based theme for Gymnasium.",
"author": "Roman Edirisinghe",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "1.1.2",
"@astrojs/netlify": "3.0.3",
"@astrojs/react": "3.0.3",
"@astrojs/sitemap": "3.0.3",
"@rollup/plugin-yaml": "^4.0.1",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"accessible-astro-components": "^2.3.0",
"astro": "3.6.4",
"astro-compress": "2.1.5",
"astro-icon": "0.8.1",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.33.0",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"fuse.js": "^6.6.2",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.2",
"rss-parser": "^3.13.0",
"sass": "^1.49.9",
"svgo": "^2.8.0",
"vite": "4.5.3"
}
}