-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.13 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
{
"name": "react-datepicker-user-event-test-failure-root",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"packages/*",
"."
],
"scripts": {
"build:all-types": "tsc --build",
"clean": "npm-run-all --parallel clean:git clean:jest",
"clean:git": "git clean -dx --force --exclude=.env --exclude=.yarn --exclude=.husky",
"clean:jest": "jest --clearCache",
"fix-typescript-references": "utils-typescript-references",
"install:jenkins": "ts-node ./scripts/jenkinsYarnInstall.ts",
"lint:scss": "stylelint \"**/*.scss\" ",
"lint": "echo \"Lint Completed! (if run with: yarn turbo run lint)\"",
"postinstall": "husky install",
"test:watch": "jest --watch",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/parse": "^17.4.4",
"@commitlint/types": "^17.4.4",
"@goldstack/utils-typescript-references": "^0.3.2",
"@jest/types": "^29.6.1",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/enzyme": "^3.10.11",
"@types/jest": "^29.5.3",
"@types/node": "^18.0.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/which": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"babel-jest": "^29.6.2",
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-react-require": "^3.1.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-css": "^0.0.4",
"chai-dom": "1.9",
"chai-enzyme": "^1.0.0-beta.1",
"chai-jest-snapshot": "^2.0.0",
"chai-string": "^1.5.0",
"chai-style": "^1.0.3",
"cheerio": "1.0.0-rc.3",
"commander": "^9.3.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"edit-package-json": "^0.6.5",
"enzyme": "^3.10.0",
"enzyme-to-json": "^3.4.0",
"eslint": "^8.22.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-storybook": "^0.6.12",
"expo-cli": "^5.4.12",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-transform-css": "^6.0.1",
"jest-transformer-svg": "^2.0.1",
"jira-prepare-commit-msg": "^1.7.2",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-docgen": "^5.0.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.9",
"sinon": "^7.4.2",
"sinon-chai": "^3.3.0",
"source-map-support": "^0.5.21",
"standard-version": "^9.5.0",
"stylelint": "13.6.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-declaration-strict-value": "1.6.0",
"stylelint-scss": "^3.10.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.8.1",
"tslib": "^2.4.0",
"ttypescript": "^1.5.15",
"turbo": "~1.6.0",
"typescript": "^4.7.3",
"which": "^2.0.2"
},
"resolutions": {
"@types/node": "^18.0.0",
"@types/react-dom": "^17.0.2",
"@types/react": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@babel/core": "^7.18.0"
},
"lint-staged": {
"*.scss": [
"prettier --config .prettierrc --write"
],
"*.{js,jsx,ts,tsx}": [
"prettier --config .prettierrc --write",
"eslint --cache --fix"
]
},
"jira-prepare-commit-msg": {
"messagePattern": "$M [$J]",
"jiraTicketPattern": "([A-Z]+-\\d+)",
"isConventionalCommit": true,
"allowEmptyCommitMessage": false,
"gitRoot": "",
"ignoredBranchesPattern": "^(master|main|dev|develop|development|release)$",
"ignoreBranchesMissingTickets": false
}
}