UNPKG

class101-ui

Version:

A React-based UI Component Library, powered by Class101.

114 lines (113 loc) 3.21 kB
{ "name": "class101-ui", "version": "2.0.1", "description": "A React-based UI Component Library, powered by Class101.", "author": "iseongho", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pedaling/class101-ui.git" }, "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "types": "dist/index.d.ts", "sideEffects": false, "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "test": "cross-env CI=1 react-scripts-ts test --env=jsdom", "test:watch": "react-scripts-ts test --env=jsdom", "build": "tsc -p . && rollup -c", "start": "rollup -c -w", "prepare": "yarn run build", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build", "docz:dev": "docz dev", "docz:build": "docz build", "prettier": "prettier --write src/**/*", "semantic-release": "semantic-release" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "prettier --write", "git add" ] }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0", "react-dom": "^15.0.0 || ^16.0.0", "react-router-dom": "^4.3.1", "styled-components": "^4.1.3" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-transform-modules-commonjs": "^7.1.0", "@babel/plugin-transform-parameters": "^7.1.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/plugin-transform-template-literals": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@pedaling/tslint-config-class101": "^1.0.3", "@types/jest": "^23.3.12", "@types/react": "^16.7.18", "@types/react-router-dom": "^4.3.1", "@types/styled-components": "^4.1.4", "cross-env": "^5.1.4", "docz": "^0.13.7", "docz-theme-default": "^0.12.9", "gh-pages": "^1.2.0", "husky": "^1.1.2", "lint-staged": "^8.0.0", "prettier": "^1.15.3", "react": "^16.4.1", "react-dom": "^16.4.1", "react-router-dom": "^4.3.1", "react-scripts-ts": "^3.1.0", "rollup": "^0.64.1", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-postcss": "^1.6.2", "rollup-plugin-typescript": "^1.0.0", "rollup-plugin-typescript2": "^0.18.1", "rollup-plugin-url": "^1.4.0", "semantic-release": "^15.13.1", "styled-components": "^4.1.3", "tslib": "^1.9.3", "tslint": "^5.12.0" }, "files": [ "dist" ], "dependencies": { "typescript": "3.1.6" }, "bugs": { "url": "https://github.com/pedaling/class101-ui/issues" }, "homepage": "https://github.com/pedaling/class101-ui#readme", "directories": { "example": "example" }, "keywords": [ "ui-library", "ui-framework", "ui-components", "ui-kit", "ui-toolkit", "class101", "design" ] }