-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
154 lines (154 loc) · 5.76 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
146
147
148
149
150
151
152
153
154
{
"private": true,
"workspaces": [
"packages/*",
"draft-packages/*"
],
"engines": {
"node": ">=v18.16.0"
},
"scripts": {
"build": "yarn turbo build",
"clean": "yarn turbo clean && yarn storybook:clean && rimraf node_modules",
"test": "jest",
"test:pkg:c-library:sass": "yarn pkg:c-library test-scss-compile",
"test:ci": "yarn test --ci",
"ci:test:react-16": "USE_REACT_16=true yarn test:ci",
"ci:test:react-17": "USE_REACT_17=true yarn test:ci",
"compile": "tsc",
"storybook": "storybook dev -p 6006 -c storybook",
"storybook:preview": "NODE_ENV=production yarn storybook --docs",
"storybook:clean": "rm -rf storybook/public",
"storybook:build": "storybook build -c storybook -o storybook/public --docs",
"test:storybook": "STORIES=ignoreBrandMoment test-storybook --config-dir storybook",
"jest:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --no-cache",
"lint": "yarn lint:ts --max-warnings=0 && yarn lint:format && yarn lint:styles",
"lint:ts": "yarn eslint . -c .eslintrc.js --ext .ts,.tsx",
"lint:format": "yarn prettier --check '**/*'",
"lint:styles": "yarn stylelint '**/*.scss'",
"lint:fix": "yarn lint:styles --fix && yarn lint:ts --max-warnings=0 --fix && yarn lint:format --write",
"reset": "yarn clean && yarn install --force",
"chromatic": "chromatic",
"changeset": "changeset",
"pkg:c-library": "yarn workspace @kaizen/component-library",
"ci:version": "yarn turbo build && yarn changeset version",
"ci:publish": "yarn turbo build && yarn changeset publish"
},
"dependenciesComments": {
"@kaizen/components": "Version locked as attempt to upgrade to 1.39.2 causes build errors"
},
"dependencies": {
"@kaizen/components": "1.21.0",
"@kaizen/design-tokens": "^10.3.17",
"@kaizen/tailwind": "1.2.3",
"@storybook/addons": "^7.2.1",
"@storybook/api": "^7.2.1",
"@storybook/blocks": "^7.2.1",
"@storybook/components": "^7.2.1",
"@storybook/core-events": "^7.2.1",
"@storybook/react": "^7.2.1",
"@storybook/theming": "^7.2.1",
"classnames": "^2.3.2",
"identity-obj-proxy": "^3.0.0",
"lodash.isempty": "^4.4.0",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-16": "npm:react@^16.14.0",
"react-17": "npm:react@^17.0.2",
"react-dom": "^18.2.0",
"react-dom-16": "npm:react-dom@^16.14.0",
"react-dom-17": "npm:react-dom@^17.0.2",
"svgo": "~3.0.2",
"tocbot": "^4.21.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@changesets/cli": "^2.26.2",
"@cultureamp/changelog-github": "^0.1.0",
"@storybook/addon-a11y": "^7.2.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/addon-interactions": "^7.2.1",
"@storybook/addon-links": "^7.2.1",
"@storybook/jest": "^0.1.0",
"@storybook/node-logger": "^7.2.1",
"@storybook/react-webpack5": "^7.2.1",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.0",
"@tanstack/react-query": "^4.32.6",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react-12": "npm:@testing-library/react@^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.11.18",
"@types/postcss-flexbugs-fixes": "^5.0.0",
"@types/postcss-import": "^14.0.0",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/react-highlight": "^0.12.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"babel-loader": "^9.1.3",
"chromatic": "^6.20.0",
"css-loader": "^6.8.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-ssr-friendly": "^1.2.0",
"eslint-plugin-storybook": "^0.6.13",
"jest": "^29.6.2",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.6.2",
"jest-static-stubs": "^0.0.1",
"node-fetch": "^3.3.2",
"node-sass": "^8.0.0",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.0.0",
"postcss-scss": "^4.0.6",
"prettier": "^3.0.1",
"raw-loader": "^4.0.2",
"react-highlight": "^0.15.0",
"react-test-renderer": "^18.2.0",
"react-test-renderer-17": "npm:react-test-renderer@^17.0.2",
"rimraf": "^5.0.1",
"sass-loader": "^13.3.2",
"storybook": "^7.2.1",
"style-loader": "^3.3.3",
"stylelint": "^15.6.1",
"stylelint-config-standard-scss": "^10.0.0",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "~4.0.0",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"turbo": "^1.10.9",
"typescript": "^4.9.5",
"webpack": "^5.88.2"
},
"resolutions": {
"@types/react": "^18.2.17"
},
"resolutionsComments": {
"@types/react": "@testing-library/react-12 has an incorrect dep (instead of peerDep) of @types/react@^17 which we don't want"
}
}