| 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-- |
| 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", |
| 157 | 10 |
"@types/slate-react": "^0.18.0", |
| 151 | 11 |
"bootstrap": "^4.1.3", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
12 |
"connected-react-router": "^4.5.0", |
| 151 | 13 |
"i18next": "^11.6.0", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
14 |
"immutable": "^3.8.2", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
15 |
"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
|
16 |
"jwt-decode": "^2.2.0", |
|
62
b2514a9bcd49
migrate to redux-offline + various optimisation
ymh <ymh.work@gmail.com>
parents:
59
diff
changeset
|
17 |
"localforage": "^1.5.0", |
|
12
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
18 |
"lodash": "^4.17.4", |
|
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
19 |
"moment": "^2.18.1", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
20 |
"npm": "^6.4.1", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
21 |
"popper.js": "^1.14.4", |
|
129
d48946d164c6
Add a first version of synchronisation
ymh <ymh.work@gmail.com>
parents:
97
diff
changeset
|
22 |
"qs": "^6.5.0", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
23 |
"ramda": "^0.25.0", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
24 |
"react": "^16.5.2", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
25 |
"react-dom": "^16.5.2", |
|
146
4f4bb2b3ef39
Removing Modal from react-bootstrap and adding react-modal
salimr <riwad.salim@yahoo.fr>
parents:
142
diff
changeset
|
26 |
"react-modal": "^3.5.1", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
27 |
"react-overlays": "^0.8.3", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
28 |
"react-portal": "^4.1.5", |
| 1 | 29 |
"react-redux": "^5.0.5", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
30 |
"react-router": "^4.3.1", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
31 |
"redux": "^4.0.0", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
32 |
"redux-persist": "^5.10.0", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
33 |
"redux-saga": "^0.16.0", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
34 |
"slate": "^0.41.1", |
| 157 | 35 |
"slate-html-serializer": "^0.7.2", |
36 |
"slate-plain-serializer": "^0.6.2", |
|
37 |
"slate-react": "^0.18.5", |
|
| 142 | 38 |
"uuid": "^3.0.1", |
39 |
"yarn": "^1.6.0" |
|
| 1 | 40 |
}, |
41 |
"devDependencies": { |
|
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
42 |
"enzyme": "^3.6.0", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
43 |
"enzyme-adapter-react-16": "^1.5.0", |
|
69
2f42063b0869
Import material-fonts in project for offline usage
ymh <ymh.work@gmail.com>
parents:
62
diff
changeset
|
44 |
"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
|
45 |
"node-sass-chokidar": "^1.3.3", |
| 142 | 46 |
"npm-run-all": "^4.1.2", |
|
168
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
47 |
"react-scripts": "1.1.5", |
|
ea92f4fe783d
- move SlateEditor and dependencies to its own folder
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
48 |
"react-test-renderer": "^16.5.2" |
| 1 | 49 |
}, |
50 |
"scripts": { |
|
| 151 | 51 |
"build-css": "node-sass-chokidar --include-path ./src --include-path ./src/scss --include-path ./node_modules src/ -o src/", |
52 |
"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 | 53 |
"start-js": "react-scripts start", |
54 |
"start": "npm-run-all -p watch-css start-js", |
|
55 |
"build": "npm run build-css && react-scripts build", |
|
| 1 | 56 |
"test": "react-scripts test --env=jsdom", |
57 |
"eject": "react-scripts eject" |
|
58 |
} |
|
59 |
} |