-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 5.22 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 5.22 KB
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"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": "opensource@farfetch.com",
"url": "https://www.farfetchplatformsolutions.com"
},
"bugs": "https://github.com/Farfetch/blackout/issues",
"keywords": [
"blackout",
"e-commerce",
"Farfetch",
"FPS"
],
"license": "MIT",
"engines": {
"node": ">=16",
"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",
"build:copy-package-json": "lerna run --parallel --concurrency=9999 --scope \"@farfetch/*\" build:copy-package-json",
"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",
"test:e2e:build": "cross-env TS_NODE_PROJECT=\"tests/e2e/tsconfig.json\" node --loader ts-node/esm node_modules/webpack-cli/bin/cli.js --config tests/e2e/webpack.config.ts",
"test:e2e:server": "tests/e2e/scripts/start-local-server.sh",
"test:e2e:run": "playwright test --config=tests/e2e/playwright.config.ts",
"test:e2e:run:critical": "playwright test --config=tests/e2e/playwright.config.ts --project=critical-tests",
"test:e2e:run:non-critical": "playwright test --config=tests/e2e/playwright.config.ts --project=non-critical-tests",
"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",
"ci:release:no-publish": "yarn ci:release --no-publish",
"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",
"@playwright/test": "^1.40.1",
"@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.2.10",
"@types/redux-mock-store": "^1.0.3",
"@types/url-parse": "^1.4.3",
"@types/uuid": "3.4.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"babel-eslint": "^10.1.0",
"browserslist-config-google": "^2.0.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"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",
"local-web-server": "^5.3.0",
"lodash-es": "^4.17.21",
"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",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@typescript-eslint/eslint-plugin": "6.21.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/*",
"tests/e2e"
]
}