@artisan-commerce/analytics-rn 0.1.0-canary.148.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/bundle.d.ts +5476 -0
- package/dist/bundle.mjs +14214 -0
- package/package.json +88 -0
package/package.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@artisan-commerce/analytics-rn",
|
|
3
|
+
"description": "Artisn commerce analytics react native library",
|
|
4
|
+
"version": "0.1.0-canary.148.1",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/bundle.mjs",
|
|
7
|
+
"module": "./dist/bundle.mjs",
|
|
8
|
+
"types": "./dist/bundle.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"sideEffects": false,
|
|
13
|
+
"scripts": {
|
|
14
|
+
"compile": "rollup -c",
|
|
15
|
+
"dev": "yarn compile -w",
|
|
16
|
+
"clean": "rimraf dist",
|
|
17
|
+
"prebuild": "yarn clean",
|
|
18
|
+
"build": "yarn compile",
|
|
19
|
+
"test": "echo --skip",
|
|
20
|
+
"test:all": "echo --skip",
|
|
21
|
+
"test:ci": "echo --skip",
|
|
22
|
+
"test:staged": "echo --skip",
|
|
23
|
+
"check-types": "tsc --noEmit",
|
|
24
|
+
"lint": "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
|
|
25
|
+
"lint:staged": "yarn lint --max-warnings=0",
|
|
26
|
+
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
|
|
27
|
+
"format": "yarn prettier --write",
|
|
28
|
+
"check-format": "yarn prettier --list-different",
|
|
29
|
+
"validate": "cross-env CI=true npm-run-all --parallel test:ci check-types check-format lint build",
|
|
30
|
+
"validate:ci": "npm-run-all --parallel check-types check-format lint",
|
|
31
|
+
"prepare": "yarn build"
|
|
32
|
+
},
|
|
33
|
+
"author": "Luis Eduardo Andrade",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"snake-case": "^3.0.4"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@artisan-commerce/products": "0.1.0-canary.148.1",
|
|
40
|
+
"@artisan-commerce/shopping-cart-core": "0.1.0-canary.148.1",
|
|
41
|
+
"@artisan-commerce/state": "0.1.0-canary.148.1",
|
|
42
|
+
"@artisan-commerce/types": "0.1.0-canary.148.1",
|
|
43
|
+
"@babel/core": "^7.13.15",
|
|
44
|
+
"@babel/preset-env": "^7.10.4",
|
|
45
|
+
"@babel/preset-react": "^7.10.4",
|
|
46
|
+
"@react-native-async-storage/async-storage": "^1.17.11",
|
|
47
|
+
"@react-native-firebase/analytics": "^12.8.0",
|
|
48
|
+
"@react-native-firebase/app": "^12.8.0",
|
|
49
|
+
"@segment/analytics-react-native": "^2.13.1",
|
|
50
|
+
"@segment/sovran-react-native": "^0.4.5",
|
|
51
|
+
"babel-preset-expo": "^8.3.0",
|
|
52
|
+
"jest-expo": "^40.0.2",
|
|
53
|
+
"react-native": "0.63.2",
|
|
54
|
+
"react-native-fbsdk-next": "11.2.1"
|
|
55
|
+
},
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"@artisan-commerce/products": "*",
|
|
58
|
+
"@artisan-commerce/shopping-cart-core": "*",
|
|
59
|
+
"@artisan-commerce/state": "*",
|
|
60
|
+
"@react-native-async-storage/async-storage": "*",
|
|
61
|
+
"@react-native-firebase/analytics": "*",
|
|
62
|
+
"@react-native-firebase/app": "*",
|
|
63
|
+
"@segment/analytics-react-native": "*",
|
|
64
|
+
"@segment/sovran-react-native": "*",
|
|
65
|
+
"react": ">=16.8.6",
|
|
66
|
+
"react-native-fbsdk-next": "*"
|
|
67
|
+
},
|
|
68
|
+
"nx": {
|
|
69
|
+
"targets": {
|
|
70
|
+
"build": {
|
|
71
|
+
"outputs": [
|
|
72
|
+
"{projectRoot}/dist"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"compile": {
|
|
76
|
+
"outputs": [
|
|
77
|
+
"{projectRoot}/dist"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"test:all": {
|
|
81
|
+
"outputs": [
|
|
82
|
+
"{projectRoot}/coverage"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"gitHead": "6eba4472f02d97014a030d651610de6e3ebcfbed"
|
|
88
|
+
}
|