-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.61 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.61 KB
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
82
83
84
85
{
"name": "perun-core",
"version": "0.2.0",
"description": "",
"main": "www/perun-core.js",
"dependencies": {
"@json2csv/plainjs": "^7.0.5",
"@rjsf/core": "^5.17.0",
"@rjsf/utils": "^5.17.0",
"@rjsf/validator-ajv8": "^5.17.0",
"@tabler/icons-react": "^3.36.0",
"axios": "^1.8.3",
"axios-retry": "^4.5.0",
"history": "^4.10.1",
"md5": "^2.3.0",
"prop-types": "^15.6.0",
"query-string": "^6.12.1",
"react": "^16.14.0",
"react-bootstrap": "^2.10.9",
"react-data-grid": "^5.0.4",
"react-data-grid-addons": "4.0.8",
"react-dom": "^16.14.0",
"react-draggable": "^4.2.0",
"react-ga": "^3.3.1",
"react-google-recaptcha": "^3.1.0",
"react-intl": "^2.9.0",
"react-intl-redux": "^2.4.1",
"react-json-view": "^1.21.3",
"react-redux": "^8.1.3",
"react-router-dom": "5.0.1",
"react-select": "1.2.1",
"react-select-fast-filter-options": "^0.2.3",
"react-tooltip": "^5.28.0",
"redux": "^4.2.1",
"redux-auth-wrapper": "^2.1.0",
"redux-logger": "^3.0.6",
"redux-magic-async-middleware": "^0.1.0",
"redux-persist": "^4.10.2",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"redux-updeep": "^0.1.1",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.15.10",
"validator": "^13.12.0",
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"ajv": "^8.16.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"dotenv": "^17.4.2",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^17.5.0",
"process": "^0.11.10",
"style-loader": "^4.0.0",
"thread-loader": "^4.0.4",
"url": "^0.11.3",
"util": "^0.12.5",
"warning": "^4.0.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.0"
},
"scripts": {
"build": "cross-env webpack --mode=production --env SOURCE_MAP=false DEBUG=false --progress",
"build-dev": "cross-env webpack --mode=production --env SOURCE_MAP=true DEBUG=true --progress",
"dev": "webpack-dev-server --mode=development --env SOURCE_MAP=true DEBUG=true --hot --progress",
"test": "eslint --fix frontend/ || exit 0"
},
"engines": {
"node": ">=18.12.0"
},
"author": "Perun Tech",
"license": "ISC"
}