-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "vite-plugin-conventional-entries",
"version": "1.0.0-beta.2",
"description": "vite plugin to generate conventional entries",
"keywords": [
"vite",
"vite plugin",
"conventional entries",
"html"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Codpoe/vite-plugins-for-react.git"
},
"bugs": {
"url": "https://github.com/Codpoe/vite-plugins-for-react/issues"
},
"homepage": "https://github.com/Codpoe/vite-plugins-for-react#readme",
"author": "Codpoe <[email protected]> (https://github.com/codpoe)",
"files": [
"dist",
"default.html",
"shim.d.ts"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsc -w",
"build": "rimraf dist && tsc"
},
"devDependencies": {
"@types/connect-history-api-fallback": "^1.3.5",
"@types/fs-extra": "^9.0.13",
"@types/html-minifier-terser": "^6.1.0",
"@types/lodash": "^4.14.182",
"@types/micromatch": "^4.0.2",
"@types/prettier": "^2.6.3",
"@types/resolve": "^1.20.2"
},
"dependencies": {
"chokidar": "^3.5.3",
"connect-history-api-fallback": "^1.6.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"html-minifier-terser": "7.0.0-beta.0",
"jest-docblock": "^28.0.2",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
"prettier": "^2.6.2",
"resolve": "^1.22.0",
"upath": "^2.0.1"
}
}