forked from MarkUsProject/Markus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 764 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 764 Bytes
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
{
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-react": "^7.9.4",
"@rails/webpacker": "5.0",
"chart.js": "^2.9.3",
"i18n-js": "^3.5.1",
"jcrop": "^0.0.1",
"jquery": "^3.4.1",
"marked": "^0.6.3",
"moment": "^2.24.0",
"mousetrap": "^1.6.5",
"pdfjs-dist": "^2.3.200",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"rails-erb-loader": "^5.5.2",
"rails-ujs": "^5.2.4",
"react": "^16.13.1",
"react-dom": "^16.13.0",
"react-jsonschema-form": "^1.8.1",
"react-keyed-file-browser": "^1.8.0",
"react-modal": "^3.11.2",
"react-table": "^6.9.2",
"react-tabs": "^3.1.0",
"webpack": "^4.0.0"
},
"devDependencies": {
"webpack-dev-server": "3.10.3"
}
}