mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
71d3440d23
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "tuono-react-vite-plugin",
|
|
"version": "0.19.7",
|
|
"description": "Plugin for the tuono's file system router. Tuono is the react/rust fullstack framework",
|
|
"homepage": "https://tuono.dev",
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"format": "prettier --check --ignore-unknown --ignore-path ../../.prettierignore .",
|
|
"format:fix": "prettier --write --ignore-unknown --ignore-path ../../.prettierignore .",
|
|
"typecheck": "tsc --noEmit",
|
|
"test:watch": "vitest",
|
|
"test": "vitest run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tuono-labs/tuono.git",
|
|
"directory": "packages/tuono-react-vite-plugin"
|
|
},
|
|
"keywords": [],
|
|
"author": "Valerio Ageno",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "dist/esm/index.d.ts",
|
|
"main": "dist/esm/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/esm/index.d.ts",
|
|
"default": "./dist/esm/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/types": "^7.24.0",
|
|
"prettier": "^3.2.4",
|
|
"vite": "^6.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "7.20.5",
|
|
"vite-config": "workspace:*",
|
|
"vitest": "3.2.4"
|
|
}
|
|
}
|