-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "mrv-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.18.1",
"@tinymce/tinymce-react": "^4.3.0",
"@types/node": "20.1.7",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"antd": "^5.7.0",
"axios": "^1.4.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"html-pdf-node": "^1.0.8",
"html-react-parser": "^4.2.0",
"jspdf": "^2.5.1",
"material-symbols": "^0.9.0",
"next": "13.4.2",
"path": "^0.12.7",
"react": "18.2.0",
"react-data-grid": "^7.0.0-beta.33",
"react-dom": "18.2.0",
"react-froala-wysiwyg": "^4.0.19",
"react-quill": "^2.0.0",
"react-select": "^5.7.3",
"react-to-print": "^2.14.13",
"reactstrap": "^9.2.0",
"sass": "^1.63.4",
"secure-ls": "^1.2.6",
"sharp": "^0.32.1",
"sweetalert2": "^11.7.5",
"tinymce": "^6.5.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/googlemaps": "^3.43.3"
}
}