-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
63 lines (63 loc) · 1.89 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
{
"name": "react-native-image-modal",
"version": "3.0.13",
"description": "image full screen modal for react native",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "rm -rf dist && tsc",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --check ./src",
"format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,md}\"",
"cspell": "cspell '**' --gitignore --show-suggestions",
"start": "rm -rf Develop/dist && tsc -w --outDir Develop/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-yakuza/react-native-image-modal.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"ios",
"android",
"ui",
"image-box",
"image",
"gallery"
],
"author": "dev-yakuza <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dev-yakuza/react-native-image-modal/issues"
},
"homepage": "https://github.com/dev-yakuza/react-native-image-modal#readme",
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/react": "19.0.7",
"@types/react-native": "0.72.8",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"cspell": "^8.17.2",
"eslint": "9.18.0",
"eslint-plugin-functional": "^8.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.14.0",
"lefthook": "^1.10.8",
"prettier": "3.4.2",
"react": "19.0.0",
"react-native": "0.76.6",
"typescript": "5.7.3",
"typescript-eslint": "^8.20.0"
}
}