resolvo-cms
Version:
Headless CMS for Resolvo websites with real-time content management
67 lines (66 loc) • 1.73 kB
JSON
{
"name": "resolvo-cms",
"version": "1.0.1",
"description": "Headless CMS for Resolvo websites with real-time content management",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"publishConfig": {
"access": "public"
},
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts,.tsx",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build && npm run test"
},
"keywords": [
"cms",
"headless-cms",
"content-management",
"resolvo",
"react",
"typescript"
],
"author": "Resolvo",
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"axios": "^1.6.0",
"socket.io-client": "^4.7.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^4.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"rollup": "^4.0.0",
"ts-jest": "^29.0.0",
"tslib": "^2.8.1",
"typescript": "^5.0.0"
}
}