Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

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  
    11{
    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    "/"
    1320  ],
    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"
    2627  },
    2728  "browserslist": {
     
    3839    ]
    3940  },
     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",
    4054  "devDependencies": {
    4155    "@babel/cli": "^7.13.10",
     
    93107    "yargs": "^16.2.0"
    94108  },
    95   "peerDependencies": {
    96     "react": ">=16.0.0"
     109  "eslintConfig": {
     110    "extends": [
     111      "react-app",
     112      "react-app/jest"
     113    ]
    97114  },
     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",
    98125  "lint-staged": {
    99126    "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
     
    104131    ]
    105132  },
    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"
    110138  },
    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"
    118153}
Note: See TracChangeset for help on using the changeset viewer.