65 строки
1.9 KiB
JSON
65 строки
1.9 KiB
JSON
{
|
|
"name": "kendo-react-file-manager",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "http://telerik.github.io/kendo-react-file-manager",
|
|
"dependencies": {
|
|
"@progress/kendo-data-query": "^1.6.0",
|
|
"@progress/kendo-drawing": "^1.17.2",
|
|
"@progress/kendo-licensing": "^1.2.2",
|
|
"@progress/kendo-react-buttons": "^5.9.0",
|
|
"@progress/kendo-react-data-tools": "^5.9.0",
|
|
"@progress/kendo-react-dateinputs": "^5.9.0",
|
|
"@progress/kendo-react-dialogs": "^5.9.0",
|
|
"@progress/kendo-react-dropdowns": "^5.9.0",
|
|
"@progress/kendo-react-grid": "^5.9.0",
|
|
"@progress/kendo-react-inputs": "^5.9.0",
|
|
"@progress/kendo-react-intl": "^5.9.0",
|
|
"@progress/kendo-react-labels": "^5.9.0",
|
|
"@progress/kendo-react-layout": "^5.9.0",
|
|
"@progress/kendo-react-progressbars": "^5.9.0",
|
|
"@progress/kendo-react-treeview": "^5.9.0",
|
|
"@progress/kendo-react-upload": "^5.9.0",
|
|
"@progress/kendo-theme-default": "^5.12.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-scripts": "5.0.1",
|
|
"typescript": "^4.9.4",
|
|
"web-vitals": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^4.0.0"
|
|
}
|
|
}
|