| author | ymh <ymh.work@gmail.com> |
| Fri, 16 Nov 2018 11:19:13 +0100 | |
| changeset 173 | 0e6703cd0968 |
| parent 172 | 4b780ebbedc6 |
| child 174 | ac1a026edd58 |
| permissions | -rw-r--r-- |
| 1 | 1 |
{ |
2 |
"name": "client", |
|
3 |
"version": "0.1.0", |
|
4 |
"private": true, |
|
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
5 |
"homepage": "http://www.iri.centrepompidou.fr", |
| 1 | 6 |
"dependencies": { |
|
146
4f4bb2b3ef39
Removing Modal from react-bootstrap and adding react-modal
salimr <riwad.salim@yahoo.fr>
parents:
142
diff
changeset
|
7 |
"@types/react-modal": "^3.2.1", |
| 157 | 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 | 10 |
"@types/slate-react": "^0.20.0", |
| 151 | 11 |
"bootstrap": "^4.1.3", |
| 172 | 12 |
"connected-react-router": "^5.0.1", |
13 |
"history": "^4.7.2", |
|
14 |
"i18next": "^12.0.0", |
|
|
171
03334a31130a
Add translation with react-i18next
ymh <ymh.work@gmail.com>
parents:
170
diff
changeset
|
15 |
"i18next-browser-languagedetector": "^2.2.3", |
| 172 | 16 |
"immutable": "^4.0.0-rc.12", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
17 |
"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
|
18 |
"jwt-decode": "^2.2.0", |
|
62
b2514a9bcd49
migrate to redux-offline + various optimisation
ymh <ymh.work@gmail.com>
parents:
59
diff
changeset
|
19 |
"localforage": "^1.5.0", |
|
12
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
20 |
"lodash": "^4.17.4", |
|
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
21 |
"moment": "^2.18.1", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
22 |
"npm": "^6.4.1", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
23 |
"popper.js": "^1.14.4", |
|
171
03334a31130a
Add translation with react-i18next
ymh <ymh.work@gmail.com>
parents:
170
diff
changeset
|
24 |
"prop-types": "^15.6.2", |
|
129
d48946d164c6
Add a first version of synchronisation
ymh <ymh.work@gmail.com>
parents:
97
diff
changeset
|
25 |
"qs": "^6.5.0", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
26 |
"ramda": "^0.25.0", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
27 |
"react": "^16.5.2", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
28 |
"react-dom": "^16.5.2", |
|
171
03334a31130a
Add translation with react-i18next
ymh <ymh.work@gmail.com>
parents:
170
diff
changeset
|
29 |
"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
|
30 |
"react-modal": "^3.5.1", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
31 |
"react-overlays": "^0.8.3", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
32 |
"react-portal": "^4.1.5", |
| 1 | 33 |
"react-redux": "^5.0.5", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
34 |
"react-router": "^4.3.1", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
35 |
"redux": "^4.0.0", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
36 |
"redux-persist": "^5.10.0", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
37 |
"redux-saga": "^0.16.0", |
| 172 | 38 |
"slate": "^0.44.6", |
| 157 | 39 |
"slate-html-serializer": "^0.7.2", |
40 |
"slate-plain-serializer": "^0.6.2", |
|
| 172 | 41 |
"slate-react": "^0.21.5", |
| 142 | 42 |
"uuid": "^3.0.1", |
|
170
7da1d5137b0b
Upgrade dependencies and correct theme colors
ymh <ymh.work@gmail.com>
parents:
168
diff
changeset
|
43 |
"yarn": "^1.12.1" |
| 1 | 44 |
}, |
45 |
"devDependencies": { |
|
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
46 |
"enzyme": "^3.6.0", |
| 172 | 47 |
"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
|
48 |
"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
|
49 |
"node-sass-chokidar": "^1.3.3", |
| 142 | 50 |
"npm-run-all": "^4.1.2", |
| 172 | 51 |
"react-scripts": "2.1.1", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
52 |
"react-test-renderer": "^16.5.2" |
| 1 | 53 |
}, |
54 |
"scripts": { |
|
| 151 | 55 |
"build-css": "node-sass-chokidar --include-path ./src --include-path ./src/scss --include-path ./node_modules src/ -o src/", |
56 |
"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 | 57 |
"start-js": "react-scripts start", |
58 |
"start": "npm-run-all -p watch-css start-js", |
|
59 |
"build": "npm run build-css && react-scripts build", |
|
| 1 | 60 |
"test": "react-scripts test --env=jsdom", |
61 |
"eject": "react-scripts eject" |
|
| 172 | 62 |
}, |
63 |
"browserslist": [ |
|
64 |
">0.2%", |
|
65 |
"not dead", |
|
66 |
"not ie <= 11", |
|
67 |
"not op_mini all" |
|
68 |
] |
|
| 1 | 69 |
} |