|
@@ -19,8 +19,7 @@
|
|
|
"build:br": "node scripts/swEnv.js .env.br .env.local && next build",
|
|
|
"start": "next start",
|
|
|
"lint": "next lint",
|
|
|
- "build": "next build",
|
|
|
- "preinstall": "npx only-allow pnpm"
|
|
|
+ "build": "next build"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@lucky-canvas/react": "^0.1.13",
|
|
@@ -61,6 +60,5 @@
|
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
|
"tailwindcss": "^3.4.4",
|
|
|
"typescript": "^5.5.3"
|
|
|
- },
|
|
|
- "packageManager": "pnpm@9.4.0"
|
|
|
+ }
|
|
|
}
|