forked from os2display/display-api-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.99 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.99 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
{
"name": "os2display",
"type": "module",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@playwright/test": "1.57.0",
"@rtk-query/codegen-openapi": "^2.0.0",
"@vitejs/plugin-react": "^4.6.0",
"esbuild": "^0.25.8",
"esbuild-runner": "^2.2.2",
"sass": "^1.88.9",
"typescript": "^4.4.2",
"vite": "npm:rolldown-vite@^7.0.3",
"vite-plugin-svgr": "^4.3.0",
"vite-plugin-symfony": "^8.2.0"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.21",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hello-pangea/dnd": "^18.0.0",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.8.2",
"@tiptap/pm": "^3.14.0",
"@tiptap/react": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"@u-wave/react-vimeo": "^0.9.11",
"@vitejs/plugin-react-oxc": "^0.3.0",
"bootstrap": "^5.3.7",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.5",
"dompurify": "^3.2.6",
"focus-trap-react": "^10.2.1",
"html-react-parser": "^1.3.0",
"i18next": "^21.6.14",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.23",
"pino": "^9.1.0",
"qrcode": "^1.5.4",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-bootstrap": "^1.6.1",
"react-color-palette": "^6.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.4.2",
"react-i18next": "^11.16.1",
"react-images-uploading": "^3.1.2",
"react-intl": "^5.20.2",
"react-multi-select-component": "^4.3.4",
"react-paginate": "^8.1.3",
"react-redux": "^9.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^6.2.1",
"react-select": "^5.2.2",
"react-table": "^7.7.0",
"react-toastify": "^10.0.0",
"react-tooltip": "^5.28.0",
"react-transition-group": "^4.4.2",
"rrule": "^2.7.2",
"styled-components": "^5.3.1",
"suncalc": "^1.9.0",
"ulid": "^2.3.0"
}
}