client/package.json
author ymh <ymh.work@gmail.com>
Fri, 30 Nov 2018 10:53:15 +0100
changeset 183 f8f3af9e5c83
parent 175 6fcda59daff8
child 188 00cf90eb0f5a
permissions -rw-r--r--
Change the settings to avoid using Session authentication for rest framework as it raise exceptions in case client and backend are on the same domain On the filter, adapt to take into account new version of django_filters

{
  "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.20.0",
    "bootstrap": "^4.1.3",
    "color": "^3.1.0",
    "connected-react-router": "^5.0.1",
    "history": "^4.7.2",
    "i18next": "^12.0.0",
    "i18next-browser-languagedetector": "^2.2.3",
    "immutable": "^4.0.0-rc.12",
    "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",
    "prop-types": "^15.6.2",
    "qs": "^6.5.0",
    "ramda": "^0.25.0",
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "react-i18next": "^8.3.6",
    "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.44.6",
    "slate-html-serializer": "^0.7.2",
    "slate-plain-serializer": "^0.6.2",
    "slate-react": "^0.21.5",
    "typeface-roboto-mono": "^0.0.54",
    "typeface-rubik": "^0.0.54",
    "uuid": "^3.0.1",
    "yarn": "^1.12.1"
  },
  "devDependencies": {
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.7.0",
    "material-design-icons": "^3.0.1",
    "node-sass-chokidar": "^1.3.3",
    "npm-run-all": "^4.1.2",
    "react-scripts": "2.1.1",
    "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",
    "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}