-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
81 lines (81 loc) · 3.04 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ocl-web",
"version": "2.1.10",
"private": true,
"main": "index.js",
"homepage": ".",
"dependencies": {
"@airbrake/browser": "^2.1.7",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.82",
"@mui/material": "^5.8.0",
"@mui/styles": "^5.8.0",
"alertifyjs": "^1.13.1",
"axios": "^0.21.4",
"core-js": "^3.22.5",
"d3": "^7.4.4",
"d3-v6-tip": "^1.0.9",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.7.1",
"react-ga": "^3.3.0",
"react-google-recaptcha": "^2.1.0",
"react-hotjar": "^5.0.0",
"react-image-crop": "^8.6.12",
"react-infinite-scroll-component": "^5.1.0",
"react-json-editor-ajrm": "^2.5.13",
"react-json-view": "^1.21.3",
"react-markdown": "^6.0.3",
"react-password-strength-bar": "^0.3.5",
"react-quill": "^1.3.5",
"react-router-dom": "^5.3.3",
"react-split": "^2.0.14",
"react-suggestion-box": "^2.0.2",
"remark-gfm": "^1.0.0",
"stacktrace-js": "^2.0.2"
},
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --host 0.0.0.0 --port ${WEB_PORT} --env.API_URL=${API_URL} --env.NODE_ENV=${NODE_ENV} --env.RECAPTCHA_SITE_KEY=${RECAPTCHA_SITE_KEY} --env.GA_ACCOUNT_ID=${GA_ACCOUNT_ID} --env.HOTJAR_ID=${HOTJAR_ID} --env.ERRBIT_URL=${ERRBIT_URL} --env.ERRBIT_KEY=${ERRBIT_KEY} --mode ${NODE_ENV} --hot",
"build": "./node_modules/webpack/bin/webpack.js --progress --host 0.0.0.0 --port 443 --env.API_URL=${API_URL} --env.NODE_ENV=${NODE_ENV} --env.RECAPTCHA_SITE_KEY=${RECAPTCHA_SITE_KEY} --env.GA_ACCOUNT_ID=${GA_ACCOUNT_ID} --env.HOTJAR_ID=${HOTJAR_ID} --env.ERRBIT_URL=${ERRBIT_URL} --env.ERRBIT_KEY=${ERRBIT_KEY} --mode ${NODE_ENV}",
"eslint": "./node_modules/.bin/eslint ./src"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@babel/runtime": "^7.18.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^4.6.0",
"cross-fetch": "^3.1.5",
"css-loader": "^0.28.8",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "<7.11.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "1.6.0",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"react-is": "^16.13.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"webpack": "^5.72.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
}
}