forked from okikio/mov-docs
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 692 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 692 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
{
"name": "smov-docs",
"version": "0.3.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.31.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/node": "^9.1.3",
"@astrojs/starlight": "^0.33.0",
"astro": "^5.7.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@iconify-json/fa6-brands": "^1.2.3",
"@iconify-json/mdi": "^1.2.3",
"eslint": "^9.23.0",
"globals": "^16.0.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"unplugin-icons": "^0.22.0"
}
}