-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.06 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
{
"private": true,
"name": "@farfetch/blackout-react-native",
"description": "Farfetch Platform Solutions (FPS) react-native projects",
"repository": {
"type": "git",
"url": "https://github.com/Farfetch/blackout-react-native.git"
},
"author": {
"name": "FPS",
"email": "opensource@farfetch.com",
"url": "https://www.farfetchplatformsolutions.com"
},
"bugs": "https://github.com/Farfetch/blackout-react-native/issues",
"keywords": [
"blackout-react-native",
"e-commerce",
"Farfetch",
"FPS",
"react-native"
],
"license": "MIT",
"engines": {
"node": ">=10.15.0",
"npm": ">=6.4.1"
},
"scripts": {
"test": "rimraf coverage && jest",
"lint": "eslint .",
"prepare": "husky install"
},
"workspaces": [
"packages/*"
],
"lint-staged": {
"*.{json,md}": "prettier --write",
"*.js": "eslint --cache --fix"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@react-native-async-storage/async-storage": "^1.16.0",
"@react-native-community/eslint-config": "^1.1.0",
"eslint": "6.8.0",
"husky": "^7.0.0",
"jest": "^26.6.3",
"lerna": "3.22.0",
"lint-staged": "^10.2.2",
"postinstall-postinstall": "^2.1.0",
"react-native-testing-library": "^1.13.2",
"react-test-renderer": "^16.13.1",
"rimraf": "^3.0.2"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"dot-prop": "^6.0.1",
"glob-parent": "^5.1.2",
"handlebars": "^4.7.7",
"hermes-engine": "~0.9.0",
"ini": "^1.3.8",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"logkitty": "^0.7.1",
"metro": "^0.70.1",
"node-fetch": "^2.6.1",
"node-notifier": "^8.0.2",
"plist": "^3.0.2",
"set-value": "^4.0.1",
"shell-quote": "^1.7.3",
"simple-plist": "^1.3.1",
"ssri": "^6.0.2",
"trim-newlines": "^3.0.1",
"trim-off-newlines": "^1.0.2",
"ua-parser-js": "^0.7.28",
"url-parse": "^1.5.2",
"ws": "^7.4.6",
"y18n": "^4.0.2",
"yargs-parser": "^20.2.9"
}
}