-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 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
{
"name": "taurus-pan",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@progress/kendo-data-query": "^1.7.1",
"@progress/kendo-licensing": "^1.7.1",
"@progress/kendo-react-buttons": "^12.0.1",
"@progress/kendo-react-charts": "^12.0.1",
"@progress/kendo-react-dialogs": "^12.0.1",
"@progress/kendo-react-dropdowns": "^12.0.1",
"@progress/kendo-react-indicators": "^12.0.1",
"@progress/kendo-react-inputs": "^12.0.1",
"@progress/kendo-react-layout": "^12.0.1",
"@progress/kendo-react-notification": "^12.0.1",
"@progress/kendo-svg-icons": "^4.5.0",
"@progress/kendo-theme-material": "^12.0.1",
"fuse.js": "^7.1.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"vite": "^7.1.6"
}
}