removido bun
This commit is contained in:
parent
3cf79e06e4
commit
30f581db65
13 changed files with 2317 additions and 1706 deletions
19
package.json
19
package.json
|
|
@ -1,12 +1,20 @@
|
|||
{
|
||||
"name": "p-estaticos",
|
||||
"version": "0.70.0",
|
||||
"version": "0.71.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"main": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./dist-front/index.js",
|
||||
"require": "./dist-back/index.js"
|
||||
}
|
||||
},
|
||||
"types": "./src/index.ts",
|
||||
"scripts": {
|
||||
"preinstall": "bun pm cache rm",
|
||||
"preinstall": "bun pm cache rm",
|
||||
"dev": "tsx ferramentas/rodar_servidor.tsx",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run gerar && pnpm run biome && tsc",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run gerar && pnpm run biome && tsup --config ./node_modules/p-comuns/src/tsup/tsup.config.ts",
|
||||
"nodev": "check-node-version --node '>= 20'",
|
||||
"kill": "npx kill-port -p 5020",
|
||||
"gerar": "dotenv -e .env tsx ferramentas/listar_arquivos.ts gerar",
|
||||
|
|
@ -24,7 +32,7 @@
|
|||
"@fastify/static": "^7.0.4",
|
||||
"dayjs": "1.11.13",
|
||||
"fastify": "^4.27.0",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git#1ae18a1c8a9201a320b87d5f54d90b616d3eb6f3",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"zod": "3.23.8"
|
||||
|
|
@ -38,6 +46,7 @@
|
|||
"dotenv-cli": "^7.4.1",
|
||||
"glob": "10.4.5",
|
||||
"kill-port-process": "^3.2.1",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"pnpm": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue