-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
118 lines (118 loc) · 4.63 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
{
"name": "courier-react",
"version": "1.2.0",
"description": "",
"main": "index.js",
"private": true,
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true"
}
},
"scripts": {
"prepare": "husky install",
"analyze:components": "yarn run build && ANALYZE=true lerna run build:components --scope @trycourier/components --stream",
"build:components": "lerna run build:components --stream",
"build:watch": "lerna run build:watch --stream --parallel",
"build": "lerna run build --stream && yarn types",
"clean": "lerna run clean --stream && lerna clean --yes && rimraf node_modules",
"eslint": "eslint './packages/**/*.{ts,tsx}' --fix",
"commit": "cz",
"export:storybook": "lerna run build && lerna run export:storybook",
"lerna:publish": "lerna publish from-package --no-verify-access --yes",
"lerna:publish:internal": "lerna publish --yes --canary --dist-tag internal --no-verify-access --force-publish=* --preid",
"lerna:version": "lerna version --no-push --no-git-tag-version",
"lerna": "lerna",
"postinstall": "lerna bootstrap && yarn build && husky install",
"prettier": "prettier --write \"packages/**/*{js,json,ts,tsx}\"",
"readme": "lerna run readme --stream --parallel",
"start:components": "lerna run build:watch --stream --parallel & yarn types & lerna run start:components --stream",
"start": "lerna run build:watch --stream --parallel & yarn types & lerna run storybook --stream",
"test:components": "lerna run test --scope @trycourier/components --stream",
"test:gql": "lerna run test --scope @trycourier/client-graphql --stream",
"test:api": "lerna run test --scope @trycourier/client-api --stream",
"test:hooks": "lerna run test --scope @trycourier/react-hooks --stream",
"test:provider": "lerna run test --scope @trycourier/react-provider --stream",
"test": "lerna run test --stream --parallel",
"type-check": "lerna run type-check --parallel --stream",
"type-coverage:detail": "type-coverage --strict --detail",
"type-coverage": "type-coverage --strict --at-least 92",
"types": "lerna run types --stream"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trycourier/courier-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/trycourier/courier-react/issues"
},
"homepage": "https://github.com/trycourier/courier-react#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.14.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-root-import": "^6.6.0",
"babel-plugin-styled-components": "^1.12.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"commitizen": "^4.3.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^22.11.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"fetch-mock": "^9.11.0",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"jest-websocket-mock": "^2.3.0",
"lerna": "^5.4.0",
"msw": "^0.43.0",
"nx": "^14.4.2",
"pretty-quick": "^3.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.17",
"typescript": "^4.1.3"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"dependencies": {
"pkg-dir": "^7.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}