Files
mta-sign/mta-sign-ui/package.json
Renovate Bot e24b62cd98
Some checks failed
Build and Push Docker Image / build (pull_request) Failing after 15s
chore(deps): update all-dependencies
2026-01-29 08:01:43 +00:00

42 lines
1.1 KiB
JSON

{
"name": "mta-sign",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:watch": "chokidar 'app/**/*' 'components/**/*' 'public/**/*' -c 'next build'",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"gen-apis": "npx openapi-typescript http://localhost:8000/openapi.json --output gen-sources/mtaserver.ts"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"bootstrap": "^5.3.8",
"next": "^16.1.2",
"openapi-typescript-fetch": "^2.0.0",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@types/node": "^25.0.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^5.0.0",
"chokidar-cli": "^3.0.0",
"eslint": "^9.18.0",
"eslint-config-next": "^16.1.2",
"jsdom": "^27.0.0",
"typescript": "^5.7.3",
"vitest": "^4.0.0"
},
"packageManager": "pnpm@10.28.2"
}