cookie-consent/examples/next-app/package.json
Pdn Technology 9a001197e1
Some checks are pending
CI / test (20) (push) Waiting to run
CI / test (22) (push) Waiting to run
Tema ayarları eklendi
2026-06-20 08:58:11 +03:00

17 lines
331 B
JSON

{
"name": "cookie-consent-next-example",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@pdntechnology/cookie-consent": "file:../..",
"next": "^15.3.3",
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}