source: imaps-frontend/node_modules/react-tiles-dnd/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[d565449]1{
[79a0317]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"
[d565449]17 },
[79a0317]18 "_requiredBy": [
19 "/"
20 ],
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"
[d565449]27 },
28 "browserslist": {
29 "production": [
30 ">0.2%",
31 "not dead",
32 "not op_mini all"
33 ],
34 "development": [
35 ">0.2%",
36 "last 1 chrome version",
37 "last 1 firefox version",
38 "last 1 safari version"
39 ]
40 },
[79a0317]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",
[d565449]54 "devDependencies": {
55 "@babel/cli": "^7.13.10",
56 "@babel/core": "^7.13.10",
57 "@babel/plugin-syntax-flow": "^7.14.5",
58 "@babel/plugin-transform-runtime": "^7.14.5",
59 "@babel/preset-env": "^7.13.10",
60 "@babel/preset-flow": "^7.14.5",
61 "@babel/preset-react": "^7.12.13",
62 "@babel/preset-typescript": "^7.15.0",
63 "@rollup/plugin-babel": "^5.3.0",
64 "@rollup/plugin-eslint": "^8.0.1",
65 "@rollup/plugin-node-resolve": "^13.0.2",
66 "@rollup/plugin-typescript": "^8.2.0",
67 "@storybook/addon-actions": "^6.3.6",
68 "@storybook/addon-essentials": "^6.3.6",
69 "@storybook/addon-links": "^6.3.6",
70 "@storybook/react": "^6.3.6",
71 "@types/jest": "^26.0.24",
72 "@types/lodash-es": "^4.17.4",
73 "@types/react": "^17.0.3",
74 "@types/react-dom": "^17.0.3",
75 "@typescript-eslint/eslint-plugin": "^4.18.0",
76 "@typescript-eslint/parser": "^4.18.0",
77 "autoprefixer": "^10.0.0",
78 "babel-eslint": "^10.1.0",
79 "babel-loader": "^8.2.2",
80 "cssnano": "^4.1.11",
81 "eslint": "^7.22.0",
82 "eslint-config-react-app": "^6.0.0",
83 "eslint-plugin-flowtype": "^5.4.0",
84 "eslint-plugin-import": "^2.22.1",
85 "eslint-plugin-jsx-a11y": "^6.4.1",
86 "eslint-plugin-postcss-modules": "^1.2.1",
87 "eslint-plugin-react": "^7.22.0",
88 "eslint-plugin-react-hooks": "^4.2.0",
89 "husky": "^4.3.8",
90 "jest": "^27.0.6",
91 "lint-staged": "^10.5.1",
92 "postcss": "^8.2.13",
93 "prettier": "^2.1.2",
94 "react": "^17.0.2",
95 "react-dom": "^17.0.2",
96 "rollup": "^2.41.4",
97 "rollup-plugin-eslint": "^7.0.0",
98 "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.20",
99 "rollup-plugin-peer-deps-external": "^2.2.4",
100 "rollup-plugin-postcss": "^4.0.0",
101 "rollup-plugin-postcss-modules": "^2.0.2",
102 "rollup-plugin-sourcemaps": "^0.6.3",
103 "rollup-plugin-terser": "^7.0.2",
104 "storybook-css-modules-preset": "^1.1.1",
105 "ts-jest": "^27.0.3",
106 "typescript": "^4.2.3",
107 "yargs": "^16.2.0"
108 },
[79a0317]109 "eslintConfig": {
110 "extends": [
111 "react-app",
112 "react-app/jest"
113 ]
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 }
[d565449]123 },
[79a0317]124 "license": "MIT",
[d565449]125 "lint-staged": {
126 "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
127 "prettier --write"
128 ],
129 "package.json": [
130 "prettier --write"
131 ]
132 },
[79a0317]133 "main": "esm/index.js",
134 "module": "esm/index.js",
135 "name": "react-tiles-dnd",
136 "peerDependencies": {
137 "react": ">=16.0.0"
[d565449]138 },
[79a0317]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"
[d565449]153}
Note: See TracBrowser for help on using the repository browser.