-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "layerkeep",
"version": "1.0.2",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@bundled-es-modules/pdfjs-dist": "^2.1.266-rc",
"@rails/webpacker": "5.1.1",
"axios": "^0.18.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"bloomer": "^0.6.5",
"bulma": "^0.7.4",
"bulma-tooltip": "^3.0.2",
"comma-separated-values": "^3.6.4",
"core-js": "3",
"dayjs": "^1.8.15",
"diff2html": "^2.7.0",
"formsy-react": "^1.1.5",
"jets": "^0.14.1",
"jquery": "^3.4.1",
"mammoth": "1.3.6",
"noty": "^3.2.0-beta",
"pdfjs-dist": "2.0.943",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"qs": "^6.8.0",
"react": "^16.8.6",
"react-activestorage-provider": "^0.8.0",
"react-data-grid": "^6.1.0",
"react-dom": "^16.8.6",
"react-gh-like-diff": "^1.0.6-beta.1",
"react-image-gallery": "^0.8.17",
"react-markdown": "^4.0.8",
"react-modal-image": "^2.4.0",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-stripe-elements": "^4.0.0",
"react-toastify": "^5.1.0",
"react-visibility-sensor": "^5.0.2",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"spinkit": "^1.2.5",
"three": "^0.103.0",
"use-http": "^0.1.62",
"webstomp-client": "^1.2.6",
"xlsx": "^0.10.1"
},
"devDependencies": {
"webpack-dev-server": "^3.3.1"
}
}