mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* chore: dev -> dev/nextjs * chore: move to /examples * chore: move to playgrounds, add dev/sveltekit * Update sync.yml * chore: dev scripts
23 lines
517 B
JSON
23 lines
517 B
JSON
{
|
|
"name": "playground-nuxt",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "export NODE_OPTIONS='--no-experimental-fetch' && nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^0.1.1",
|
|
"eslint": "^8.29.0",
|
|
"h3": "1.0.2",
|
|
"nuxt": "3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "workspace:*",
|
|
"@hattip/adapter-node": "^0.0.22",
|
|
"requrl": "^3.0.2"
|
|
}
|
|
}
|