|
13 | 13 | "cover": "cross-env NODE_ENV=test node --max-old-space-size=2048 $(which nyc) npm run mocha test", |
14 | 14 | "lint": "eslint --ext .js,.jsx src test", |
15 | 15 | "mocha": "mocha ./test/_helpers", |
16 | | - "storybook:uninstall": "rimraf node_modules/@kadira node_modules/react-modal node_modules/react-dom-factories node_modules/react-svg-loader", |
17 | | - "react:clean": "npm run storybook:uninstall && npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune", |
| 16 | + "storybook:uninstall": "rimraf node_modules/@storybook node_modules/react-modal node_modules/react-dom-factories node_modules/react-svg-loader", |
| 17 | + "react:clean": "npm run storybook:uninstall && npm install ajv ajv-keywords && npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune", |
18 | 18 | "react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save [email protected] [email protected] [email protected] && npm run storybook:uninstall && npm prune", |
19 | 19 | "react:15": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm run storybook:uninstall && npm prune", |
20 | 20 | "pretest": "npm run --silent lint", |
21 | 21 | "tests-only": "npm run mocha --silent test", |
22 | 22 | "tests-karma": "karma start", |
23 | 23 | "test": "npm run tests-only && npm run tests-karma", |
24 | | - "storybook": "start-storybook -p 9001 -s ./public", |
| 24 | + "storybook": "start-storybook -p 9001", |
25 | 25 | "tag": "git tag v$npm_package_version", |
26 | 26 | "gh-pages:clean": "rimraf _gh-pages", |
27 | 27 | "gh-pages:build": "$(npm bin)/build-storybook -o _gh-pages", |
|
49 | 49 | }, |
50 | 50 | "homepage": "https://github.com/airbnb/react-dates#readme", |
51 | 51 | "devDependencies": { |
52 | | - "@kadira/react-storybook-addon-info": "^3.4.0", |
53 | | - "@kadira/storybook": "^2.35.3", |
54 | | - "@kadira/storybook-addon-options": "^1.0.2", |
55 | | - "@kadira/storybook-addons": "^1.6.1", |
| 52 | + "@storybook/addon-info": "^3.1.6", |
| 53 | + "@storybook/addon-options": "^3.1.6", |
| 54 | + "@storybook/react": "^3.1.6", |
56 | 55 | "airbnb-js-shims": "^1.1.1", |
57 | 56 | "babel-cli": "^6.24.1", |
58 | 57 | "babel-core": "^6.25.0", |
59 | | - "babel-loader": "^6.4.1", |
| 58 | + "babel-loader": "^7.1.1", |
60 | 59 | "babel-plugin-istanbul": "^4.1.4", |
61 | 60 | "babel-plugin-syntax-jsx": "^6.18.0", |
62 | 61 | "babel-plugin-transform-replace-object-assign": "^0.2.1", |
|
96 | 95 | "react-test-renderer": "^15.5.4", |
97 | 96 | "rimraf": "^2.6.1", |
98 | 97 | "safe-publish-latest": "^1.1.1", |
99 | | - "sass-loader": "^4.1.1", |
| 98 | + "sass-loader": "^6.0.6", |
100 | 99 | "sinon": "^2.3.5", |
101 | 100 | "sinon-sandbox": "^1.0.2", |
102 | 101 | "style-loader": "^0.16.1", |
103 | | - "webpack": "^1.15.0" |
| 102 | + "webpack": "^2.6.1" |
104 | 103 | }, |
105 | 104 | "dependencies": { |
106 | 105 | "airbnb-prop-types": "^2.5.4", |
|
0 commit comments