forked from KelvinTegelaar/CIPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.68 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.68 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
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
117
118
119
120
121
{
"name": "cipp",
"version": "10.0.9",
"author": "CIPP Contributors",
"homepage": "https://cipp.app/",
"bugs": {
"url": "https://github.com/KelvinTegelaar/CIPP/issues"
},
"license": "AGPL-3.0",
"engines": {
"node": "^22.13.0"
},
"repository": {
"type": "git",
"url": "git@github.com:KelvinTegelaar/CIPP.git"
},
"scripts": {
"dev": "next -H 127.0.0.1",
"build": "next build && rm -rf package.json yarn.lock",
"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.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.1",
"@heroicons/react": "2.2.0",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "7.3.2",
"@mui/lab": "7.0.0-beta.17",
"@mui/material": "7.3.7",
"@mui/system": "7.3.2",
"@mui/x-date-pickers": "^8.25.0",
"@musement/iso-duration": "^1.0.0",
"@nivo/core": "^0.99.0",
"@nivo/sankey": "^0.99.0",
"@react-pdf/renderer": "^4.3.0",
"@reduxjs/toolkit": "^2.11.2",
"@tanstack/query-sync-storage-persister": "^5.76.0",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-query-persist-client": "^5.76.0",
"@tanstack/react-table": "^8.19.2",
"@tiptap/core": "^3.4.1",
"@tiptap/extension-heading": "^3.4.1",
"@tiptap/extension-image": "^3.4.1",
"@tiptap/extension-table": "^3.4.1",
"@tiptap/pm": "^3.4.1",
"@tiptap/react": "^3.4.1",
"@tiptap/starter-kit": "^3.4.1",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"@vvo/tzdb": "^6.198.0",
"apexcharts": "5.3.5",
"axios": "^1.7.2",
"date-fns": "4.1.0",
"eml-parse-js": "^1.2.0-beta.0",
"export-to-csv": "^1.3.0",
"formik": "2.4.6",
"gray-matter": "4.0.3",
"i18next": "25.5.2",
"javascript-time-ago": "^2.5.11",
"jspdf": "^3.0.0",
"jspdf-autotable": "^5.0.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.53.0",
"mui-tiptap": "^1.14.0",
"next": "^16.1.2",
"nprogress": "0.2.0",
"numeral": "2.0.6",
"prop-types": "15.8.1",
"punycode": "^2.3.1",
"react": "19.2.3",
"react-apexcharts": "1.7.0",
"react-beautiful-dnd": "13.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "19.2.3",
"react-dropzone": "14.3.8",
"react-error-boundary": "^6.1.0",
"react-grid-layout": "^1.5.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "2.6.0",
"react-html-parser": "^2.0.2",
"react-i18next": "15.7.3",
"react-leaflet": "5.0.0",
"react-leaflet-markercluster": "^5.0.0-rc.0",
"react-markdown": "10.1.0",
"react-media-hook": "^0.5.0",
"react-papaparse": "^4.4.0",
"react-quill": "^2.0.0",
"react-redux": "9.2.0",
"react-syntax-highlighter": "^15.6.1",
"react-time-ago": "^7.3.3",
"react-virtuoso": "^4.12.8",
"react-window": "^2.1.0",
"recharts": "^3.6.0",
"redux": "5.0.1",
"redux-devtools-extension": "2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "3.1.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"simplebar": "6.3.2",
"simplebar-react": "3.3.2",
"stylis-plugin-rtl": "2.1.1",
"typescript": "5.9.2",
"yup": "1.7.0"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"eslint": "9.35.0",
"eslint-config-next": "15.5.2"
}
}