-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.23 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.23 KB
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
{
"name": "kendo-react-ssr",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.22.15",
"@progress/kendo-data-query": "^1.7.1",
"@progress/kendo-date-math": "^1.5.14",
"@progress/kendo-drawing": "^1.21.2",
"@progress/kendo-inputs-common": "^3.1.1",
"@progress/kendo-intl": "^3.1.2",
"@progress/kendo-licensing": "^1.6.0",
"@progress/kendo-popup-common": "^1.9.2",
"@progress/kendo-react-animation": "^14.4.0",
"@progress/kendo-react-buttons": "^14.4.0",
"@progress/kendo-react-common": "^14.4.0",
"@progress/kendo-react-data-tools": "^14.4.0",
"@progress/kendo-react-dateinputs": "^14.4.0",
"@progress/kendo-react-dialogs": "^14.4.0",
"@progress/kendo-react-dropdowns": "^14.4.0",
"@progress/kendo-react-grid": "^14.4.0",
"@progress/kendo-react-inputs": "^14.4.0",
"@progress/kendo-react-intl": "^14.4.0",
"@progress/kendo-react-labels": "^14.4.0",
"@progress/kendo-react-layout": "^14.4.0",
"@progress/kendo-react-popup": "^14.4.0",
"@progress/kendo-react-progressbars": "^14.4.0",
"@progress/kendo-react-tooltip": "^14.4.0",
"@progress/kendo-react-treeview": "^14.4.0",
"@progress/kendo-theme-default": "^13.1.1",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"express": "^4.18.2",
"ignore-styles": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.2",
"rewire": "^7.0.0"
},
"overrides": {
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ssr": "node server/index.js"
},
"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"
]
}
}