@kevincuadros/react-code
Version:
> Pin input component for React
92 lines (91 loc) • 2.19 kB
JSON
{
"version": "1.3.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"url": "https://github.com/cuadros-code/react-code",
"type": "git"
},
"homepage": "https://github.com/cuadros-code/react-code",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@kevincuadros/react-code",
"author": "kevin cuadros",
"module": "dist/react-code.esm.js",
"size-limit": [
{
"path": "dist/react-code.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/react-code.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@babel/core": "^7.18.6",
"@rollup/plugin-replace": "^4.0.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@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": "^6.5.9",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"babel-loader": "^8.2.5",
"husky": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"postcss": "^8.4.14"
},
"keywords": [
"react",
"code",
"code-validation",
"type-checking"
]
}