Files
metabuilder/frontends/dbal/package.json

34 lines
792 B
JSON

{
"name": "dbal-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^20.0.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.20",
"eslint": "9.39.2",
"eslint-config-next": "16.1.1",
"postcss": "8.4.35",
"tailwindcss": "3.4.5",
"typescript": "~5.9.3"
}
}