yoda-common-boilerplate
Version:
Repository of all JCP reusable atoms, molecules and organisms
94 lines (93 loc) • 3.41 kB
JSON
{
"name": "yoda-common-boilerplate",
"version": "1.0.0",
"description": "Repository of all JCP reusable atoms, molecules and organisms",
"main": "index.js",
"scripts": {
"_start": "node server.js",
"_build": "webpack",
"_test": "NODE_PATH=./src _mocha",
"_watch:test": "_mocha --watch src/*.jsx",
"_coverage": "istanbul cover _mocha",
"dev:common": "parallelshell \"npm run _watch:test\" \"start-storybook -p 9001 -c .storybook\"",
"build:common": "npm run _test && npm run _build",
"clean:build": "rimraf build/*",
"build:atoms": "babel src/atoms -d build/src/atoms",
"build:molecules": "babel src/molecules -d build/src/molecules",
"build:package": "babel src/index.jsx -o build/index.js && node ./tools/build-package.js",
"compile-package": "npm run clean:build && npm run build:atoms && npm run build:molecules && npm run build:package",
"prepublish": "npm run compile-package"
},
"repository": {
"type": "git",
"url": "ssh://git@stash.jcpenney.com:7999/jcp-rwd/yoda-common.git"
},
"keywords": [
"atoms",
"molecules",
"organisms",
"components",
"webpack"
],
"author": "JCP Developers",
"license": "UNLICENSED",
"dependencies": {
"babel-runtime": "6.18.0"
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.3.0",
"@kadira/storybook": "^2.34.0",
"@kadira/storybook-addon-knobs": "^1.4.1",
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-eslint": "7.1.1",
"babel-loader": "^6.2.9",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-latest": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-register": "^6.18.0",
"blacklist": "^1.1.4",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"enzyme": "^2.6.0",
"eslint": "^3.12.1",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-react": "^4.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"fs-extra": "^1.0.0",
"ignore-styles": "^5.0.1",
"istanbul": "^1.0.0-alpha.2",
"jsdom": "^9.8.3",
"jsdom-global": "^2.1.0",
"mocha": "^3.2.0",
"parallelshell": "^2.0.0",
"postcss-cssnext": "^2.9.0",
"postcss-for": "^2.1.1",
"postcss-loader": "^1.1.1",
"postcss-nesting": "2.3.1",
"postcss-smart-import": "^0.4.4",
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"react-hot-loader": "^1.3.1",
"rimraf": "^2.5.4",
"sinon": "^1.17.6",
"style-loader": "^0.12.3",
"stylelint-config-standard": "^15.0.1",
"stylelint-webpack-plugin": "^0.4.2",
"webpack": "^1.14.0"
},
"peerDependencies": {
"react": "15.4.1"
}
}