@edancerys/ts-react-components-lib
Version:
114 lines (113 loc) • 2.84 kB
JSON
{
"version": "0.5.62",
"name": "@edancerys/ts-react-components-lib",
"author": {
"name": "edancerys"
},
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/p2.esm.js",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint src",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"dev": "start-storybook -p 6006 -c .storybook watch-css -s ./",
"build-storybook": "build-storybook",
"semantic-release": "semantic-release",
"patch": "npm version patch",
"chromatic": "npx chromatic --project-token=06cd48c97fe7",
"pub": "yarn patch && yarn build && npm config set registry https://registry.npmjs.org/ && npm publish --access public"
},
"peerDependencies": {
"react": ">=17",
"styled-components": "^5.2.3"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"size-limit": [
{
"path": "dist/ts-react-components-lib.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/ts-react-components-lib.esm.js",
"limit": "10 KB"
}
],
"dependencies": {
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@mdx-js/loader": "^2.1.3",
"@size-limit/preset-small-lib": "^5.0.1",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.5.9",
"@storybook/addons": "^6.5.9",
"@storybook/react": "latest",
"@svgr/webpack": "^6.3.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/styled-components": "^5.1.9",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"chromatic": "^6.7.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.1",
"react": "latest",
"react-dom": "latest",
"react-is": "latest",
"semantic-release": "^17.4.4",
"size-limit": "^5.0.2",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"tsdx": "^0.14.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
},
"keywords": [
"typescript",
"tsdx",
"styled-components",
"react"
],
"release": {
"branches": [
"master"
]
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/edancerys/"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/edancerys/"
},
"homepage": "https://github.com/edancerys/"
}