-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.09 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
{
"name": "pureleap-legacy-cdn-root",
"private": true,
"license": "",
"author": "",
"sideEffects": false,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn clean && yarn compile",
"clean": "yarn workspaces foreach run clean",
"compile": "yarn fix-project-references-all && tsc --build",
"coverage": "yarn workspaces foreach --topological-devs run coverage",
"deploy": "yarn workspaces foreach run deploy \"$@\"",
"fix-project-references": "utils-typescript-references --skipRoot",
"fix-project-references-all": "utils-typescript-references",
"format": "prettier --loglevel log --config .prettierrc.json --write .",
"format-check": "prettier --loglevel log --config .prettierrc.json --check .",
"infra": "yarn workspaces foreach run infra \"$@\"",
"lint": "eslint . --ext .js,.ts,.tsx,.json,.yml,.yaml",
"lint-fix": "eslint . --ext .js,.ts,.tsx,.json,.yml,.yaml --fix",
"package:doctor": "yarn dlx @yarnpkg/doctor .",
"test-ci": "yarn workspaces foreach -v run test-ci",
"test-watch": "nodemonx --watch . --exec 'yarn test-ci'"
},
"resolutions": {
"aws-sdk": "^2.1222.0",
"glob-parent": "5.1.2",
"http-cache-semantics": "4.1.1",
"json-schema": "0.4.0",
"json5": "2.2.2",
"loader-utils": "2.0.4",
"minimatch": "^5.1.0",
"moment": "2.29.4",
"prismjs": "1.27.0",
"scss-tokenizer": "0.4.3",
"terser": "4.8.1",
"trim": "0.0.3"
},
"devDependencies": {
"@goldstack/nodemonx": "0.4.7",
"@goldstack/utils-typescript-references": "0.3.6",
"@types/jest": "^29.0.1",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-yaml": "^0.5.0",
"nodemon": "^2.0.20",
"prettier": "^2.7.1",
"react": "18.2.0",
"typescript": "^4.8.4"
},
"packageManager": "yarn@3.2.4"
}