-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
176 lines (176 loc) · 5.33 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "@genezio/test-interface-component",
"private": false,
"version": "2.4.3",
"type": "module",
"main": "./dist/test-interface-component.umd.js",
"module": "./dist/test-interface-component.es.js",
"types": "dist/index.d.ts",
"license": "ISC",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/test-interface-component.es.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/test-interface-component.umd.js"
}
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build --config vite.config.component.ts && vite build --config vite.config.bundle.ts",
"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",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"npm run lint",
"npm run format"
]
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@coreui/react": "^5.4.1",
"@faker-js/faker": "^8.0.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.1",
"@sentry/react": "^7.103.0",
"@tanstack/react-table": "^8.13.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/draftjs-to-html": "^0.8.1",
"@types/hh-mm-ss": "^1.2.3",
"@types/jest": "^29.5.12",
"@types/leaflet": "^1.7.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-datepicker": "^6.0.1",
"@types/react-dom": "^18.2.19",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-json-editor-ajrm": "^2.5.3",
"@types/react-leaflet": "^2.8.2",
"@types/react-simple-maps": "^1.0.8",
"@types/react-slick": "^0.23.10",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/react-table": "^7.7.14",
"@types/validator": "^13.7.6",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.1",
"depcheck": "^1.4.7",
"draftjs-to-html": "^0.9.1",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"eslint": "^9.16.0",
"firebase": "^10.8.0",
"font-awesome": "^4.7.0",
"hh-mm-ss": "^1.2.0",
"husky": "^8.0.3",
"leaflet": "^1.9.4",
"lint-staged": "14.0.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"monaco-editor": "^0.46.0",
"nanoid": "^5.0.6",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-chartjs-2": "^5.2.0",
"react-code-blocks": "^0.1.6",
"react-data-table-component": "^7.6.2",
"react-datepicker": "^6.1.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.50.1",
"react-hooks": "^1.0.1",
"react-leaflet": "^4.2.1",
"react-maskinput": "^3.2.0",
"react-multi-select-component": "^4.3.4",
"react-placeholder-loading": "^0.5.30",
"react-redux": "^9.1.0",
"react-resizable-panels": "^2.1.6",
"react-router-dom": "^6.22.1",
"react-select": "^5.8.0",
"react-simple-maps": "^3.0.0",
"react-slick": "^0.30.2",
"react-syntax-highlighter": "^15.5.0",
"react-table": "^7.8.0",
"react-tag-input-component": "^2.0.2",
"react-toastify": "^10.0.4",
"reactstrap": "^9.2.2",
"redux": "^5.0.1",
"rimraf": "^5.0.5",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8",
"sweetalert2": "^11.10.5",
"swiper": "^11.0.7",
"typescript": "^5.3.3",
"validator": "^13.11.0",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3",
"vite-tsconfig-paths": "^4.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Genez-io/test-interface-component"
},
"author": "genezio",
"prettier": {
"tabWidth": 2,
"printWidth": 120
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@iconify/react": "^5.0.2",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"@mui/x-tree-view": "^7.22.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@react-spring/web": "^9.7.5",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-simple-import-sort": "^12.1.1",
"file-type": "^19.6.0",
"jszip": "^3.10.1",
"react-awesome-tabs": "^0.1.0",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.5.0",
"vite-plugin-linter": "^3.0.1"
}
}