|
1 | 1 | {
|
2 |
| - "name": "react-native-drax", |
3 |
| - "version": "0.10.3", |
4 |
| - "description": "A drag-and-drop system for React Native", |
5 |
| - "repository": { |
6 |
| - "type": "git", |
7 |
| - "url": "git+ssh://git@github.com/nuclearpasta/react-native-drax.git" |
8 |
| - }, |
9 |
| - "main": "build/index.js", |
10 |
| - "types": "build/index.d.ts", |
11 |
| - "scripts": { |
12 |
| - "lint": "yarn run eslint src", |
13 |
| - "build": "yarn run tsc", |
14 |
| - "prepublish": "yarn run build" |
15 |
| - }, |
16 |
| - "author": "Joe Lafiosca <joe@proxi.gg>", |
17 |
| - "license": "MIT", |
18 |
| - "dependencies": { |
19 |
| - "lodash.isequal": "^4.5.0", |
20 |
| - "lodash.throttle": "^4.1.1", |
21 |
| - "typesafe-actions": "^5.1.0" |
22 |
| - }, |
23 |
| - "peerDependencies": { |
24 |
| - "react": "*", |
25 |
| - "react-native": ">=0.65.0", |
26 |
| - "react-native-gesture-handler": ">=1.8.0" |
27 |
| - }, |
28 |
| - "devDependencies": { |
29 |
| - "@types/lodash.isequal": "^4.5.5", |
30 |
| - "@types/lodash.throttle": "^4.1.6", |
31 |
| - "@types/node": "^14.14.43", |
32 |
| - "@types/react-native": "^0.65.22", |
33 |
| - "@typescript-eslint/eslint-plugin": "^4.22.0", |
34 |
| - "@typescript-eslint/parser": "^4.22.0", |
35 |
| - "eslint": "^7.25.0", |
36 |
| - "eslint-config-airbnb-typescript": "^12.3.1", |
37 |
| - "eslint-plugin-import": "^2.22.1", |
38 |
| - "eslint-plugin-jsx-a11y": "^6.4.1", |
39 |
| - "eslint-plugin-react": "^7.23.2", |
40 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
41 |
| - "eslint-plugin-react-native": "^3.10.0", |
42 |
| - "react": "^17.0.2", |
43 |
| - "react-native": "^0.65.2", |
44 |
| - "react-native-gesture-handler": "^1.8.0", |
45 |
| - "typescript": "^4.7.3" |
46 |
| - } |
| 2 | + "name": "react-native-drax", |
| 3 | + "version": "0.11.0-alpha.2", |
| 4 | + "description": "A drag-and-drop system for React Native", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "git+ssh://git@github.com/nuclearpasta/react-native-drax.git" |
| 8 | + }, |
| 9 | + "main": "build/index.js", |
| 10 | + "types": "build/index.d.ts", |
| 11 | + "scripts": { |
| 12 | + "lint": "yarn run eslint src", |
| 13 | + "build": "yarn run tsc", |
| 14 | + "prepublish": "yarn run build", |
| 15 | + "publish:alpha": "npm publish --tag alpha" |
| 16 | + }, |
| 17 | + "author": "Joe Lafiosca <joe@proxi.gg>", |
| 18 | + "license": "MIT", |
| 19 | + "dependencies": { |
| 20 | + "lodash.isequal": "^4.5.0", |
| 21 | + "lodash.throttle": "^4.1.1", |
| 22 | + "typesafe-actions": "^5.1.0" |
| 23 | + }, |
| 24 | + "peerDependencies": { |
| 25 | + "react": "*", |
| 26 | + "react-native": ">=0.65.0", |
| 27 | + "react-native-gesture-handler": ">=1.8.0" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@types/lodash.isequal": "^4.5.5", |
| 31 | + "@types/lodash.throttle": "^4.1.6", |
| 32 | + "@types/node": "^14.14.43", |
| 33 | + "@types/react": "~18.3.14", |
| 34 | + "eslint": "8", |
| 35 | + "eslint-config-prettier": "^10.0.1", |
| 36 | + "eslint-config-universe": "^13.0.0", |
| 37 | + "eslint-plugin-prettier": "^5.2.3", |
| 38 | + "prettier": "^3.5.1", |
| 39 | + "react": "^18.3.1", |
| 40 | + "react-native": "^0.75.4", |
| 41 | + "react-native-gesture-handler": "^2.20.0", |
| 42 | + "react-native-reanimated": "^3.15.5", |
| 43 | + "typescript": "^5.6.3" |
| 44 | + } |
47 | 45 | }
|
0 commit comments