@trendmicro/react-notifications
Version:
Trend Micro Components: React Notifications
94 lines (93 loc) • 3.17 kB
JSON
{
"name": "@trendmicro/react-notifications",
"version": "1.0.1",
"description": "Trend Micro Components: React Notifications",
"main": "lib/index.js",
"files": [
"dist",
"lib"
],
"scripts": {
"prepublish": "npm run lint && npm test && npm run clean && npm run bowersync && npm run build && npm run build-examples",
"bowersync": "./scripts/bowersync",
"build": "webpack && npm run cleancss",
"build-examples": "cd examples; webpack",
"clean": "rm -f {lib,dist}/*",
"cleancss": "cleancss -o dist/react-notifications.min.css dist/react-notifications.css",
"demo": "http-server -p 8000 docs/",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"test": "tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
"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": "cd examples; webpack-dev-server --hot --inline --host 0.0.0.0 --port 8000 --content-base ../docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trendmicro-frontend/react-notifications.git"
},
"author": "Cheton Wu <cheton_wu@trend.com.tw>",
"contributors": [
{
"name": "Cheton Wu",
"email": "cheton_wu@trend.com.tw",
"url": "https://github.com/trendmicro-frontend"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/trendmicro-frontend/react-notifications/issues"
},
"homepage": "https://github.com/trendmicro-frontend/react-notifications",
"keywords": [
"react",
"react-notifications"
],
"peerDependencies": {
"react": "^0.14.0 || >=15.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
"devDependencies": {
"@trendmicro/react-anchor": "^0.5.6",
"@trendmicro/react-buttons": "~1.3.0",
"@trendmicro/react-modal": "^2.1.0",
"babel-cli": "~6.26.0",
"babel-core": "~6.26.0",
"babel-eslint": "~8.2.3",
"babel-loader": "~7.1.4",
"babel-plugin-transform-decorators-legacy": "~1.3.4",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"clean-css": "~4.1.11",
"clean-css-cli": "~4.1.11",
"coveralls": "~3.0.0",
"css-loader": "~0.28.11",
"eslint": "~4.19.1",
"eslint-config-trendmicro": "~1.3.0",
"eslint-loader": "~2.0.0",
"eslint-plugin-import": "~2.11.0",
"eslint-plugin-jsx-a11y": "~6.0.3",
"eslint-plugin-react": "~7.7.0",
"extract-text-webpack-plugin": "~2.1.2",
"file-loader": "~1.1.11",
"find-imports": "~0.5.2",
"html-webpack-plugin": "~2.28.0",
"http-server": "~0.11.1",
"nib": "~1.1.2",
"react": "^0.14.0 || >=15.0.0",
"react-dom": "^0.14.0 || >=15.0.0",
"style-loader": "~0.20.3",
"stylint": "~1.5.9",
"stylint-loader": "~1.0.0",
"stylus-loader": "~3.0.2",
"tap": "~11.1.4",
"trendmicro-ui": "~0.5.1",
"url-loader": "~1.0.1",
"webpack": "~2.6.1",
"webpack-dev-server": "~2.4.5",
"which": "~1.3.0"
}
}