formhero/package.json
dependabot[bot] fd74ed760c
Bump vite from 4.1.4 to 4.1.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 06:24:53 +00:00

40 lines
1002 B
JSON

{
"name": "formhero",
"version": "1.0.5",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rm -rf ./dist",
"prepublishOnly": "run-s clean compile test",
"build": "run-s compile demo",
"compile": "tsc",
"compile:watch": "tsc -w",
"demo": "vite build --emptyOutDir --base=./",
"demo:watch": "vite",
"test": "vitest --coverage --run",
"test:watch": "vitest --coverage",
"dev": "run-p compile:watch demo:watch test:watch"
},
"peerDependencies": {
"react": ">=16.8"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.2",
"happy-dom": "^8.9.0",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5",
"vite": "^4.1.5",
"vitest": "^0.29.2"
}
}