-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "rokastro",
"type": "module",
"version": "1.9.13",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"docs": "astro docs",
"check": "astro check --watch & astro dev --host",
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/partytown": "^2.1.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.17.17",
"astro": "5.2.5",
"astro-icon": "^0.8.2",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.20",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.5.0",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.13.0",
"sharp": "^0.33.5",
"typescript": "^5.7.3"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"cross-spawn": "^7.0.6"
}
}