47 lines
1.3 KiB
JSON
47 lines
1.3 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"
|
|
},
|
|
"dependencies": {
|
|
"@contentstack/app-sdk": "^2.0.1",
|
|
"@contentstack/venus-components": "2.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.20",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"@typescript-eslint/parser": "^6.7.4",
|
|
"concurrently": "^8.2.2",
|
|
"eslint": "^8.38.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"prettier": "^3.2.5",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^5.1.0",
|
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
"vite-tsconfig-paths": "^4.2.1"
|
|
}
|
|
}
|