-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.9 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
71
72
73
74
75
76
77
78
79
80
{
"name": "@qlik/react-native-helium",
"version": "2.0.1",
"description": "Skia base JSI renderer for Picasso and Nebula",
"homepage": "https://github.com/qlik-oss/react-native-helium",
"repository": {
"url": "https://github.com/qlik-oss/react-native-helium.git"
},
"license": "MIT",
"author": "Qlik",
"main": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"skialib",
"qlik-oss-react-native-helium.podspec",
"!Helium4",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!logo"
],
"scripts": {
"ci:install": "yarn install --frozen-lockfile",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"test": "jest",
"typescript": "tsc --noEmit"
},
"prettier": "@qlik/prettier-config",
"eslintConfig": {
"parserOptions": {
"project": [
"./tsconfig.json"
]
},
"extends": [
"@qlik/eslint-config",
"@qlik/eslint-config/react",
"@qlik/eslint-config/jest"
],
"rules": {
"@typescript-eslint/no-explicit-any": 0,
"react/destructuring-assignment": 0,
"react/require-default-props": 0
},
"root": true
},
"devDependencies": {
"@qlik/eslint-config": "^0.4.17",
"@qlik/prettier-config": "^0.3.0",
"@qlik/tsconfig": "^0.1.6",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/jest": "27.5.2",
"@types/react": "17.0.47",
"@types/react-native": "0.69.3",
"eslint": "8.20.0",
"jest": "26.6.3",
"picasso.js": "1.6.0",
"prettier": "2.7.1",
"react": "18.0.0",
"react-native": "0.69.12",
"react-native-uuid": "2.0.1",
"typescript": "5.2.2"
},
"peerDependencies": {
"@qlik/carbon-core": "^2.0.0",
"react": "*",
"react-native": "*"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}