-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 794 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
{
"name": "narukeu-docs",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.41.1",
"astro": "^7.0.3",
"sharp": "^0.35.2"
},
"devDependencies": {
"@eslint/css": "^1.3.0",
"@eslint/js": "^10.0.1",
"@eslint/json": "^2.0.0",
"@eslint/markdown": "^8.0.2",
"@typescript-eslint/parser": "^8.62.0",
"eslint": "^10.6.0",
"eslint-plugin-astro": "^2.1.1",
"eslint-plugin-prettier": "^5.5.6",
"globals": "^17.7.0",
"jiti": "^2.7.0",
"prettier": "^3.9.0",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.62.0"
}
}