-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.07 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
{
"name": "etwweq--run",
"version": "0.0.0",
"private": true,
"dependencies": {
"@syncfusion/ej2": "^20.2.48",
"@syncfusion/ej2-base": "^20.2.48",
"@syncfusion/ej2-popups": "^20.2.45",
"@syncfusion/ej2-react-base": "^20.2.45",
"@syncfusion/ej2-react-buttons": "^20.2.46",
"@syncfusion/ej2-react-dropdowns": "^20.2.48",
"@syncfusion/ej2-react-inputs": "^20.2.48",
"@syncfusion/ej2-react-layouts": "^20.2.46",
"@syncfusion/ej2-react-lists": "^20.2.46",
"@syncfusion/ej2-react-navigations": "^20.2.48",
"@syncfusion/ej2-react-notifications": "^20.2.45",
"@syncfusion/ej2-react-pdfviewer": "^20.2.48",
"@syncfusion/ej2-react-popups": "^20.2.45",
"@syncfusion/ej2-react-progressbar": "^20.2.45",
"@syncfusion/ej2-react-splitbuttons": "^20.2.45",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-scripts": "latest"
}
}