forked from 11ty/eleventy-plugin-vite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 953 Bytes
/
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
38
39
{
"name": "@11ty/eleventy-plugin-vite",
"version": "4.0.0",
"description": "A plugin to use Vite as a development server and run Vite to postprocess your Eleventy build.",
"main": ".eleventy.js",
"license": "MIT",
"engines": {
"node": ">=14.18.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"keywords": [
"eleventy",
"server"
],
"11ty": {
"compatibility": ">=2.0.0-canary.32"
},
"publishConfig": {
"access": "public"
},
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-plugin-vite.git"
},
"bugs": "https://github.com/11ty/eleventy-plugin-vite/issues",
"homepage": "https://github.com/11ty/eleventy-plugin-vite/",
"dependencies": {
"lodash.merge": "^4.6.2",
"vite": "^4.0.4"
}
}