forked from fatehMohamed14/mui-awesome-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.66 KB
/
package.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@fatehmoh/mui-awesome-table",
"author": {
"name": "Fateh mohamed",
"email": "[email protected]",
"url": "https://github.com/fatehMohamed14"
},
"private": false,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --fix 'src/**/*.{jsx,ts,tsx}'",
"format": "prettier --write src//**/*.{ts,tsx,css} --config ./.prettierrc"
},
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/mui-awesome-table.es.js",
"require": "./dist/mui-awesome-table.umd.js"
}
},
"main": "./dist/mui-awesome-table.umd.js",
"module": "./dist/mui-awesome-table.es.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@emotion/react": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/styled-engine": "^5.11.8",
"@mui/styled-engine-sc": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"@emotion/react": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/styled-engine": "^5.11.8",
"@mui/styled-engine-sc": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "^18.11.19",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.3",
"react-hooks": "^1.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-dts": "^1.7.2",
"vite-plugin-linter": "^2.0.2",
"vite-tsconfig-paths": "^4.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/fatehMohamed14/mui-awesome-table"
},
"keywords": [
"react",
"react-component",
"mui",
"material-ui",
"material design",
"material",
"table",
"material table",
"generic",
"customizable",
"pagination",
"component"
],
"bugs": {
"url": "https://github.com/fatehMohamed14/mui-awesome-table/issues"
},
"homepage": "https://github.com/fatehMohamed14/mui-awesome-table#readme",
"license": "MIT"
}