-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 Bytes
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
{
"name": "astro-version",
"type": "module",
"version": "1.0.6",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.15.10",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.48",
"astro": "^5.16.6",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"marked": "^17.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.97.0"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
"@types/js-yaml": "^4.0.9",
"@typescript-eslint/parser": "^8.50.0",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"typescript-eslint": "^8.50.0"
}
}