client/package.json
author ymh <ymh.work@gmail.com>
Fri, 04 Aug 2017 10:46:17 +0200
changeset 139 d3738ac909d8
parent 130 78246db1cbac
child 142 56850f5c73f6
permissions -rw-r--r--
provide a realistic default protocol

{
  "name": "client",
  "version": "0.1.0",
  "private": true,
  "homepage": ".",
  "dependencies": {
    "immutable": "^3.8.1",
    "jwt-decode": "^2.2.0",
    "localforage": "^1.5.0",
    "lodash": "^4.17.4",
    "moment": "^2.18.1",
    "qs": "^6.5.0",
    "react": "^15.5.4",
    "react-bootstrap": "^0.31.0",
    "react-dom": "^15.5.4",
    "react-overlays": "^0.7.0",
    "react-portal": "^3.1.0",
    "react-redux": "^5.0.5",
    "react-router-redux": "next",
    "redux": "^3.6.0",
    "redux-immutable": "^4.0.0",
    "redux-persist": "^4.8.2",
    "redux-persist-immutable": "^4.3.0",
    "redux-persist-transform-immutable": "^4.3.0",
    "redux-saga": "^0.15.6",
    "slate": "^0.20.1",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "bootstrap-sass": "^3.3.7",
    "enzyme": "^2.8.2",
    "material-design-icons": "^3.0.1",
    "node-sass-chokidar": "^0.0.1",
    "npm-run-all": "^4.0.2",
    "react-scripts": "1.0.2",
    "react-test-renderer": "^15.5.4"
  },
  "scripts": {
    "build-css": "node-sass-chokidar --include-path ./src --include-path ./src/sass --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/",
    "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./src/sass --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/ --watch --recursive",
    "start-js": "react-scripts start",
    "start": "npm-run-all -p watch-css start-js",
    "build": "npm run build-css && react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }
}