{
    "name": "doka",
    "version": "0.1.0",
    "description": "",
    "main": "./lib",
    "scripts": {
        "test": "jest",
        "storybook": "open http://localhost:6006 && start-storybook -p 6006",
        "build-storybook": "build-storybook",
        "build:src": "babel ./src --out-dir ./lib --copy-files",
        "build": "npm run build:src && webpack src/index.js build/index.js --config bin/config/webpack.prod.js",
        "pub": "npm run build && git add -A && git commit -m 'rebuild' && git push origin master "
    },
    "devDependencies": {
        "@kadira/storybook": "^2.28.1",
        "babel-core": "^6.14.0",
        "babel-jest": "*",
        "babel-loader": "^6.2.5",
        "babel-plugin-lodash": "^3.2.10",
        "babel-polyfill": "*",
        "babel-preset-es2015": "^6.14.0",
        "babel-preset-react": "^6.5.0",
        "babel-preset-stage-0": "^6.5.0",
        "copy-webpack-plugin": "^3.0.1",
        "css-loader": "^0.23.1",
        "enzyme": "~2.4.1",
        "extract-text-webpack-plugin": "^1.0.1",
        "file-loader": "^0.8.5",
        "html-loader": "^0.4.3",
        "img-loader": "^1.3.1",
        "jest-cli": "*",
        "jest-webpack": "^0.2.1",
        "less": "^2.7.1",
        "less-loader": "^2.2.3",
        "lodash": "^4.13.1",
        "react": "^15.3.2",
        "react-addons-test-utils": "~15.3.1",
        "react-dom": "^15.3.2",
        "rucksack-css": "^0.8.5",
        "should": "^11.1.0",
        "string-loader": "0.0.1",
        "style-loader": "^0.13.1",
        "url-loader": "^0.5.7",
        "webpack": "^1.13.2"
    },
    "license": "MIT",
    "jest": {
        "scriptPreprocessor": "<rootDir>/node_modules/jest-webpack"
    },
    "jest-webpack-config": "./bin/config/webpack.jest.js",
    "dependencies": {
        "classnames": "^2.2.5"
    }
}