Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Apr 8, 2017
1 parent ab73fc9 commit f375cf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const eslintrc = {
'markdown',
'react',
'babel',
'jsx-a11y'
],
rules: {
'class-methods-use-this': 0,
Expand Down
18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"array-tree-filter": "~1.0.0",
"babel-runtime": "6.x",
"classnames": "~2.2.1",
"css-vendor": "~0.3.4",
"moment": "~2.17.1",
"normalize.css": "^5.0.0",
"nuka-carousel": "~2.0.4",
Expand All @@ -50,20 +49,16 @@
"rc-tabs": "~7.3.1",
"rc-tooltip": "~3.4.2",
"rc-touchable": "~1.0.11",
"react-hammerjs": "^0.5.0",
"react-native-camera-roll-picker": "~1.1.6",
"react-native-collapsible": "^0.8.0",
"react-native-drawer-layout": "~1.1.1",
"react-native-menu": "~0.20.1",
"react-native-scrollable-tab-view": "^0.7.2",
"react-timer-mixin": "~0.13.3",
"rmc-cascader": "^4.1.1",
"rmc-date-picker": "^5.3.1",
"rmc-list-view": "^0.7.4",
"rmc-picker": "^3.8.0",
"rn-topview": "~0.1.0",
"shallowequal": "^0.2.2",
"zscroller": "~0.2.2"
"rn-topview": "~0.1.0"
},
"devDependencies": {
"@types/react": "^15.0.0",
Expand All @@ -83,10 +78,8 @@
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.5.0",
"bisheng-plugin-toc": "^0.4.0",
"clipboard": "^1.5.5",
"concurrently": "~2.1.0",
"cross-env": "^3.1.4",
"dom-scroll-into-view": "^1.2.0",
"dora-plugin-upload": "^0.3.1",
"enquire.js": "^2.1.1",
"enzyme": "^2.7.1",
Expand All @@ -99,23 +92,18 @@
"eslint-plugin-markdown": "1.0.0-beta.4",
"eslint-plugin-react": "^6.10.3",
"eslint-tinker": "^0.4.0",
"glob": "^7.1.1",
"jest": "^19.0.2",
"jsonml-to-react-component": "~0.2.0",
"jsonml.js": "^0.1.0",
"jsonp": "^0.2.0",
"lesshint": "^2.1.0",
"lint-staged": "^3.3.1",
"lodash.debounce": "^4.0.6",
"mockdate": "^2.0.1",
"postcss-pxtorem": "^3.3.1",
"pre-commit": "1.x",
"promise": "~7.0.4",
"qrcode.react": "^0.6.1",
"querystring": "^0.2.0",
"rc-form": "1.x",
"react": "~15.4.1",
"react-addons-test-utils": "^15.2.0",
"react-copy-to-clipboard": "^4.0.1",
"react-document-title": "^2.0.1",
"react-dom": "~15.4.1",
"react-github-button": "^0.1.9",
Expand All @@ -124,9 +112,7 @@
"react-native-code-push": "~1.16.0-beta",
"react-native-mock": "^0.3.1",
"react-native-router-flux": "^3.30.3",
"react-stateless-wrapper": "~1.0.2",
"react-test-renderer": "^15.4.2",
"reqwest": "~2.0.5",
"svg-sprite-loader": "^0.0.31",
"typescript": "~2.1.6",
"typescript-babel-jest": "^1.0.1"
Expand Down
8 changes: 0 additions & 8 deletions typings/custom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ declare module 'rc-slider';

declare module 'rc-swipeout*';

declare module 'react-hammerjs';

declare module 'nuka-carousel';

declare module 'rc-tabs*';
Expand All @@ -44,8 +42,6 @@ declare module 'react-native-camera-roll-picker';

declare module 'react-mixin';

declare module 'react-timer-mixin';

declare module 'array-tree-filter';

declare module 'react-native-drawer-layout';
Expand All @@ -62,8 +58,4 @@ declare module 'rmc-pull-to-refresh';

declare module 'react-native-scrollable-tab-view';

declare module 'zscroller';

declare module 'shallowequal';

declare module 'react-native-collapsible/Accordion';

0 comments on commit f375cf4

Please sign in to comment.