_designer-system/package.json

40 lines
1.2 KiB
JSON
Executable file

{
"name": "p-designer-system",
"private": true,
"version": "0.24.0",
"type": "commonjs",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "npm --no-git-tag-version version minor && rm -rf dist && cd src/componentes && tsc && cd ../..",
"biome": "npx @biomejs/biome check --write ./src",
"at": "pnpm up -r p-*"
},
"dependencies": {
"@biomejs/biome": "2.0.6",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/material": "5.15.18",
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
"p-estaticos": "git+https://git2.idz.one/publico/_estaticos.git",
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "10.0.6"
},
"devDependencies": {
"@types/node": "24.0.14",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.6",
"typescript": "5.5.4",
"vite": "5.2.8"
}
}