-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.51 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
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
{
"name": "star-admin-pro-react",
"version": "1.1.0",
"homepage": "https://bootstrapdash.com/demo/star-admin-free/react/template/demo_1/preview",
"private": true,
"dependencies": {
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/react": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@lourenci/react-kanban": "^0.13.0",
"@material-ui/core": "^4.11.4",
"@mdi/font": "^4.2.95",
"@tinymce/tinymce-react": "^3.3.2",
"apollo-boost": "^0.4.9",
"bootstrap": "^4.3.1",
"bosket": "^0.2.3",
"brace": "^0.11.1",
"bs-custom-file-input": "^1.3.4",
"canvasjs": "^1.8.1",
"chart.js": "^2.8.0",
"chartist": "^0.11.4",
"cogo-toast": "^4.1.1",
"compass-mixins": "^0.12.10",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"graphql": "^15.5.1",
"i18next": "^19.0.0",
"i18next-browser-languagedetector": "^4.0.1",
"material-ui": "^0.20.2",
"namor": "^1.1.3",
"node-sass": "^4.14.1",
"nouislider-react": "^3.3.2",
"react": "^16.9.0",
"react-ace": "^7.0.4",
"react-apollo": "^3.1.5",
"react-beautiful-dnd": "^11.0.5",
"react-bootstrap": "^1.0.0-beta.12",
"react-bootstrap-date-picker": "^5.1.0",
"react-bootstrap-editable": "^0.5.1",
"react-bootstrap-table-next": "^3.2.0",
"react-bootstrap-table2-paginator": "^2.1.0",
"react-bootstrap-table2-toolkit": "^2.1.0",
"react-bootstrap-typeahead": "^3.4.7",
"react-c3js": "^0.1.20",
"react-chartist": "^0.13.3",
"react-chartjs-2": "^2.8.0",
"react-circular-progressbar": "^2.0.2",
"react-clipboard.js": "^2.0.16",
"react-collapse": "^5.0.0",
"react-color": "^2.17.3",
"react-contextmenu": "^2.11.0",
"react-data-sort": "^1.2.1",
"react-datepicker": "^2.9.6",
"react-dnd": "^9.4.0",
"react-dnd-html5-backend": "^9.4.0",
"react-dnd-multi-backend": "^3.2.2",
"react-dnd-touch-backend": "^9.4.0",
"react-dom": "^16.9.0",
"react-dragula": "^1.1.17",
"react-dropzone": "^10.1.9",
"react-gauge-chart": "^0.2.1",
"react-google-charts": "^3.0.15",
"react-grid-gallery": "^0.5.5",
"react-hook-form": "^7.9.0",
"react-i18next": "^11.2.0",
"react-icons": "^4.2.0",
"react-images": "^1.0.0",
"react-input-mask": "^3.0.0-alpha.0",
"react-jvectormap": "0.0.13",
"react-multistep": "^3.6.13",
"react-photo-gallery": "^8.0.0",
"react-quill": "^1.3.3",
"react-rating": "^2.0.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-select": "^3.0.8",
"react-simple-maps": "^1.0.0-beta.0",
"react-simplemde-editor": "^4.1.0",
"react-slick": "^0.25.2",
"react-sparklines": "^1.7.0",
"react-svg-gauge": "^1.0.10",
"react-table": "^6.10.3",
"react-tag-autocomplete": "^5.11.1",
"react-treebeard": "^3.2.4",
"react-trello": "^2.2.3",
"simple-line-icons": "^2.4.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.0",
"sweetalert2-react": "^0.8.3",
"ti-icons": "^0.1.2",
"typicons.font": "^2.0.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}