{
    "name": "@folklore/laravel",
    "version": "0.1.2",
    "description": "Laravel utilities",
    "keywords": [
        "javascript",
        "size",
        "ui",
        "utils"
    ],
    "homepage": "https://github.com/Folkloreatelier/folklore-js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Folkloreatelier/folklore-js.git"
    },
    "author": {
        "name": "Folklore",
        "email": "info@atelierfolklore.ca"
    },
    "contributors": [
        {
            "name": "David Mongeau-Petitpas",
            "email": "dmp@atelierfolklore.ca"
        },
        {
            "name": "Nicolas Roy-Bourdages",
            "email": "nrb@atelierfolklore.ca"
        },
        {
            "name": "Hugo St-Onge",
            "email": "hso@atelierfolklore.ca"
        }
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "files": [
        "lib",
        "es",
        "dist"
    ],
    "scripts": {
        "storybook": "../../node_modules/.bin/start-storybook -p 9008 -c ../../.storybook-package",
        "clean": "rm -rf dist && rm -rf lib && rm -rf es",
        "webpack:dist": "node -r babel-register ../../node_modules/.bin/webpack --config ./webpack.config.js --progress --colors",
        "webpack": "npm run webpack:dist",
        "babel:es": "BABEL_ENV=es ../../node_modules/.bin/babel src --out-dir es --ignore story.js,test.js",
        "babel:cjs": "BABEL_ENV=cjs ../../node_modules/.bin/babel src --out-dir lib --ignore story.js,test.js",
        "babel": "npm run babel:es && npm run babel:cjs",
        "build": "npm run webpack && npm run babel",
        "prepare": "npm run clean && npm run build",
        "start": "npm run storybook"
    },
    "dependencies": {
        "babel-runtime": "^6.26.0",
        "hoist-non-react-statics": "^2.3.1",
        "invariant": "^2.2.2",
        "lodash": "^4.17.4",
        "node-polyglot": "^2.2.2",
        "prop-types": "^15.6.0"
    },
    "devDependencies": {
        "react": ">=15.0.0 || ^16.0.0",
        "react-dom": ">=15.0.0 || ^16.0.0"
    },
    "peerDependencies": {
        "react": ">=15.0.0 || ^16.0.0",
        "react-dom": ">=15.0.0 || ^16.0.0"
    }
}
