|
1 | 1 | { |
2 | 2 | "name": "react-semantic-ui-datepickers", |
3 | | - "version": "0.0.0-semantically-released", |
| 3 | + "version": "0.0.0-development", |
4 | 4 | "description": "Datepickers built with Semantic UI for React and Dayzed", |
5 | 5 | "main": "dist/react-semantic-ui-datepickers.js", |
6 | 6 | "typings": "./dist/index.d.ts", |
7 | 7 | "scripts": { |
8 | | - "add-contributor": "kcd-scripts contributors add", |
9 | 8 | "build": "kcd-scripts build --bundle cjs.minify", |
10 | 9 | "deploy": "now --public ./storybook-static -A ../now.json && now alias", |
11 | 10 | "lint": "kcd-scripts lint", |
12 | | - "precommit": "kcd-scripts precommit", |
13 | 11 | "predeploy": "npm run storybook:build", |
14 | 12 | "prepare": "cd date-fns-v2/ && npm install", |
15 | 13 | "semantic-release": "semantic-release", |
|
20 | 18 | "travis-deploy-once": "travis-deploy-once", |
21 | 19 | "validate": "kcd-scripts validate" |
22 | 20 | }, |
| 21 | + "husky": { |
| 22 | + "hooks": { |
| 23 | + "pre-commit": "kcd-scripts pre-commit" |
| 24 | + } |
| 25 | + }, |
23 | 26 | "files": [ |
24 | 27 | "dist" |
25 | 28 | ], |
|
32 | 35 | "author": "Arthur Denner <arthurdenner7@gmail.com>", |
33 | 36 | "license": "MIT", |
34 | 37 | "dependencies": { |
| 38 | + "@babel/runtime": "^7.4.5", |
35 | 39 | "classnames": "^2.2.5", |
36 | 40 | "date-fns": "^1.29.0", |
37 | 41 | "dayzed": "^2.2.0", |
|
40 | 44 | }, |
41 | 45 | "devDependencies": { |
42 | 46 | "@storybook/react": "^3.4.0", |
43 | | - "all-contributors-cli": "^5.3.0", |
44 | 47 | "babel-core": "^6.26.0", |
45 | 48 | "babel-runtime": "^6.26.0", |
46 | | - "kcd-scripts": "^0.36.1", |
| 49 | + "kcd-scripts": "^1.4.0", |
47 | 50 | "prop-types": "^15.6.1", |
48 | 51 | "react": ">=16.2.1", |
49 | 52 | "react-dom": ">=16.2.1", |
50 | 53 | "rollup-plugin-copy": "^0.2.3", |
51 | 54 | "rollup-plugin-postcss": "^1.6.2", |
52 | | - "semantic-release": "^15.8.1", |
| 55 | + "semantic-release": "^15.13.12", |
53 | 56 | "semantic-ui-css": "^2.3.1", |
54 | 57 | "semantic-ui-react": "^0.79.1", |
55 | 58 | "serve": "^10.0.0", |
|
69 | 72 | "ignoreRestSiblings": true |
70 | 73 | } |
71 | 74 | ], |
72 | | - "complexity": ["error", 10], |
| 75 | + "complexity": [ |
| 76 | + "error", |
| 77 | + 10 |
| 78 | + ], |
73 | 79 | "import/no-unassigned-import": 0, |
74 | 80 | "no-console": 1 |
75 | 81 | } |
|
0 commit comments