cvut/fittable

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cvut/fittable",
  "version": "0.8.1",
  "description": "Flexible calendar widget for fittable written in JavaScript",
  "main": "dist/app.js",
  "author": "Marián Hlaváč",
  "repository": {
    "type": "git",
    "url": "https://github.com/cvut/fittable"
  },
  "bugs": {
    "url": "https://github.com/cvut/fittable/issues"
  },
  "scripts": {
    "lint": "eslint src test --ext .js,.jsx",
    "clean": "rimraf dist/",
    "prebuild": "npm run clean",
    "build": "npm-run-all -p build:prod build:assets",
    "build:dev": "webpack -d",
    "build:prod": "webpack --optimize-minimize --config webpack.production.config.js --bail",
    "build:npm": "babel --out-dir dist src",
    "build:assets": "node script/build-static",
    "start": "npm run build:assets && webpack-dev-server --content-base dist/ --hot -d",
    "watch": "webpack -d --watch",
    "watch:npm": "babel -w --out-dir dist src",
    "test": "babel-tape-runner \"test/**/*.test.js\"",
    "test:watch": "chokidar --initial \"src/**/*.js\" \"src/**/*.js\" \"test/**/*.js\" -c \"npm test | tap-bail\"",
    "test:spec": "npm test | tap-spec"
  },
  "dependencies": {
    "babel-runtime": "^5.8.25",
    "camelize": "^1.0.0",
    "counterpart": "^0.17.0",
    "file-loader": "^0.8.4",
    "font-awesome": "^4.4.0",
    "frozen-moment": "^0.4.0",
    "hammerjs": "^2.0.4",
    "history": "^1.13.1",
    "moment": "^2.15.1",
    "moment-timezone": "^0.5.6",
    "ramda": "^0.19.0",
    "raven-js": "^2.3.0",
    "react": "^0.14.0",
    "react-addons-css-transition-group": "^0.14.3",
    "react-cookie": "^0.3.4",
    "react-dom": "^0.14.0",
    "react-redux": "^4.0.0",
    "react-router": "^1.0.0-rc3",
    "redux": "^3.0.4",
    "redux-localstorage": "^1.0.0-rc4",
    "redux-localstorage-filter": "^0.1.1",
    "redux-router": "^1.0.0-beta3",
    "redux-thunk": "^1.0.0"
  },
  "devDependencies": {
    "autoprefixer-loader": "^3.1.0",
    "babel": "^5.8.23",
    "babel-core": "^5.8.25",
    "babel-eslint": "^4.1.3",
    "babel-loader": "^5.3.2",
    "babel-tape-runner": "^1.2.0",
    "blue-tape": "^0.1.10",
    "chokidar-cli": "^1.1.0",
    "css-loader": "^0.21.0",
    "dotenv": "^1.2.0",
    "eslint": "^1.7.3",
    "eslint-config-standard": "^4.4.0",
    "eslint-config-standard-react": "^1.1.0",
    "eslint-plugin-react": "^3.6.3",
    "eslint-plugin-standard": "^1.3.1",
    "extract-text-webpack-plugin": "^0.8.2",
    "foundation-sites": "^5.5.3",
    "json-loader": "^0.5.3",
    "node-sass": "^4.14.1",
    "npm-run-all": "^1.2.12",
    "redux-logger": "^2.1.3",
    "rimraf": "^2.4.3",
    "sass-loader": "^3.0.0",
    "shelljs": "^0.5.3",
    "sinon": "^1.17.2",
    "style-loader": "^0.13.0",
    "tap-bail": "0.0.0",
    "tap-spec": "^4.1.0",
    "timekeeper": "0.0.5",
    "webpack": "^1.12.2",
    "webpack-dev-server": "^1.12.1"
  },
  "license": "MIT"
}