-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 746 Bytes
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
{
"name": "kendo-react-inputs-in-react-final-form",
"version": "0.1.0",
"private": true,
"dependencies": {
"@progress/kendo-react-dateinputs": "^0.4.0",
"@progress/kendo-react-dropdowns": "^0.4.0",
"@progress/kendo-react-inputs": "^0.5.0-dev.201804041130",
"@progress/kendo-react-intl": "^0.4.0",
"@progress/kendo-theme-default": "^2.49.1",
"final-form": "^4.4.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-final-form": "^3.1.5",
"react-scripts": "1.1.4",
"prop-types": "15.6.1",
"cldr-data": "32.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}