-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
131 lines (131 loc) · 4.31 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"private": true,
"name": "@farfetch/blackout",
"description": "Farfetch Platform Solutions (FPS) projects",
"repository": {
"type": "git",
"url": "https://github.com/Farfetch/blackout.git"
},
"author": {
"name": "FPS",
"email": "[email protected]",
"url": "https://www.farfetchplatformsolutions.com"
},
"bugs": "https://github.com/Farfetch/blackout/issues",
"keywords": [
"blackout",
"e-commerce",
"Farfetch",
"FPS"
],
"license": "MIT",
"engines": {
"node": ">=14",
"npm": ">=6.4.1"
},
"scripts": {
"build": "lerna run --concurrency 1 --stream --scope \"@farfetch/*\" build",
"build:watch": "lerna run --parallel --concurrency=9999 --scope \"@farfetch/*\" build:watch",
"clean": "scripts/clean.sh && yarn clean:build",
"clean:build": "lerna run --concurrency 4 --no-bail --parallel --scope \"@farfetch/*\" clean",
"lint": "npx eslint . --ext .js,.ts,.jsx,.tsx,.mts,.mjs,.cjs",
"postinstall": "patch-package",
"format": "prettier --write '**/*.{js,ts,jsx,tsx,mts,mjs,cjs,json,md}'",
"test": "rimraf coverage && yarn clean:build && jest",
"prepare": "husky install",
"yalc:publish": "scripts/yalc-publish.sh",
"yalc:push": "scripts/yalc-push.sh",
"ci:types": "yarn ci:types:runtime && yarn ci:types:tests",
"ci:types:runtime": "lerna run --concurrency 4 --no-bail --parallel --scope \"@farfetch/*\" ci:types",
"ci:types:tests": "tsc -p tsconfig.ci.tests.json",
"ci:release": "scripts/release.sh",
"dev:link": "lerna run --concurrency 1 --stream --scope \"@farfetch/*\" dev:link",
"dev:unlink": "lerna exec --concurrency 1 --stream --scope \"@farfetch/*\" 'cd dist && yarn unlink'",
"release:git": "scripts/release-git.sh"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^13.3.0",
"@types/invariant": "^2.2.34",
"@types/jest": "^27.5.1",
"@types/jquery": "^3.5.16",
"@types/lodash-es": "^4.17.6",
"@types/node": "18.14.2",
"@types/react": "^18.0.10",
"@types/redux-mock-store": "^1.0.3",
"@types/url-parse": "^1.4.3",
"@types/uuid": "3.4.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.53.0",
"babel-eslint": "^10.1.0",
"browserslist-config-google": "^2.0.0",
"core-js": "^3.6.5",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-tsdoc": "^0.2.16",
"faker": "^5.5.3",
"fs-extra": "^10.1.0",
"gitpkg": "^1.0.0-beta.4",
"husky": "^7.0.4",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-localstorage-mock": "^2.4.0",
"jest-watch-typeahead": "^1.1.0",
"lerna": "^5.0.0",
"lint-staged": "^12.4.2",
"msw": "^1.1.0",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"typescript": "5.0.2"
},
"resolutions": {
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@typescript-eslint/eslint-plugin": "5.54.0",
"color-string": "^1.6.0",
"css-what": "^5.0.1",
"dot-prop": "^6.0.1",
"handlebars": "^4.7.7",
"ini": "^1.3.8",
"is-svg": "^4.3.1",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"node-forge": "^0.10.0",
"node-notifier": "^8.0.2",
"property-expr": "^2.0.4",
"pug-code-gen": "^2.0.3",
"pug": "^3.0.2",
"semver-regex": "^4.0.2",
"set-value": "^4.1.0",
"trim-off-newlines": "^1.0.2",
"ua-parser-js": "^0.7.28",
"underscore": "^1.13.1",
"y18n": "^4.0.2"
},
"lint-staged": {
"*.{json,md}": "prettier --write",
"*.{js,ts}": "eslint --fix"
},
"workspaces": [
"packages/*"
]
}