client/package.json
author ymh <ymh.work@gmail.com>
Thu, 11 Oct 2018 11:05:04 +0200
changeset 169 f98efa1bddd1
parent 168 ea92f4fe783d
child 170 7da1d5137b0b
permissions -rw-r--r--
Correct session edition

{
  "name": "client",
  "version": "0.1.0",
  "private": true,
  "homepage": "http://www.iri.centrepompidou.fr",
  "dependencies": {
    "@types/react-modal": "^3.2.1",
    "@types/slate-html-serializer": "^0.6.2",
    "@types/slate-plain-serializer": "^0.6.0",
    "@types/slate-react": "^0.18.0",
    "bootstrap": "^4.1.3",
    "connected-react-router": "^4.5.0",
    "i18next": "^11.6.0",
    "immutable": "^3.8.2",
    "jquery": "^3.3.1",
    "jwt-decode": "^2.2.0",
    "localforage": "^1.5.0",
    "lodash": "^4.17.4",
    "moment": "^2.18.1",
    "npm": "^6.4.1",
    "popper.js": "^1.14.4",
    "qs": "^6.5.0",
    "ramda": "^0.25.0",
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "react-modal": "^3.5.1",
    "react-overlays": "^0.8.3",
    "react-portal": "^4.1.5",
    "react-redux": "^5.0.5",
    "react-router": "^4.3.1",
    "redux": "^4.0.0",
    "redux-persist": "^5.10.0",
    "redux-saga": "^0.16.0",
    "slate": "^0.41.1",
    "slate-html-serializer": "^0.7.2",
    "slate-plain-serializer": "^0.6.2",
    "slate-react": "^0.18.5",
    "uuid": "^3.0.1",
    "yarn": "^1.6.0"
  },
  "devDependencies": {
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "material-design-icons": "^3.0.1",
    "node-sass-chokidar": "^1.3.3",
    "npm-run-all": "^4.1.2",
    "react-scripts": "1.1.5",
    "react-test-renderer": "^16.5.2"
  },
  "scripts": {
    "build-css": "node-sass-chokidar --include-path ./src --include-path ./src/scss --include-path ./node_modules src/ -o src/",
    "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./src/scss --include-path ./node_modules 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"
  }
}