@hailer-oy/birds-eye
Version:
This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens [here](https://github.com/KvanttoriOy/birds-eye/tree/master/birds-eye-components), only copy your changes in lib from there to src
100 lines (99 loc) • 2.58 kB
JSON
{
"version": "5.5.40",
"private": false,
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"copy-changes": "rimraf ./src/* && cp -r ../birds-eye-components/src/lib/* ./src",
"build": "npm run copy-changes && tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {
"react": ">=16",
"react-dom": "17.0.2",
"@types/react": ">=17"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@hailer-oy/birds-eye",
"author": "Kvanttori Oy",
"module": "dist/birds-eye-lib.esm.js",
"size-limit": [
{
"path": "dist/birds-eye-lib.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/birds-eye-lib.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "5.0.3",
"@types/d3": "7.0.0",
"@types/dom-to-image": "2.6.3",
"@types/enzyme": "3.10.9",
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@types/react-highlight": "0.12.4",
"autoprefixer": "10.3.4",
"cssnano": "5.0.8",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"husky": "7.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"rollup-plugin-postcss": "4.0.1",
"size-limit": "5.0.3",
"tsdx": "0.14.1",
"tslib": "2.3.1",
"typescript": "4.4.2"
},
"dependencies": {
"axios": "0.21.4",
"d3": "7.0.1",
"dom-to-image": "2.6.0",
"highlight.js": "11.2.0",
"react-highlight": "0.14.0",
"react-icons": "4.2.0",
"react-to-print": "2.14.0"
},
"description": "This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens [here](https://github.com/KvanttoriOy/birds-eye/tree/master/birds-eye-components), only copy your changes in lib from there to src folder here!",
"repository": {
"type": "git",
"url": "git+https://github.com/KvanttoriOy/birds-eye.git"
},
"keywords": [
"react",
"typescript",
"tsdx",
"d3"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/KvanttoriOy/birds-eye/issues"
},
"homepage": "https://github.com/KvanttoriOy/birds-eye#readme"
}