|
6 | 6 | "main": "lib/index.js", |
7 | 7 | "style": "lib/react-mosaic.css", |
8 | 8 | "typings": "lib/index.d.ts", |
9 | | - "sideEffects": [ |
10 | | - "*.css" |
11 | | - ], |
12 | 9 | "repository": { |
13 | 10 | "type": "git", |
14 | 11 | "url": "https://github.com/nomcopter/react-mosaic.git" |
15 | 12 | }, |
16 | 13 | "funding": "https://github.com/nomcopter/react-mosaic?sponsor=1", |
| 14 | + "keywords": [ |
| 15 | + "ui", |
| 16 | + "react", |
| 17 | + "component", |
| 18 | + "typescript", |
| 19 | + "tiling-window-manager", |
| 20 | + "window-manager" |
| 21 | + ], |
| 22 | + "sideEffects": [ |
| 23 | + "*.css" |
| 24 | + ], |
17 | 25 | "scripts": { |
18 | 26 | "build": "npm-run-all clean -lp build:**", |
19 | 27 | "build:ts": "tsc -p tsconfig-build.json", |
|
29 | 37 | "fix": "npm-run-all -lp fix:**", |
30 | 38 | "fix:format": "yarn run prettier:run --write", |
31 | 39 | "fix:lint": "yarn run test:lint --fix", |
32 | | - "version": "yarn run bundle && git add -A docs/" |
| 40 | + "version": "npm-run-all test bundle && git add -A docs/" |
| 41 | + }, |
| 42 | + "dependencies": { |
| 43 | + "classnames": "^2.3.1", |
| 44 | + "immutability-helper": "^3.1.1", |
| 45 | + "lodash": "^4.17.21", |
| 46 | + "prop-types": "^15.8.1", |
| 47 | + "react-dnd": "^14.0.5", |
| 48 | + "react-dnd-html5-backend": "^14.1.0", |
| 49 | + "react-dnd-multi-backend": "^6.0.2", |
| 50 | + "react-dnd-touch-backend": "^14.1.1", |
| 51 | + "uuid": "^3.4.0" |
33 | 52 | }, |
34 | 53 | "devDependencies": { |
35 | 54 | "@blueprintjs/core": "^4.7.0", |
|
77 | 96 | "webpack-dev-server": "^2.11.5", |
78 | 97 | "yarn-deduplicate": "^3.1.0" |
79 | 98 | }, |
80 | | - "dependencies": { |
81 | | - "classnames": "^2.3.1", |
82 | | - "immutability-helper": "^3.1.1", |
83 | | - "lodash": "^4.17.21", |
84 | | - "prop-types": "^15.8.1", |
85 | | - "react-dnd": "^14.0.5", |
86 | | - "react-dnd-html5-backend": "^14.1.0", |
87 | | - "react-dnd-multi-backend": "^6.0.2", |
88 | | - "react-dnd-touch-backend": "^14.1.1", |
89 | | - "uuid": "^3.4.0" |
90 | | - }, |
91 | 99 | "peerDependencies": { |
92 | 100 | "react": "16 - 18" |
93 | 101 | }, |
94 | | - "keywords": [ |
95 | | - "ui", |
96 | | - "react", |
97 | | - "component", |
98 | | - "typescript", |
99 | | - "tiling-window-manager", |
100 | | - "window-manager" |
101 | | - ] |
| 102 | + "resolutions": { |
| 103 | + "dnd-core": "14.0.1" |
| 104 | + } |
102 | 105 | } |
0 commit comments