-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.63 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
{
"name": "ej2-react-nextjs-samples",
"version": "26.1.35",
"description": "Examples of Syncfusion Next.js React UI Components",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"scripts": {
"common": "gulp create-locale && gulp sample-list-config && gulp styles && gulp src-ship",
"styles": "gulp styles",
"dev": "npm run common && next dev",
"build": "npm run common && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@syncfusion/ej2": "*",
"@syncfusion/ej2-data": "*",
"@syncfusion/ej2-react-barcode-generator": "*",
"@syncfusion/ej2-react-base": "*",
"@syncfusion/ej2-react-buttons": "*",
"@syncfusion/ej2-react-calendars": "*",
"@syncfusion/ej2-react-charts": "*",
"@syncfusion/ej2-react-circulargauge": "*",
"@syncfusion/ej2-react-diagrams": "*",
"@syncfusion/ej2-react-documenteditor": "*",
"@syncfusion/ej2-react-dropdowns": "*",
"@syncfusion/ej2-react-filemanager": "*",
"@syncfusion/ej2-react-gantt": "*",
"@syncfusion/ej2-react-grids": "*",
"@syncfusion/ej2-react-heatmap": "*",
"@syncfusion/ej2-react-image-editor": "*",
"@syncfusion/ej2-react-inplace-editor": "*",
"@syncfusion/ej2-react-inputs": "*",
"@syncfusion/ej2-react-kanban": "*",
"@syncfusion/ej2-react-layouts": "*",
"@syncfusion/ej2-react-lineargauge": "*",
"@syncfusion/ej2-react-lists": "*",
"@syncfusion/ej2-react-maps": "*",
"@syncfusion/ej2-react-multicolumn-combobox": "*",
"@syncfusion/ej2-react-navigations": "*",
"@syncfusion/ej2-react-notifications": "*",
"@syncfusion/ej2-react-pdfviewer": "*",
"@syncfusion/ej2-react-pivotview": "*",
"@syncfusion/ej2-react-popups": "*",
"@syncfusion/ej2-react-progressbar": "*",
"@syncfusion/ej2-react-querybuilder": "*",
"@syncfusion/ej2-react-ribbon": "*",
"@syncfusion/ej2-react-richtexteditor": "*",
"@syncfusion/ej2-react-schedule": "*",
"@syncfusion/ej2-react-splitbuttons": "*",
"@syncfusion/ej2-react-spreadsheet": "*",
"@syncfusion/ej2-react-treegrid": "*",
"@syncfusion/ej2-react-treemap": "*",
"moment-timezone": "^0.5.43",
"marked": "^12.0.2",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.3"
},
"devDependencies": {
"@microsoft/signalr": "^7.0.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/codemirror": "5.60.10",
"codemirror": "5.65.16",
"elasticlunr": "^0.9.5",
"eslint": "^8",
"gulp": "^4.0.2",
"shelljs": "^0.8.5",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}