-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
158 lines (158 loc) · 5.06 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
{
"name": "slickgrid-react",
"version": "5.13.4",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
"datagrid",
"datatable",
"plugin",
"slickgrid"
],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"homepage": "https://github.com/ghiscoding/slickgrid-react",
"bugs": {
"url": "https://github.com/ghiscoding/slickgrid-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghiscoding/slickgrid-react.git"
},
"license": "MIT",
"author": "Ghislain B.",
"contributors": [
{
"name": "Ghislain B."
},
{
"name": "Devin Garner"
},
{
"name": "Javier Soques"
},
{
"name": "Dustin Garner"
},
{
"name": "Joel Peña"
}
],
"scripts": {
"delete:dist": "rimraf dist",
"dev": "vite",
"vite:build": "tsc && vite build",
"vite:preview": "vite preview",
"lint": "eslint --cache .",
"lint:no-cache": "eslint .",
"lint:fix": "eslint --fix .",
"build:cjs": "tsc --project src/slickgrid-react/tsconfig.build.json --outDir dist/cjs --module commonjs --declaration false",
"postbuild:cjs": "copyfiles src/slickgrid-react/**/*.html dist/cjs --up 2 --stat",
"build:esm": "tsc --project src/slickgrid-react/tsconfig.build.json --outDir dist/esm --module esnext --target es2018 --declaration false",
"postbuild:esm": "copyfiles src/slickgrid-react/**/*.html dist/esm --up 2 --stat",
"build:types": "tsc --project src/slickgrid-react/tsconfig.build.json --emitDeclarationOnly --declarationMap --outDir dist/types",
"prebuild": "npm-run-all delete:dist lint",
"build": "npm-run-all build:cjs build:esm build:types",
"postbuild": "npm-run-all copy-i18n:dist copy-asset-lib",
"copy-asset-lib": "copyfiles src/assets/lib/** dist --up 2 --stat",
"copy-i18n:dist": "copyfiles src/assets/i18n/**/*.* dist/i18n --up 3 --stat",
"cypress:open": "cypress open --config-file test/cypress.config.ts",
"cypress:ci": "cypress run --config-file test/cypress.config.ts",
"preview:release": "release-it --dry-run",
"release": "release-it --only-version",
"are-type-wrong": "attw --pack ."
},
"browserslist": [
"last 2 version",
"> 1%",
"not dead"
],
"files": [
"/dist",
"/src/slickgrid-react"
],
"dependencies": {
"@slickgrid-universal/common": "~5.13.4",
"@slickgrid-universal/custom-footer-component": "~5.13.4",
"@slickgrid-universal/empty-warning-component": "~5.13.4",
"@slickgrid-universal/event-pub-sub": "~5.13.0",
"@slickgrid-universal/pagination-component": "~5.13.4",
"@slickgrid-universal/row-detail-view-plugin": "~5.13.4",
"dequal": "^2.0.3",
"i18next": "^23.16.8",
"sortablejs": "^1.15.6"
},
"peerDependencies": {
"react": ">=18.0.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.3.0",
"@faker-js/faker": "^9.6.0",
"@fnando/sparkline": "^0.3.10",
"@formkit/tempo": "^0.1.2",
"@popperjs/core": "^2.11.8",
"@release-it/conventional-changelog": "^10.0.0",
"@slickgrid-universal/composite-editor-component": "~5.13.4",
"@slickgrid-universal/custom-tooltip-plugin": "~5.13.4",
"@slickgrid-universal/excel-export": "~5.13.4",
"@slickgrid-universal/graphql": "~5.13.4",
"@slickgrid-universal/odata": "~5.13.4",
"@slickgrid-universal/rxjs-observable": "~5.13.4",
"@slickgrid-universal/text-export": "~5.13.4",
"@types/fnando__sparkline": "^0.3.7",
"@types/i18next-xhr-backend": "^1.4.2",
"@types/node": "^22.14.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/sortablejs": "^1.15.8",
"@types/text-encoding-utf-8": "^1.0.5",
"@vitejs/plugin-react": "^4.3.4",
"bootstrap": "^5.3.5",
"concurrently": "^9.1.2",
"custom-event-polyfill": "^1.0.7",
"cypress": "^14.3.0",
"cypress-real-events": "^1.14.0",
"dompurify": "^3.2.5",
"eslint": "^9.24.0",
"eslint-plugin-cypress": "^4.2.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.17.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"i18next-http-backend": "^2.7.3",
"isomorphic-fetch": "^3.0.0",
"native-copyfiles": "^0.3.2",
"npm-run-all2": "^7.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.4.1",
"react-router-dom": "^7.5.0",
"regenerator-runtime": "^0.14.1",
"release-it": "^19.0.0-next.5",
"rimraf": "^5.0.10",
"rxjs": "^7.8.2",
"sass": "^1.86.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"vite": "^6.2.5",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=18.19.0"
},
"resolutions": {
"caniuse-lite": "1.0.30001707"
}
}