vite-plugin-generate-file
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "vite-plugin-generate-file", | ||
"version": "0.1.1", | ||
"type": "module", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
@@ -32,2 +33,10 @@ "description": "Generate extra file to dist folder.", | ||
"types": "dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/*", | ||
"./dist/index.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -43,29 +52,31 @@ "dist" | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.9.0", | ||
"@antfu/eslint-config": "^2.23.0", | ||
"@antfu/ni": "^0.22.0", | ||
"@antfu/utils": "^0.7.10", | ||
"@types/ejs": "^3.1.0", | ||
"@types/js-yaml": "^4.0.3", | ||
"@types/mime-types": "^2.1.1", | ||
"@types/node": "^16.9.2", | ||
"@typescript-eslint/eslint-plugin": "^4.31.1", | ||
"@typescript-eslint/parser": "^4.31.1", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.4.1", | ||
"@types/node": "^20.14.12", | ||
"bumpp": "^9.4.1", | ||
"eslint": "^9.7.0", | ||
"esno": "^4.7.0", | ||
"rollup-plugin-string": "^3.0.0", | ||
"typescript": "^5.2.2", | ||
"unbuild": "^2.0.0", | ||
"vite": "^4.5.0" | ||
"vite": "^5.3.4", | ||
"vitest": "^2.0.3" | ||
}, | ||
"packageManager": "pnpm@9.5.0", | ||
"volta": { | ||
"node": "18.20.4" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"lint": "run-p lint:*", | ||
"lint:eslint": "eslint \"{src,test}/**/*.ts\"", | ||
"lint:prettier": "prettier \"{src,test}/**/*.ts\" --check", | ||
"fix": "run-s fix:*", | ||
"fix:eslint": "yarn lint:eslint --fix", | ||
"fix:prettier": "yarn lint:prettier --write" | ||
"dev": "unbuild --stub", | ||
"lint": "eslint .", | ||
"release": "bumpp && npm publish", | ||
"start": "esno src/index.ts", | ||
"test": "vitest", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} |
# vite-plugin-generate-file | ||
[![npm](https://img.shields.io/npm/dt/vite-plugin-generate-file.svg)](https://www.npmjs.com/package/vite-plugin-generate-file) [![npm](https://img.shields.io/npm/v/vite-plugin-generate-file.svg)](https://www.npmjs.com/package/vite-plugin-generate-file) [![npm](https://img.shields.io/npm/l/vite-plugin-generate-file.svg)](https://www.npmjs.com/package/vite-plugin-generate-file) | ||
**vite-plugin-generate-file** is a vite plugin which generate static file and write them to dist folder after packaging. | ||
@@ -4,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
17480
15
59
0
Yes
334