mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
25 lines
664 B
JSON
25 lines
664 B
JSON
{
|
|
"name": "vite-config",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint .",
|
|
"format": "prettier --check --ignore-unknown --ignore-path ../../.prettierignore .",
|
|
"format:fix": "prettier --write --ignore-unknown --ignore-path ../../.prettierignore .",
|
|
"types": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"oxc-transform": "0.72.2",
|
|
"rollup-plugin-preserve-directives": "0.4.0",
|
|
"unplugin-isolated-decl": "0.13.6",
|
|
"vite": "6.1.3",
|
|
"vite-plugin-externalize-deps": "0.9.0"
|
|
}
|
|
}
|