Skip to content

Instantly share code, notes, and snippets.

@jacopocolo
Created September 24, 2018 08:05
Show Gist options
  • Save jacopocolo/331198dd021ada9fc810b94feca81972 to your computer and use it in GitHub Desktop.
Save jacopocolo/331198dd021ada9fc810b94feca81972 to your computer and use it in GitHub Desktop.
The package.json to import Collab-UI React in Framer X
{
"main": "build/index.js",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.0.31",
"framer": "^0.8.0"
},
"peerDependencies": {
"framer": "^0.8.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"framer": {
"id": "c0521333-7638-49f6-8422-90c679692e76"
},
"author": "Jacopo Colò",
"dependencies": {
"@collab-ui/react": "^9.6.0",
"prop-types": "^15.6.2",
"react": "^16.5.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment