* chore(SW-3031): Updated dependencies * feat(SW-3031): Added Imagevault Id to title and updated delete functionality Approved-by: Michael Zetterberg
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"name": "@scandichotels/contentstack-imagevault-rte",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "IS_DEV=true vite build --watch",
|
|
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
|
|
"prebuild": "concurrently npm:lint npm:typecheck",
|
|
"typecheck": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/systemjs": "^6.15.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
}
|