-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-native-simple-dnd",
"version": "1.2.0",
"description": "",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "sb-rn-get-stories && cross-env STORYBOOK_ENABLED='true' expo start --port 9090",
"build-storybook": "storybook build"
},
"author": "jjjkkkjjj",
"homepage": "https://github.com/jjjkkkjjj/react-native-simple-dnd",
"keywords": [
"React Native",
"Drag and Drop",
"DnD",
"simple Drag and Drop",
"simple DnD",
"enhanced Drag and Drop",
"enhanced DnD",
"nested Drag and Drop",
"nested DnD"
],
"repository": {
"type": "git",
"url": "https://github.com/jjjkkkjjj/react-native-simple-dnd"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@chromatic-com/storybook": "^1.3.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-onboarding": "^8.0.10",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/react-native": "^7.6.19",
"@storybook/react-webpack5": "^8.0.10",
"@storybook/test": "^8.0.10",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.2",
"autoprefixer": "^10.4.19",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-native": "^0.74.1",
"rollup": "^2.77.4-1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^4.0.0",
"storybook": "^8.0.10",
"typescript": "^5.4.5"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"recoil": "^0.7.7",
"rollup-plugin-typescript2": "^0.36.0",
"use-deep-compare-effect": "^1.8.1"
}
}