-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (40 loc) · 821 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
40
41
{
"name": "vite-plugin-mpg",
"version": "0.0.15",
"description": "vite multi pages plugin",
"main": "index.js",
"type": "module",
"files": [
"utils",
"index.js"
],
"exports": {
".": {
"require": "./index.js",
"import": "./index.js"
}
},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/just-ads/vite-plugin-multi-page.git"
},
"keywords": [
"vite-plugin",
"multi-pages"
],
"author": "ADS <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/just-ads/vite-plugin-multi-page/issues"
},
"homepage": "https://github.com/just-ads/vite-plugin-multi-page#readme",
"devDependencies": {
"rollup": "^4.14.3"
},
"dependencies": {
"parse5": "^7.1.2",
"vite": "^5.2.9"
}
}