-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
{
"name": "react-grid-examples",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"test": "vitest"
},
"dependencies": {
"@floating-ui/react": "^0.27.8",
"@igniteui/material-icons-extended": "^3.0.0",
"element-internals-polyfill": "^1.3.10",
"functions-have-names": "^1.2.3",
"igniteui-react": "19.2.0",
"igniteui-react-charts": "19.0.1",
"igniteui-react-core": "19.0.1",
"igniteui-react-grids": "19.2.0",
"igniteui-react-maps": "19.0.1",
"lit": "^3.3.0",
"react": "^19.0.0",
"react-app-polyfill": "^0.2.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.16.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"igniteui-cli": "~14.3.16",
"jsdom": "^22.1.0",
"sass": "^1.86.3",
"typescript": "~5.7.2",
"vite": "^6.3.4",
"vite-plugin-static-copy": "^2.3.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}