You've already forked react-add-to-calendar
mirror of
https://github.com/encounter/react-add-to-calendar.git
synced 2026-03-30 11:35:41 -07:00
4daecab7f2
* Bump to React 16.2 * adding prop to allow users to bring their own icon library instead of using font-awesome #19 * merging in #20 so that react peer dependency version is updated * bumping version to `0.1.5` * fixing build
103 lines
3.0 KiB
JSON
103 lines
3.0 KiB
JSON
{
|
|
"author": "Jason Salzman",
|
|
"name": "react-add-to-calendar",
|
|
"description":
|
|
"A simple and reusable add to calendar button component for React",
|
|
"version": "0.1.5",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/jasonsalzman/react-add-to-calendar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jasonsalzman/react-add-to-calendar.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jasonsalzman/react-add-to-calendar/issues"
|
|
},
|
|
"main": "dist/react-add-to-calendar.min.js",
|
|
"style": "dist/react-add-to-calendar.min.css",
|
|
"files": ["*.md", "dist", "lib"],
|
|
"keywords": [
|
|
"react",
|
|
"add-to-calendar",
|
|
"calendar",
|
|
"event",
|
|
"react-component"
|
|
],
|
|
"devDependencies": {
|
|
"babel-core": "^6.24.1",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-plugin-react-transform": "^2.0.2",
|
|
"babel-preset-airbnb": "^2.2.3",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"chai": "^3.5.0",
|
|
"codecov": "^2.2.0",
|
|
"create-react-class": "^15.5.3",
|
|
"css-loader": "^0.28.2",
|
|
"enzyme": "^3.2.0",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-node": "^4.2.2",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-react": "^7.0.1",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"express": "^4.15.3",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"grunt": "1.0.1",
|
|
"grunt-babel": "^6.0.0",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-sass": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "^19.0.0",
|
|
"grunt-karma": "^2.0.0",
|
|
"grunt-scss-lint": "^0.5.0",
|
|
"grunt-webpack": "^1.0.18",
|
|
"highlight.js": "^9.11.0",
|
|
"istanbul-instrumenter-loader": "^2.0.0",
|
|
"jsdom": "^9.12.0",
|
|
"karma": "^1.7.0",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^2.1.1",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-firefox-launcher": "^1.0.1",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-safari-launcher": "^1.0.0",
|
|
"karma-sinon": "^1.0.5",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.8.1",
|
|
"lodash": "^4.17.4",
|
|
"mocha": "^3.4.1",
|
|
"mocha-jsdom": "^1.1.0",
|
|
"node-sass": "^4.7.2",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^16.2.0",
|
|
"react-docgen": "^2.15.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-transform-hmr": "^1.0.4",
|
|
"sass-loader": "^4.1.1",
|
|
"sinon": "^1.17.7",
|
|
"style-loader": "^0.18.0",
|
|
"webpack": "^1.15.0",
|
|
"webpack-dev-middleware": "^1.10.2",
|
|
"webpack-dev-server": "^1.16.4",
|
|
"webpack-hot-middleware": "^2.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^15.5.4 || ^16.0.0",
|
|
"react-dom": "^15.5.4 || ^16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"moment": "^2.18.1"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=production grunt build",
|
|
"start": "node server.js",
|
|
"test": "NODE_ENV=test grunt travis",
|
|
"eslint": "eslint **/*.js",
|
|
"prepublish": "npm run build",
|
|
"codecov": "cat coverage/*/lcov.info | ./node_modules/codecov/bin/codecov"
|
|
}
|
|
}
|