-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.72 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.72 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
71
72
{
"name": "react-clever-grid",
"version": "1.0.0",
"private": false,
"type": "module",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/JagjiwanChimkar/react-clever-grid"
},
"main": "./dist/react-clever-grid.umd.cjs",
"module": "./dist/react-clever-grid.js",
"exports": {
".": {
"import": "./dist/react-clever-grid.js",
"require": "./dist/react-clever-grid.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"prebuild": "rm -rf dist",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepublish": "npm run build"
},
"keywords": [
"table",
"react table",
"auto open dropwn",
"react table",
"grid",
"auto dropdown",
"table",
"input",
"react-select",
"multiselect",
"react",
"react-component",
"select",
"table select"
],
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^7.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.17",
"lodash-es": "^4.17.21",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-select": "^5.10.1",
"uuid": "^11.1.0",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
}
}