forked from PSPDFKit/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.69 KB
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
{
"name": "react-native-pspdfkit",
"version": "2.7.0",
"description": "React Native PDF Library by PSPDFKit",
"keywords": [
"react native",
"pspdfkit",
"pdf"
],
"homepage": "https://github.com/PSPDFKit/react-native",
"bugs": {
"email": "support@pspdfkit.com"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/PSPDFKit/react-native.git"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"format": "prettier \"{samples/**/*.{md,js},*.{md,js}}\" --write",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./*.js"
},
"peerDependencies": {
"cacheable-request": "^10.2.7",
"decode-uri-component": "^0.2.1",
"http-cache-semantics": "^4.1.1",
"json5": "^2.2.2",
"minimatch": "^3.0.5",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "^0.71.1",
"ua-parser-js": "^1.0.33"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/runtime": "^7.22.3",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.8",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.5.0",
"eslint": "^8.41.0",
"eslint-plugin-ft-flow": "^2.0.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.76.5",
"prettier": "^2.8.8",
"react-native-codegen": "^0.71.5",
"react-test-renderer": "18.2.0",
"typescript": "5.1.3"
},
"jest": {
"preset": "react-native",
"testPathIgnorePatterns": [
"legacy_tests"
]
}
}