-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.52 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
81
82
83
84
{
"name": "@qlik/react-native-carbon",
"version": "2.1.22",
"description": "React Native nebula engine",
"main": "src/index.ts",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"react-native-carbon.podspec"
],
"scripts": {
"typescript": "tsc --noEmit",
"lint": "eslint . --fix",
"clean": "rm -rf node_modules",
"test": "jest --coverage",
"ci:install": "yarn install --frozen-lockfile",
"tsc-build": "tsc src/**/* --declaration --allowJs --emitDeclarationOnly && yarn lint --fix",
"dev-setup": "yarn && yarn && cd example/Galaxy && yarn && bundle install && cd ios && pod install",
"generate-icons": "node tools/iconPaths.mjs --icons node_modules/@material-design-icons/svg/filled"
},
"repository": {
"url": "[email protected]:qlik-oss/react-native-carbon.git"
},
"author": "Qlik",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/qlik-oss/react-native-helium",
"devDependencies": {
"@material-design-icons/svg": "^0.11.1",
"@react-native-community/eslint-config": "3.0.1",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/jest": "27.4.1",
"@types/react": "17.0.40",
"@types/react-native": "0.67.3",
"@types/react-test-renderer": "17.0.1",
"color-rgba": "2.4.0",
"commitlint": "17.4.4",
"d3-path": "^3.0.1",
"eslint": "8.35.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"fast-xml-parser": "^4.0.8",
"husky": "8.0.3",
"jest": "27.5.1",
"jotai": "1.6.0",
"lodash": "^4.17.21",
"picasso-plugin-q": "1.6.0",
"picasso.js": "1.6.0",
"prettier": "2.6.0",
"react": "*",
"react-native": "*",
"react-native-paper": "4.11.2",
"react-native-reanimated": "2.10.0",
"react-native-uuid": "2.0.1",
"semantic-release": "21.0.1",
"string-pixel-width": "1.10.0",
"typescript": "4.6.2",
"xml2js": "^0.4.23",
"yargs": "^17.5.1"
},
"peerDependencies": {
"@babel/core": "7.17.2",
"@babel/runtime": "7.17.2",
"@nebula.js/stardust": "2.4.1",
"eventemitter3": "4.0.7",
"jotai": "1.6.0",
"lodash": "4.17.21",
"picasso-plugin-q": "1.6.0",
"picasso.js": "1.6.0",
"react": "17.0.2",
"react-native": "0.67.4",
"react-native-gesture-handler": "^2.4.2",
"react-native-paper": "^4.12.1",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "3.3.2",
"react-native-uuid": "2.0.1"
}
}