Files
contentstack-imagevault/remix/package.json
Erik Tiekstra 7e64becb40 Feat/SW-3031 imagevault updates
* chore(SW-3031): Updated dependencies
* feat(SW-3031): Added Imagevault Id to title and updated delete functionality

Approved-by: Michael Zetterberg
2025-06-18 13:14:02 +00:00

26 lines
630 B
JSON

{
"name": "@scandichotels/contentstack-imagevault-remix",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev --port 3000",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"prebuild": "concurrently npm:lint npm:typecheck",
"preview": "vite preview",
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "^2.16.8",
"@remix-run/react": "^2.16.8",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@remix-run/dev": "^2.16.8"
},
"engines": {
"node": ">=22.0.0"
}
}