Changeset 79a0317 for imaps-frontend/node_modules/react-tiles-dnd
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/react-tiles-dnd
- Files:
-
- 14 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/react-tiles-dnd/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "react-tiles-dnd", 3 "version": "0.1.2", 4 "author": "Marco Romagnuolo", 5 "license": "MIT", 6 "repository": "marcoromag/react-tiles-dnd", 7 "main": "esm/index.js", 8 "module": "esm/index.js", 9 "source": "src/index.ts", 10 "typings": "esm/types/index.d.ts", 11 "files": [ 12 "esm/**" 2 "_from": "react-tiles-dnd@0.1.2", 3 "_id": "react-tiles-dnd@0.1.2", 4 "_inBundle": false, 5 "_integrity": "sha512-fW8vxjTmSeribnmHzP3VXYW0qATDG724KGfyR0imQPc6FZBDc9c1EYouTR1r+5i3xxOeBpRlRtF+i8dgkX609Q==", 6 "_location": "/react-tiles-dnd", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "react-tiles-dnd@0.1.2", 12 "name": "react-tiles-dnd", 13 "escapedName": "react-tiles-dnd", 14 "rawSpec": "0.1.2", 15 "saveSpec": null, 16 "fetchSpec": "0.1.2" 17 }, 18 "_requiredBy": [ 19 "/" 13 20 ], 14 "scripts": { 15 "build": "NODE_ENV=production rollup -c", 16 "start": "rollup -c -w", 17 "test": "jest", 18 "storybook": "start-storybook -p 6006", 19 "build-storybook": "build-storybook" 20 }, 21 "eslintConfig": { 22 "extends": [ 23 "react-app", 24 "react-app/jest" 25 ] 21 "_resolved": "https://registry.npmjs.org/react-tiles-dnd/-/react-tiles-dnd-0.1.2.tgz", 22 "_shasum": "79303bc7de3618166a204c1b4df8f9c8cb012127", 23 "_spec": "react-tiles-dnd@0.1.2", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend", 25 "author": { 26 "name": "Marco Romagnuolo" 26 27 }, 27 28 "browserslist": { … … 38 39 ] 39 40 }, 41 "bugs": { 42 "url": "https://github.com/marcoromag/react-tiles-dnd/issues" 43 }, 44 "bundleDependencies": false, 45 "dependencies": { 46 "@babel/runtime": "^7.14.8", 47 "@use-gesture/react": "^10.0.2", 48 "lodash-es": "^4.17.21", 49 "react-use": "^17.2.4", 50 "tslib": "^2.3.1" 51 }, 52 "deprecated": false, 53 "description": "A tile manager for React that supports", 40 54 "devDependencies": { 41 55 "@babel/cli": "^7.13.10", … … 93 107 "yargs": "^16.2.0" 94 108 }, 95 "peerDependencies": { 96 "react": ">=16.0.0" 109 "eslintConfig": { 110 "extends": [ 111 "react-app", 112 "react-app/jest" 113 ] 97 114 }, 115 "files": [ 116 "esm/**" 117 ], 118 "homepage": "https://github.com/marcoromag/react-tiles-dnd#readme", 119 "husky": { 120 "hooks": { 121 "pre-commit": "lint-staged" 122 } 123 }, 124 "license": "MIT", 98 125 "lint-staged": { 99 126 "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [ … … 104 131 ] 105 132 }, 106 "husky": { 107 "hooks": { 108 "pre-commit": "lint-staged" 109 } 133 "main": "esm/index.js", 134 "module": "esm/index.js", 135 "name": "react-tiles-dnd", 136 "peerDependencies": { 137 "react": ">=16.0.0" 110 138 }, 111 "dependencies": { 112 "@babel/runtime": "^7.14.8", 113 "@use-gesture/react": "^10.0.2", 114 "lodash-es": "^4.17.21", 115 "react-use": "^17.2.4", 116 "tslib": "^2.3.1" 117 } 139 "repository": { 140 "type": "git", 141 "url": "git+https://github.com/marcoromag/react-tiles-dnd.git" 142 }, 143 "scripts": { 144 "build": "NODE_ENV=production rollup -c", 145 "build-storybook": "build-storybook", 146 "start": "rollup -c -w", 147 "storybook": "start-storybook -p 6006", 148 "test": "jest" 149 }, 150 "source": "src/index.ts", 151 "typings": "esm/types/index.d.ts", 152 "version": "0.1.2" 118 153 }
Note:
See TracChangeset
for help on using the changeset viewer.