Files
SealShare/package.json
T
surtic86andClaude Opus 5 0e362447db Name the npm package so the lock file stops flipping
Without a name, npm writes the folder's name into package-lock.json: "app" in
the dev container, "SealShare" on the host, so every install changed the file.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-18 22:17:35 +02:00

27 lines
609 B
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"name": "sealshare",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"autoprefixer": "^10.6.1",
"concurrently": "^10.0.5",
"laravel-vite-plugin": "^3.2.0",
"vite": "^8.3.0"
},
"optionalDependencies": {
"lightningcss-linux-x64-gnu": "^1.29.1"
},
"overrides": {
"shell-quote": "^1.9.0"
},
"devDependencies": {
"chokidar": "^5.0.0",
"playwright": "^1.63.0"
}
}