@trendmicro/react-toasts
Version:
99 lines (98 loc) • 3.12 kB
JSON
{
"name": "@trendmicro/react-toasts",
"version": "0.2.0",
"description": "React Toasts",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"prepare": "npm run lint && npm test && npm run clean && npm run build && npm run styleguide:build",
"build": "babel --out-dir ./lib ./src",
"clean": "rm -f {lib}/*",
"demo": "http-server -p 8000 docs/",
"lint": "npm run eslint && npm run stylint",
"eslint": "eslint --ext .js --ext .jsx *.js src test",
"stylint": "stylint src",
"test": "tap test/*.js --node-arg=--require --node-arg=@babel/register --node-arg=--require --node-arg=@babel/polyfill --reporter classic",
"coveralls": "tap test/*.js --coverage --coverage-report=text-lcov --nyc-arg=--require --nyc-arg=@babel/register --nyc-arg=--require --nyc-arg=@babel/polyfill | coveralls",
"dev": "npm run styleguide",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trendmicro-frontend/react-toasts.git"
},
"author": "Cheton Wu <cheton_wu@trendmicro.com>",
"contributors": [
{
"name": "Cheton Wu",
"email": "cheton@gmail.com",
"url": "https://github.com/trendmicro-frontend"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/trendmicro-frontend/react-toasts/issues"
},
"homepage": "https://github.com/trendmicro-frontend/react-toasts",
"keywords": [
"react-toasts",
"react",
"toasts"
],
"peerDependencies": {
"react": ">=16.3.0"
},
"dependencies": {
"classnames": "^2.2.6",
"prop-types": "^15.6.0"
},
"devDependencies": {
"@babel/cli": "~7.7.5",
"@babel/core": "~7.7.5",
"@babel/polyfill": "~7.7.0",
"@babel/preset-env": "~7.7.6",
"@babel/preset-react": "~7.7.4",
"@babel/register": "~7.7.4",
"@trendmicro/babel-config": "~1.0.0-alpha",
"babel-eslint": "~10.0.3",
"babel-loader": "~8.0.6",
"coveralls": "~3.0.9",
"cross-env": "~6.0.3",
"css-loader": "~3.3.2",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "~1.15.1",
"eslint": "~6.7.2",
"eslint-config-trendmicro": "~1.4.1",
"eslint-loader": "~3.0.3",
"eslint-plugin-import": "~2.19.1",
"eslint-plugin-jsx-a11y": "~6.2.3",
"eslint-plugin-react": "~7.17.0",
"extract-text-webpack-plugin": "~3.0.2",
"file-loader": "~5.0.2",
"find-imports": "~1.1.0",
"html-webpack-plugin": "~3.2.0",
"http-server": "~0.12.0",
"jsdom": "~15.2.1",
"mini-css-extract-plugin": "~0.8.0",
"react": "^16.8.0",
"react-bootstrap-buttons": "~1.0.0",
"react-dom": "^16.8.0",
"react-github-corner": "~2.3.0",
"react-styleguidist": "~10.3.2",
"style-loader": "~1.0.1",
"styled-components": "~4.4.1",
"styled-system": "~5.1.4",
"stylint": "~2.0.0",
"stylus": "~0.54.7",
"stylus-loader": "~3.0.2",
"tap": "~14.10.2",
"trendmicro-ui": "~0.5.2",
"url-loader": "~3.0.0",
"webpack": "~4.41.3",
"webpack-cli": "~3.3.10",
"webpack-dev-server": "~3.9.0"
}
}