vite-esbuild-typescript-checker
Version:
Checker typescript vite and esbuild
49 lines • 1.53 kB
JSON
{
"name": "vite-esbuild-typescript-checker",
"version": "1.0.0",
"description": "Checker typescript vite and esbuild",
"license": "MIT",
"main": "dist/index.js",
"homepage": "https://github.com/time4dev/vite-esbuild-typescript-checker/blob/main/README.md",
"bugs": {
"url": "https://github.com/time4dev/vite-esbuild-typescript-checker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/time4dev/vite-esbuild-typescript-checker.git"
},
"keywords": [
"Vite",
"Esbuild",
"typescript"
],
"author": "time4dev <time4ps@gmail.com> based on Piotr Oleś <piotrek.oles@gmail.com> https://github.com/TypeStrong/fork-ts-checker-webpack-plugin",
"devDependencies": {
"@babel/code-frame": "^7.14.5",
"@types/babel__code-frame": "^7.0.3",
"@types/lodash": "^4.14.172",
"@types/node": "^16.7.1",
"@types/webpack": "^5.28.0",
"@vitejs/plugin-vue": "^1.5.0",
"@vue/compiler-sfc": "^3.2.4",
"chalk": "^4.1.2",
"esbuild": "^0.12.22",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-vue": "^7.16.0",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"path": "^0.12.7",
"tapable": "^2.2.0",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"vite": "^2.5.0",
"webpack": "^4.46.0"
},
"packageManager": "yarn@3.0.1",
"scripts": {
"build": "tsc --build src/tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
}
}