-
Notifications
You must be signed in to change notification settings - Fork 151
/
package.json
145 lines (145 loc) · 5.32 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "@kiwicom/orbit",
"private": true,
"workspaces": [
"packages/*",
"docs"
],
"scripts": {
"build-ci": "yarn size:build",
"components": "yarn workspace @kiwicom/orbit-components",
"checks": "node --loader ts-node/esm scripts/checks.mts",
"check:types": "yarn checks --types",
"check:links": "yarn checks --links",
"check:css": "yarn checks --css",
"check:statuses": "yarn checks --statuses",
"dev": "yarn components storybook",
"docs": "yarn workspace @kiwicom/orbit.kiwi",
"eslint:ci": "eslint-config-prettier index.js index.ts && eslint . --report-unused-disable-directives",
"eslint:docs": "eslint --fix docs/src/documentation --report-unused-disable-directives",
"orbit-kiwi:build": "yarn tokens build && yarn tailwind-preset build && yarn components build && yarn themer build && yarn docs build",
"postinstall": "lerna run postinstall --stream",
"prepare": "husky install",
"prettier:test": "prettier --check '**/*.md'",
"size:build": "yarn tokens build && yarn tailwind-preset build && yarn components size:build",
"size": "yarn size:build && size-limit",
"test-ci": "jest --ci --maxWorkers=2 && lerna run test",
"test": "jest",
"themer": "yarn workspace @kiwicom/orbit-themer",
"tailwind-preset": "yarn workspace @kiwicom/orbit-tailwind-preset",
"tokens": "yarn workspace @kiwicom/orbit-design-tokens",
"tracking": "yarn workspace @kiwicom/orbit-tracking",
"update-supported-browsers": "markdown --path .github/contribution/testing-conventions.md && git add .github/contribution/testing-conventions.md",
"docker:reset": "rm -rf packages/orbit-components/playwright/.cache && yarn install --frozen-lockfile --ignore-scripts",
"deploy:report": "yarn surge playwright-report/"
},
"engines": {
"yarn": ">=1.19.1"
},
"author": "kiwi.com",
"license": "MIT",
"resolutions": {
"@types/eslint": "^8.37.0",
"@types/react": ">=17.0.26",
"@types/react-dom": ">=17.0.9",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/eslint-plugin": "^7.19.1",
"@babel/generator": "^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",
"@babel/types": "^7.21.4",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^17.0.3",
"@floating-ui/react": "^0.26.24",
"@kiwicom/browserslist-config": "^4.1.0",
"@octokit/rest": "^19.0.5",
"@size-limit/file": "^8.0.0",
"@size-limit/webpack": "^8.0.0",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/dedent": "^0.7.0",
"@types/dotenv-safe": "^8.1.6",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.17.7",
"@types/pngjs": "^6.0.2",
"@types/prettier": "^2.7.2",
"@types/react": ">=17.0.26",
"@types/react-dom": ">=17.0.9",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"babel-jest": "^28.1.3",
"browserslist": "^4.16.6",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.2",
"dedent": "^1.5.1",
"del-cli": "^5.0.0",
"dotenv-safe": "^9.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"fast-glob": "^3.2.12",
"filedirname": "^2.7.0",
"gitdiff-parser": "^0.3.1",
"husky": "^6.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.7.0",
"jest-matchmedia-mock": "^1.1.0",
"lerna": "7.2.0",
"lint-staged": "^15.2.5",
"lodash": "^4.17.21",
"markdown-magic": "^2.6.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.4.1",
"raf": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^2.0.0",
"remark-lint": "^8.0.0",
"remark-lint-first-heading-level": "^2.0.1",
"remark-mdx": "^1.6.22",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"remark-preset-prettier": "^0.4.0",
"remark-validate-links": "^10.0.2",
"simple-git": "^3.19.1",
"size-limit": "^8.0.0",
"slackify-markdown": "^4.3.1",
"styled-components": "^5.3.1",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.1",
"tsc-files": "^1.1.3",
"tsup": "^6.7.0",
"typescript": "^5.0.0",
"zx": "^7.0.7"
}
}