49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@scandichotels/contentstack-imagevault",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Integration between Contentstack and ImageVault",
|
|
"workspaces": [
|
|
"remix",
|
|
"rte"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build:rte && npm run build:remix",
|
|
"build:remix": "cd remix && npm run build",
|
|
"build:rte": "cd rte && npm run build",
|
|
"dev": "concurrently npm:dev:*",
|
|
"dev:remix": "cd remix && npm run dev",
|
|
"dev:rte": "cd rte && npm run dev",
|
|
"prepare": "husky"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "18.2.20"
|
|
},
|
|
"dependencies": {
|
|
"@contentstack/app-sdk": "^2.1.1",
|
|
"@contentstack/venus-components": "2.2.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-dom": "^18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"concurrently": "^8.2.2",
|
|
"eslint": "^8.57.1",
|
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.1",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"husky": "^9.1.6",
|
|
"lint-staged": "^15.2.10",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|