ni-link/package.json

42 lines
1.1 KiB
JSON

{
"name": "ni-link",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:chrome": "bunx playwright test --headed --browser=chromium",
"test:firefox": "bunx playwright test --headed --browser=firefox",
"test:safari": "bunx playwright test --headed --browser=webkit"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@tabler/icons-react": "^3.2.0",
"clsx": "^2.1.0",
"framer-motion": "^11.1.3",
"next": "^14.2.2",
"react": "^18",
"react-dom": "^18",
"react-element-to-jsx-string": "^15.0.0",
"react-icons": "^5.1.0",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@types/bun": "latest",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"module": "index.ts",
"type": "module"
}