-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
116 lines (116 loc) · 3.38 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "weverify-plugin",
"version": "0.83",
"description": "",
"main": "index.js",
"scripts": {
"srv_dev": "webpack serve --config webpack.dev.js",
"dev": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"prepare": "husky",
"test": "test-ct && test-e2e",
"test-cu": "rm -rf playwright/.cache && playwright test -c playwright-ct.config.js",
"test-e2e": "playwright test",
"test-e2e-ui": "playwright test --ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@date-io/moment": "^3.0.0",
"@emotion/css": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.1",
"@mui/lab": "^6.0.0-beta.10",
"@mui/material": "^6.1.1",
"@mui/x-data-grid": "^7.18.0",
"@mui/x-date-pickers": "^7.18.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/chrome": "^0.0.272",
"@wavesurfer/react": "^1.0.7",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"c2pa": "^0.17.5",
"chart.js": "^4.4.4",
"chartjs-adapter-dayjs-4": "^1.0.4",
"clsx": "^2.1.1",
"d3-selection": "^3.0.0",
"dateformat": "^5.0.3",
"dayjs": "^1.11.13",
"exif-js": "^2.3.0",
"exifr": "^7.1.3",
"file-saver": "^2.0.5",
"history": "^5.3.0",
"html2canvas": "^1.4.1",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.6.1",
"jwt-decode": "^4.0.0",
"konva": "^9.3.15",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mp4box": "^0.5.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-gauge-chart": "^0.5.1",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.2",
"react-iframe": "^1.8.5",
"react-konva": "^18.2.10",
"react-leaflet": "^4.2.1",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^8.1.3",
"react-router-dom": "^6.26.2",
"react-tagcloud": "^2.3.3",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.3",
"remove": "^0.1.5",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "^2.1.1",
"tippy.js": "^6.3.7",
"tui-image-editor": "^3.15.3",
"uuid": "^10.0.0",
"wavesurfer.js": "^7.8.6",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@playwright/experimental-ct-react": "^1.47.2",
"@playwright/test": "^1.47.2",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.7.2",
"babel-loader": "^9.2.1",
"concurrently": "^9.0.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.8.1",
"cypress": "^13.15.0",
"dotenv-webpack": "^8.1.0",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.36.1",
"file-loader": "^6.2.0",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"mini-css-extract-plugin": "^2.9.1",
"prettier": "3.3.3",
"svg-url-loader": "^8.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
},
"lint-staged": {
"src/**/*.{js,css,md,jsx}": "prettier --write"
}
}