client/package.json
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 31 May 2017 17:25:03 +0200
changeset 9 bb8daf87c1de
parent 5 5c91bfa8fcde
child 12 48ddaa42b810
permissions -rw-r--r--
Add .editorconfig

{
  "name": "client",
  "version": "0.1.0",
  "private": true,
  "homepage": ".",
  "dependencies": {
    "bootstrap-sass": "^3.3.7",
    "immutable": "^3.8.1",
    "react": "^15.5.4",
    "react-bootstrap": "^0.31.0",
    "react-dom": "^15.5.4",
    "react-redux": "^5.0.5",
    "redux": "^3.6.0",
    "redux-immutable": "^4.0.0",
    "slate": "^0.20.1",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "enzyme": "^2.8.2",
    "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 ./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 ./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"
  }
}