morse-react-tabs
Advanced tools
Comparing version 3.1.10-alpha.0 to 3.1.10-alpha.2
{ | ||
"name": "morse-react-tabs", | ||
"version": "3.1.10-alpha.0", | ||
"description": "Patterns for building tab layouts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/gcdtech/morse.git" | ||
}, | ||
"homepage": "http://gcdtech.gitlab.io/morse", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": { | ||
"name": "GCD Technologies", | ||
"website": "https://gcdtech.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Wilson McCoubrey", | ||
"email": "wmccoubrey@gcdtech.com" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"morse-css": "3.1.8", | ||
"morse-react": "3.1.10-alpha.0", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"typescript": "^4.8.2" | ||
}, | ||
"peerDependencies": { | ||
"morse-css": "^3.0.0", | ||
"morse-react": "^3.0.0", | ||
"react": ">=16.13.1", | ||
"react-dom": ">=16.13.1" | ||
}, | ||
"scripts": { | ||
"dev": "tsc -d -w --preserveWatchOutput", | ||
"start": "tsc -d -w --preserveWatchOutput", | ||
"build": "tsc -d", | ||
"build:release": "yarn build" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"lib/" | ||
], | ||
"gitHead": "0c0836b20cbc1c563bb22dad7a53da581d508fee" | ||
"name": "morse-react-tabs", | ||
"version": "3.1.10-alpha.2", | ||
"description": "Patterns for building tab layouts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/gcdtech/morse.git" | ||
}, | ||
"homepage": "http://gcdtech.gitlab.io/morse", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": { | ||
"name": "GCD Technologies", | ||
"website": "https://gcdtech.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Wilson McCoubrey", | ||
"email": "wmccoubrey@gcdtech.com" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"morse-css": "3.1.8", | ||
"morse-react": "3.1.10-alpha.2", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"typescript": "^4.8.2" | ||
}, | ||
"peerDependencies": { | ||
"morse-css": "^3.1.0", | ||
"morse-react": "^3.0.0", | ||
"react": ">=16.13.1", | ||
"react-dom": ">=16.13.1" | ||
}, | ||
"scripts": { | ||
"dev": "tsc -d -w --preserveWatchOutput", | ||
"start": "tsc -d -w --preserveWatchOutput", | ||
"build": "tsc -d", | ||
"build:release": "yarn build" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"lib/" | ||
], | ||
"gitHead": "f908f8cceb89803e1e3f055c075b4d2596acab9f" | ||
} |
36151