-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
153 lines (153 loc) · 4.89 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
{
"name": "react-visual-grid",
"version": "0.9.5",
"license": "MIT",
"type": "module",
"author": {
"name": "Prabhu Murthy",
"email": "[email protected]",
"url": "https://www.prabhumurthy.com"
},
"keywords": [
"images",
"gallery",
"virtualized",
"virtualized images",
"react images",
"react gallery"
],
"description": "Highly configurable virtualized image gallery for React",
"directories": {},
"repository": {
"type": "git",
"url": "https://github.com/prabhuignoto/react-visual-grid"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "npx prettier --write ./src/components/**/*.{tsx,ts}",
"lint:js": "eslint --config ./eslint.config.js",
"fix:js": "eslint --fix ./src/components/**/*.tsx",
"lint:css": "stylelint ./src/components/**/*.scss",
"fix:css": "stylelint --fix ./src/components/**/*.scss",
"prepare": "husky install",
"lint:all": "pnpm run lint:js && pnpm run lint:css",
"rollup": "rollup -c ./rollup.config.mjs",
"clean": "npx concurrently \"pnpm run format\" \"pnpm run lint:all\"",
"webpack": "npx webpack --config ./webpack.config.mjs && tsc --project tsconfig.json --emitDeclarationOnly",
"test": "npx vitest --config ./vitest.config.mjs --coverage"
},
"dependencies": {
"classnames": "^2.5.1",
"use-debounce": "^10.0.1"
},
"peerDependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"publishConfig": {
"cache": "cache/.npm",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist"
],
"browserslist": [
"last 3 versions",
"not ie <= 11",
"not dead",
"> 5%"
],
"main": "dist/react-visual-grid.js",
"module": "dist/react-visual-grid.mjs",
"umd": "dist/react-visual-grid.umd.js",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@eslint/compat": "^1.0.3",
"@eslint/js": "^9.4.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"cssnano": "^7.0.2",
"eslint": "9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "17.8.1",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"globals": "^15.4.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.5",
"mini-css-extract-plugin": "^2.9.0",
"path": "^0.12.7",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^9.5.14",
"postcss-scss": "^4.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"rollup": "^4.18.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"stylelint": "^16.6.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0",
"vite": "^5.2.13",
"vitest": "^1.6.0",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-merge-and-include-globally": "^2.3.4"
}
}