-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "kendo-react-build-a-sales-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@progress/kendo-data-query": "^1.5.0",
"@progress/kendo-drawing": "^1.5.9",
"@progress/kendo-react-buttons": "^2.7.1",
"@progress/kendo-react-charts": "^2.7.1",
"@progress/kendo-react-dateinputs": "^2.7.1",
"@progress/kendo-react-dialogs": "^2.7.1",
"@progress/kendo-react-dropdowns": "^2.7.1",
"@progress/kendo-react-grid": "^2.7.1",
"@progress/kendo-react-inputs": "^2.7.1",
"@progress/kendo-react-intl": "^2.7.1",
"@progress/kendo-react-layout": "^2.7.1",
"@progress/kendo-react-pdf": "^2.7.1",
"@progress/kendo-react-ripple": "^2.7.1",
"@progress/kendo-theme-material": "^2.3.2",
"bootstrap-4-grid": "^2.4.1",
"hammerjs": "^2.0.8",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "2.1.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"
]
}