-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.47 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": "sigma-react",
"version": "6.0.0-SNAPSHOT",
"homepage": ".",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/primefaces/sigma-react.git"
},
"license": "MIT",
"dependencies": {
"@fullcalendar/core": "^5.7.2",
"@fullcalendar/daygrid": "^5.7.2",
"@fullcalendar/interaction": "^5.7.2",
"@fullcalendar/react": "^5.7.0",
"@fullcalendar/timegrid": "^5.7.2",
"@reduxjs/toolkit": "^1.9.7",
"@syncfusion/ej2-base": "23.1.41",
"@syncfusion/ej2-buttons": "23.1.41",
"@syncfusion/ej2-calendars": "23.1.41",
"@syncfusion/ej2-data": "23.1.36",
"@syncfusion/ej2-documenteditor": "23.1.41",
"@syncfusion/ej2-dropdowns": "23.1.41",
"@syncfusion/ej2-icons": "23.1.36",
"@syncfusion/ej2-inputs": "23.1.40",
"@syncfusion/ej2-lists": "23.1.36",
"@syncfusion/ej2-navigations": "23.1.41",
"@syncfusion/ej2-pivotview": "23.1.41",
"@syncfusion/ej2-react-base": "23.1.36",
"@syncfusion/ej2-react-buttons": "23.1.41",
"@syncfusion/ej2-react-calendars": "23.1.41",
"@syncfusion/ej2-react-dropdowns": "23.1.41",
"@syncfusion/ej2-react-inputs": "23.1.40",
"@syncfusion/ej2-react-navigations": "23.1.41",
"@syncfusion/ej2-react-schedule": "23.1.40",
"@syncfusion/ej2-react-splitbuttons": "23.1.41",
"@syncfusion/ej2-schedule": "23.1.40",
"@syncfusion/ej2-splitbuttons": "23.1.41",
"axios": "^0.19.2",
"chart.js": "3.3.2",
"classnames": "^2.2.6",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"primeflex": "3.0.0",
"primeicons": "^4.1.0",
"primereact": "6.5.1",
"prismjs": "1.9.0",
"react": "^17.0.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^17.0.1",
"react-redux": "^8.1.3",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-transition-group": "^4.4.1",
"redux-persist": "^6.0.0",
"sass": "^1.32.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}