-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "@atomic-reactor/reactium-native-sdk-core",
"version": "1.0.24",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Atomic-Reactor/reactium-native-sdk-core.git"
},
"dependencies": {
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"idb-keyval": "^6.1.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"action-sequence": "^1.1.1",
"babel-jest": "^26.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.2.0",
"chalk": "^4.1.2",
"classnames": "^2.2.6",
"dayjs": "^1.10.4",
"fake-indexeddb": "^3.1.7",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.5",
"jest": "^26.2.2",
"jest-cli": "^26.2.2",
"memory-cache": "^0.2.0",
"object-path": "^0.11.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "^0.67.1",
"react-native-crypto-js": "^1.0.0",
"semver": "^7.3.5",
"shallow-equals": "^1.0.0",
"underscore": "^1.9.1",
"uuid": "^3.3.3"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.15.17",
"action-sequence": "*",
"classnames": "*",
"dayjs": "*",
"memory-cache": "*",
"object-path": "*",
"react": "^17.*",
"react-dom": "^17.*",
"shallow-equals": "*",
"underscore": "*",
"uuid": "*"
},
"scripts": {
"build": "babel core --out-dir dist",
"test": "jest",
"pretest": "npm run build",
"prepublishOnly": "node ./prepublish.js && npm run build"
},
"files": [
"dist",
"core"
]
}