@pixeen/text
Version:
Text component
63 lines (62 loc) • 1.73 kB
JSON
{
"license": "MIT",
"version": "0.0.46",
"name": "@pixeen/text",
"description": "Text component",
"keywords": [
"pixeen",
"component",
"text"
],
"scripts": {
"test": "jest --colors",
"clean": "yarn clean:coverage && yarn clean:dist && yarn clean:buildinfo",
"clean:coverage": "rimraf coverage",
"clean:dist": "rimraf dist -rf",
"clean:buildinfo": "rimraf -rf tsconfig.build.tsbuildinfo",
"prebuild": "yarn clean",
"watch": "yarn build:js --watch",
"build": "yarn build:types && yarn build:js",
"build:types": "tsc -b tsconfig.build.json",
"build:js": "babel src --out-dir dist --extensions .ts,.tsx",
"build:readme": "readme generate --input ../../blueprint.md --config ../../blueprint.json",
"postbuild": "rimraf ./dist/index.spec.d.ts ./dist/index.spec.js",
"prepublishOnly": "yarn build && yarn build:readme"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"dependencies": {
"@pixeen/reset": "^0.0.46"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"goober": "^2.0.28",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"peerDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"babel": {
"extends": "../../babel.config.js"
},
"author": {
"name": "Jeroen Gerits",
"email": "jeroen@gerits.email",
"url": "http://twitter.com/jeroengerits"
},
"repository": {
"type": "git",
"url": "https://github.com/pixeen/ui.git"
},
"gitHead": "0f66be38f2d45bd99557b9585866e9aa2942a37b"
}