UNPKG

@raster-app/datocms-plugin-raster

Version:

A DatoCMS plugin for Raster, a digital asset manager for modern teams, saving time organizing, editing, and hosting photography.

80 lines (79 loc) 1.96 kB
{ "name": "@raster-app/datocms-plugin-raster", "version": "0.1.11", "author": "Raster <hello@raster.app>", "license": "MIT", "description": "A DatoCMS plugin for Raster, a digital asset manager for modern teams, saving time organizing, editing, and hosting photography.", "homepage": "https://raster.app", "repository": "https://github.com/raster-app/raster-dato-plugin", "keywords": [ "datocms-plugin", "raster", "raster-app", "dato", "plugin", "dam", "digital-asset-management" ], "datoCmsPlugin": { "title": "Raster", "coverImage": "docs/cover.png", "previewImage": "docs/preview.png", "entryPoint": "build/index.html", "permissions": [ "currentUserAccessToken" ] }, "scripts": { "start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start", "build": "cross-env PUBLIC_URL='.' react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "prepublishOnly": "npm run build" }, "eslintConfig": { "extends": [ "react-app" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@raster-app/raster-toolkit": "0.1.2", "@types/node": "^18.11.18", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "clsx": "^2.1.1", "datocms-plugin-sdk": "^1.1.0", "datocms-react-ui": "^1.1.0", "lodash": "^4.17.21", "react": "^19.1.0", "react-dom": "^19.1.0", "react-scripts": "5.0.1", "sass": "^1.77.8", "swr": "^2.3.3", "zustand": "^4.5.4" }, "devDependencies": { "@monogram/prettier-config": "^0.3.4", "@types/lodash": "^4.17.7", "autoprefixer": "^10.4.19", "cross-env": "^7.0.3", "postcss": "^8.4.40", "tailwindcss": "^3.4.7", "typescript": "^5.5.3" }, "prettier": "@monogram/prettier-config" }