styledot
Version:
23andMe Design System
31 lines (30 loc) • 620 B
JSON
{
"name": "styledot",
"version": "3.14.0",
"description": "23andMe Design System",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:23andme-private/style.git"
},
"keywords": [
"23andMe",
"style",
"styleguide"
],
"devDependencies": {
"react": "^16.3.2"
},
"peerDependencies": {
"react-modal": "^3.8.1"
},
"dependencies": {
"tippy.js": "^6.3.1"
},
"author": "23andMe",
"license": "CC BY-NC 4.0",
"homepage": "https://github.com/23andme-private/style"
}