-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 887 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 887 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
{
"name": "aem-vite",
"version": "0.0.1",
"description": "AEM Vite is a plugin for AEM that enables transparent support for the Vite DevServer",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aem-vite/aem-vite.dev.git"
},
"author": "Chris Shaw <me@cshaw.xyz>",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs --port 7100",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs --port 7200",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "^22.18.0",
"vitepress": "2.0.0-alpha.12"
},
"dependencies": {
"@docsearch/js": "^3.9.0"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}