-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathpackage.json
110 lines (110 loc) · 3.29 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
{
"name": "cipp",
"version": "7.0.0",
"author": "CIPP Contributors",
"homepage": "https://cipp.app/",
"bugs": {
"url": "https://github.com/KelvinTegelaar/CIPP/issues"
},
"engines": {
"node": "^18.17.0"
},
"repository": {
"type": "git",
"url": "git@github.com:KelvinTegelaar/CIPP.git"
},
"scripts": {
"dev": "next -H 127.0.0.1",
"build": "next build && next export",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix",
"start-swa": "swa start --swa-config-location .vscode http://127.0.0.1:3000 --api-location http://127.0.0.1:7071 --verbose=silly"
},
"dependencies": {
"@emotion/cache": "11.10.5",
"@emotion/react": "11.13.3",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.13.0",
"@heroicons/react": "2.0.15",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "6.1.6",
"@mui/lab": "6.0.0-beta.14",
"@mui/material": "6.1.6",
"@mui/system": "6.1.6",
"@mui/x-date-pickers": "7.22.1",
"@musement/iso-duration": "^1.0.0",
"@react-pdf/renderer": "3.1.2",
"@reduxjs/toolkit": "1.9.2",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-table": "^8.19.2",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-heading": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-table": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"apexcharts": "3.36.3",
"axios": "^1.7.2",
"date-fns": "2.29.3",
"eml-parse-js": "^1.1.15",
"export-to-csv": "^1.3.0",
"formik": "2.2.9",
"gray-matter": "4.0.3",
"i18next": "22.4.9",
"javascript-time-ago": "^2.5.11",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet.markercluster": "^1.5.3",
"lodash.isequal": "4.5.0",
"material-react-table": "^3.0.1",
"monaco-editor": "^0.52.0",
"mui-tiptap": "^1.14.0",
"next": "^13.5.6",
"nprogress": "0.2.0",
"numeral": "2.0.6",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-beautiful-dnd": "13.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-error-boundary": "^4.0.13",
"react-grid-layout": "^1.5.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "2.4.0",
"react-html-parser": "^2.0.2",
"react-i18next": "12.1.4",
"react-leaflet": "4.2.1",
"react-leaflet-markercluster": "^4.2.1",
"react-markdown": "8.0.5",
"react-media-hook": "^0.5.0",
"react-papaparse": "^4.4.0",
"react-quill": "^0.0.2",
"react-redux": "8.0.5",
"react-syntax-highlighter": "^15.6.1",
"react-time-ago": "^7.3.3",
"react-window": "^1.8.10",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "2.4.2",
"simplebar": "6.2.0",
"simplebar-react": "3.2.0",
"stylis-plugin-rtl": "2.1.1",
"typescript": "4.9.4",
"yup": "0.32.11"
},
"devDependencies": {
"@svgr/webpack": "6.5.1",
"eslint": "8.32.0",
"eslint-config-next": "13.1.6"
}
}