esor-vite
Version:
App with Esor + Vite
37 lines (36 loc) • 760 B
JSON
{
"name": "esor-vite",
"private": false,
"version": "0.0.19",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"esor": "latest"
},
"devDependencies": {
"@rollup/pluginutils": "^5.1.4",
"html-minifier-terser": "^7.2.0",
"vite": "^6.1.0"
},
"description": "App with Esor + Vite",
"repository": {
"type": "git",
"url": "git+https://github.com/esorjs/esor-vite.git"
},
"keywords": [
"esor",
"skeleton",
"vite"
],
"author": "Juan Cristobal",
"license": "MIT",
"bugs": {
"url": "https://github.com/esorjs/esor-vite/issues"
},
"homepage": "https://github.com/esorjs/esor-vite#readme"
}