client/package.json
author ymh <ymh.work@gmail.com>
Thu, 29 Jul 2021 19:04:01 +0200
changeset 209 a01e6a4dc9d2
parent 207 c39d91bd16af
permissions -rw-r--r--
Add changes for deployments
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "client",
207
c39d91bd16af update dependencies and create new version
ymh <ymh.work@gmail.com>
parents: 204
diff changeset
     3
  "version": "0.2.3",
1
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "private": true,
188
00cf90eb0f5a Correct index file and add a favicon. increment version
ymh <ymh.work@gmail.com>
parents: 175
diff changeset
     5
  "homepage": "https://irinotes.iri-research.org",
1
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  "dependencies": {
195
669b563563f5 upgrade dependencies versions
ymh <ymh.work@gmail.com>
parents: 188
diff changeset
     7
    "@types/react-modal": "^3.6.0",
157
5c3af4f10e92 Update slate editor
salimr <riwad.salim@yahoo.fr>
parents: 153
diff changeset
     8
    "@types/slate-html-serializer": "^0.6.2",
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
     9
    "@types/slate-plain-serializer": "^0.6.0",
172
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    10
    "@types/slate-react": "^0.20.0",
151
57d63a248f0d Update to Bootstrap 4
salimr <riwad.salim@yahoo.fr>
parents: 148
diff changeset
    11
    "bootstrap": "^4.1.3",
174
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents: 172
diff changeset
    12
    "color": "^3.1.0",
195
669b563563f5 upgrade dependencies versions
ymh <ymh.work@gmail.com>
parents: 188
diff changeset
    13
    "connected-react-router": ">=6.0.0-beta.1",
172
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    14
    "history": "^4.7.2",
195
669b563563f5 upgrade dependencies versions
ymh <ymh.work@gmail.com>
parents: 188
diff changeset
    15
    "i18next": "^12.1.0",
171
03334a31130a Add translation with react-i18next
ymh <ymh.work@gmail.com>
parents: 170
diff changeset
    16
    "i18next-browser-languagedetector": "^2.2.3",
209
a01e6a4dc9d2 Add changes for deployments
ymh <ymh.work@gmail.com>
parents: 207
diff changeset
    17
    "immutable": "^3.8.2",
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    18
    "jquery": "^3.3.1",
97
69eaef18b01b Improve the network saga. Try to avoid unnecessary token refresh
ymh <ymh.work@gmail.com>
parents: 84
diff changeset
    19
    "jwt-decode": "^2.2.0",
62
b2514a9bcd49 migrate to redux-offline + various optimisation
ymh <ymh.work@gmail.com>
parents: 59
diff changeset
    20
    "localforage": "^1.5.0",
12
48ddaa42b810 Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents: 5
diff changeset
    21
    "lodash": "^4.17.4",
48ddaa42b810 Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents: 5
diff changeset
    22
    "moment": "^2.18.1",
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    23
    "npm": "^6.4.1",
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    24
    "popper.js": "^1.14.4",
171
03334a31130a Add translation with react-i18next
ymh <ymh.work@gmail.com>
parents: 170
diff changeset
    25
    "prop-types": "^15.6.2",
195
669b563563f5 upgrade dependencies versions
ymh <ymh.work@gmail.com>
parents: 188
diff changeset
    26
    "qs": "^6.6.0",
669b563563f5 upgrade dependencies versions
ymh <ymh.work@gmail.com>
parents: 188
diff changeset
    27
    "ramda": "^0.26.0",
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    28
    "react": "^16.5.2",
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    29
    "react-dom": "^16.5.2",
171
03334a31130a Add translation with react-i18next
ymh <ymh.work@gmail.com>
parents: 170
diff changeset
    30
    "react-i18next": "^8.3.6",
146
4f4bb2b3ef39 Removing Modal from react-bootstrap and adding react-modal
salimr <riwad.salim@yahoo.fr>
parents: 142
diff changeset
    31
    "react-modal": "^3.5.1",
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    32
    "react-overlays": "^0.8.3",
195
669b563563f5 upgrade dependencies versions
ymh <ymh.work@gmail.com>
parents: 188
diff changeset
    33
    "react-portal": "^4.2.0",
669b563563f5 upgrade dependencies versions
ymh <ymh.work@gmail.com>
parents: 188
diff changeset
    34
    "react-redux": "^6.0.0",
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    35
    "react-router": "^4.3.1",
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    36
    "redux": "^4.0.0",
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    37
    "redux-persist": "^5.10.0",
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    38
    "redux-saga": "^0.16.0",
172
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    39
    "slate": "^0.44.6",
157
5c3af4f10e92 Update slate editor
salimr <riwad.salim@yahoo.fr>
parents: 153
diff changeset
    40
    "slate-html-serializer": "^0.7.2",
5c3af4f10e92 Update slate editor
salimr <riwad.salim@yahoo.fr>
parents: 153
diff changeset
    41
    "slate-plain-serializer": "^0.6.2",
172
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    42
    "slate-react": "^0.21.5",
174
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents: 172
diff changeset
    43
    "typeface-roboto-mono": "^0.0.54",
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents: 172
diff changeset
    44
    "typeface-rubik": "^0.0.54",
142
56850f5c73f6 - upgrade libraries
ymh <ymh.work@gmail.com>
parents: 130
diff changeset
    45
    "uuid": "^3.0.1",
170
7da1d5137b0b Upgrade dependencies and correct theme colors
ymh <ymh.work@gmail.com>
parents: 168
diff changeset
    46
    "yarn": "^1.12.1"
1
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
  },
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
  "devDependencies": {
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    49
    "enzyme": "^3.6.0",
172
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    50
    "enzyme-adapter-react-16": "^1.7.0",
69
2f42063b0869 Import material-fonts in project for offline usage
ymh <ymh.work@gmail.com>
parents: 62
diff changeset
    51
    "material-design-icons": "^3.0.1",
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    52
    "node-sass-chokidar": "^1.3.3",
142
56850f5c73f6 - upgrade libraries
ymh <ymh.work@gmail.com>
parents: 130
diff changeset
    53
    "npm-run-all": "^4.1.2",
172
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    54
    "react-scripts": "2.1.1",
168
ea92f4fe783d - move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents: 157
diff changeset
    55
    "react-test-renderer": "^16.5.2"
1
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
  },
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
  "scripts": {
151
57d63a248f0d Update to Bootstrap 4
salimr <riwad.salim@yahoo.fr>
parents: 148
diff changeset
    58
    "build-css": "node-sass-chokidar --include-path ./src --include-path ./src/scss --include-path ./node_modules src/ -o src/",
57d63a248f0d Update to Bootstrap 4
salimr <riwad.salim@yahoo.fr>
parents: 148
diff changeset
    59
    "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",
2
b52921a63e77 add scss + bootstrap
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    60
    "start-js": "react-scripts start",
b52921a63e77 add scss + bootstrap
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    61
    "start": "npm-run-all -p watch-css start-js",
b52921a63e77 add scss + bootstrap
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    62
    "build": "npm run build-css && react-scripts build",
1
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
    "test": "react-scripts test --env=jsdom",
175
6fcda59daff8 Correct requirements
ymh <ymh.work@gmail.com>
parents: 174
diff changeset
    64
    "eject": "react-scripts eject",
6fcda59daff8 Correct requirements
ymh <ymh.work@gmail.com>
parents: 174
diff changeset
    65
    "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
172
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    66
  },
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    67
  "browserslist": [
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    68
    ">0.2%",
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    69
    "not dead",
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    70
    "not ie <= 11",
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    71
    "not op_mini all"
4b780ebbedc6 - Upgrade libraries
ymh <ymh.work@gmail.com>
parents: 171
diff changeset
    72
  ]
1
431977d7c9a6 add first react application skeleton
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
}