-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 983 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
42
43
44
{
"name": "vite-plugin-multip",
"version": "1.1.7",
"description": "Build real multi page application with vite",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"lint": "tsc",
"format": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vclemenzi/vite-plugin-multip.git"
},
"keywords": [
"vite",
"mpa",
"plugin",
"multi",
"page",
"application",
"vite-plugin"
],
"author": "Valerio Clemenzi",
"dependencies": {
"html-minifier-terser": "^7.2.0",
"markdown-it": "^14.1.0",
"micromatch": "^4.0.5",
"tiny-glob": "^0.2.9",
"vite": "^5.2.9"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.2",
"@types/micromatch": "^4.0.7",
"@types/node": "^20.12.7",
"prettier": "3.2.5",
"terser": "^5.30.3",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
}
}