kitchensink
Version:
Dispatch's awesome components and style guide
80 lines (79 loc) • 2.62 kB
JSON
{
"name": "KitchensinkExamples",
"version": "1.0.0",
"description": "Playground for Kitchensink",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/DispatchMe/kitchen.git"
},
"scripts": {
"build": "rm -rf dist && set NODE_ENV=production && webpack --config ./webpack.production.config.js --progress --profile --colors",
"build:umd": "webpack components/ kitchensink.umd.js --config webpack.generate.umd.config.js",
"build:umd:w": "webpack components/ kitchensink.umd.js --config webpack.generate.umd.config.js --watch",
"compile": "babel --modules amd -d lib/ components/",
"cover": "npm run lint && babel-node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha test/**/*.spec.jsx",
"jscs": "jscs .",
"jscs:fix": "jscs . --fix || true",
"lint": "eslint . --ext .jsx",
"lint:fix": "npm run lint -- --fix || true",
"mocha": "node_modules/mocha/bin/_mocha --compilers jsx:babel-register components/**/*.tests.jsx --require testSetup.js",
"start": "babel-node server",
"test": "npm run lint && npm run mocha",
"test:w": "npm run mocha -- --watch"
},
"dependencies": {
"radium": "0.18.0",
"react": "15.2.1",
"react-dom": "15.2.1"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-eslint": "^6.0.0-beta.6",
"babel-jscs": "^2.0.5",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.4.3",
"compression": "^1.6.1",
"css-loader": "^0.19.0",
"enzyme": "^2.4.1",
"eslint": "^2.5.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"expect": "^1.20.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "^1.6.1",
"install": "^0.4.1",
"jscs": "^2.10.1",
"jsdom": "^3.x.x",
"json-loader": "^0.5.3",
"lodash": "^4.0.0",
"mocha": "^2.3.4",
"mocha-jsdom": "^1.0.0",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "15.2.1",
"react-transform-hmr": "^1.0.0",
"rimraf": "^2.4.3",
"stats-webpack-plugin": "^0.2.1",
"style-loader": "^0.12.4",
"webpack": "^1.9.10",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
},
"keywords": [
"Dispatch",
"ui",
"components",
"layout",
"style",
"guide"
],
"author": "Dispatch.me",
"license": "MIT"
}