UNPKG

2.28 kBJSONView Raw
1{
2 "name": "@kadira/storyshots",
3 "version": "1.1.1",
4 "description": "StoryShots - Snapshot Testing for React Storybook.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/kadirahq/storyshots.git"
8 },
9 "license": "MIT",
10 "options": {
11 "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
12 },
13 "bin": {
14 "storyshots": "./bin/run_storyshots.js"
15 },
16 "scripts": {
17 "prepublish": ". ./.scripts/prepublish.sh",
18 "lint": "eslint src",
19 "lintfix": "eslint src --fix",
20 "testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js",
21 "test": "npm run lint && npm run testonly",
22 "test-watch": "npm run testonly -- --watch --watch-extensions js",
23 "storybook": "NODE_ENV=development start-storybook -p 9010",
24 "storyshots": "node .scripts/run_local_storyshots.js",
25 "publish-storybook": "bash .scripts/publish_storybook.sh"
26 },
27 "peerDependencies": {
28 "@kadira/storybook": "^2.17.0",
29 "react": "^0.14.7 || ^15.0.0"
30 },
31 "devDependencies": {
32 "nodemon": "1.7.x",
33 "mocha": "^3.0.2",
34 "chai": "^3.5.0",
35 "eslint": "^3.6.0",
36 "babel-eslint": "^6.1.2",
37 "eslint-plugin-babel": "^3.2.0",
38 "babel-cli": "^6.14.0",
39 "babel-core": "^6.14.0",
40 "babel-polyfill": "^6.13.0",
41 "babel-preset-es2015": "^6.5.0",
42 "babel-preset-stage-2": "^6.5.0",
43 "babel-plugin-transform-runtime": "^6.15.0",
44 "react": "^15.3.2",
45 "react-dom": "^15.3.2",
46 "babel-loader": "^6.2.5",
47 "babel-preset-react": "^6.5.0",
48 "eslint-config-airbnb": "^12.0.0",
49 "eslint-plugin-react": "^6.3.0",
50 "sinon": "^1.17.6",
51 "enzyme": "^2.2.0",
52 "react-addons-test-utils": "^15.3.2",
53 "jsdom": "^9.5.0",
54 "eslint-plugin-jsx-a11y": "^2.2.2",
55 "@kadira/storybook": "^2.18.1",
56 "git-url-parse": "^6.0.1",
57 "babel-preset-react-app": "^0.2.1",
58 "eslint-plugin-import": "^1.16.0"
59 },
60 "dependencies": {
61 "babel-polyfill": "^6.13.0",
62 "babel-register": "^6.14.0",
63 "babel-runtime": "^6.11.6",
64 "chalk": "^1.1.3",
65 "chokidar": "^1.6.0",
66 "commander": "^2.9.0",
67 "jest-diff": "^15.1.0",
68 "jest-snapshot": "^15.1.1",
69 "jsdom": "^9.5.0",
70 "promptly": "^2.1.0",
71 "react-test-renderer": "^15.3.1",
72 "require-hijack": "^1.2.1"
73 }
74}