better-react-spinkit
Version:
A collection of loading indicators animated with CSS for React
116 lines (115 loc) • 2.93 kB
JSON
{
"name": "better-react-spinkit",
"description": "A collection of loading indicators animated with CSS for React",
"version": "2.0.4",
"author": "Ben Tatum <bentatum@me.com>",
"scripts": {
"lint": "standard --fix",
"precommit": "npm test",
"prepush": "npm test",
"commitmsg": "validate-commit-msg",
"prebuild": "rm -rf dist",
"build": "babel -d dist/ src/",
"prepublish": "npm run lint && npm run test && npm run build",
"test": "npm run lint && mocha src/**/__spec__/*.spec.js --compilers js:babel-register"
},
"bugs": {
"url": "https://github.com/bentatum/better-react-spinkit/issues"
},
"dependencies": {
"inline-style-prefixer": "^3.0.3",
"minify-css-string": "^1.0.0"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.2.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.24.1",
"commitizen": "^2.8.2",
"cz-conventional-changelog": "^2.0.0",
"eslint-plugin-jsx-control-statements": "^2.1.1",
"expect": "^1.20.2",
"ghooks": "^2.0.0",
"husky": "^0.13.3",
"jsx-control-statements": "^3.1.2",
"lodash": "^4.17.4",
"mocha": "^3.3.0",
"prop-types": "^15.5.8",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"standard": "^10.0.2",
"validate-commit-msg": "^2.12.1"
},
"homepage": "https://github.com/bentatum/better-react-spinkit",
"keywords": [
"react",
"react-component",
"spinkit",
"spinners",
"loaders",
"loading",
"icon",
"waiting",
"react loaders",
"react loading",
"react loading gif",
"react loading indicator",
"react spinners"
],
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bentatum/better-react-spinkit.git"
},
"babel": {
"presets": [
"react",
"es2015",
"stage-1"
],
"plugins": [
"jsx-control-statements",
"transform-decorators-legacy"
]
},
"standard": {
"globals": [
"context",
"beforeEach",
"describe",
"it",
"Choose",
"Otherwise",
"When"
],
"parser": "babel-eslint"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": [
"issue",
"master",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "subject does not match subject pattern!",
"helpMessage": ""
}
}
}