mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
32 lines
616 B
JSON
32 lines
616 B
JSON
{
|
|
"name": "vnidrop-site",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22.12"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"motion": "^12.42.2",
|
|
"next": "16.2.10",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "26.1.1",
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"eslint": "9.39.5",
|
|
"eslint-config-next": "16.2.10",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"overrides": {
|
|
"postcss": "8.5.19"
|
|
}
|
|
}
|