forked from MarkUsProject/Markus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
55
{
"dependencies": {
"@babel/runtime": "^7.17.8",
"@rails/ujs": "^7.0.2",
"@rjsf/core": "^4.1.1",
"chart.js": "^3.7.1",
"dompurify": "^2.3.6",
"heic2any": "^0.0.3",
"i18n-js": "^3.9.2",
"jcrop": "^0.0.1",
"jquery": "^3.6.0",
"marked": "^4.0.12",
"mime": "^3.0.0",
"moment": "^2.29.1",
"mousetrap": "^1.6.5",
"pdfjs-dist": "2.6.347",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-chartjs-2": "^4.0.1",
"react-dom": "^16.14.0",
"react-keyed-file-browser": "^1.14.0",
"react-modal": "^3.14.4",
"react-table": "^6.11.5",
"react-tabs": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.49.10",
"sass-loader": "^12.6.0",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"browserslist": [
"defaults"
],
"scripts": {
"build": "webpack --progress --config webpack.production.js",
"build-dev": "webpack --progress --config webpack.development.js",
"test": "jest --no-cache",
"test-cov": "jest --no-cache --collect-coverage"
}
}