forked from cultureamp/kaizen-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 5.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
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
{
"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 && yarn test:pkg:aio",
"test:pkg:aio": "yarn pkg:aio test && yarn pkg:aio build",
"test:ci": "jest --ci",
"compile": "tsc && yarn pkg:aio compile",
"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 && yarn lint:md && yarn lint:format && yarn lint:styles",
"eslint-config": "yarn eslint -c .eslintrc.js --max-warnings=0",
"lint:ts": "yarn eslint-config '**/*.{ts,tsx}'",
"lint:md": "yarn eslint-config '**/*.{md,mdx}'",
"lint:format": "yarn prettier --check '**/*'",
"lint:styles": "yarn stylelint '**/*.scss'",
"lint:fix": "yarn lint:styles --fix && yarn lint:ts --fix && yarn lint:md --fix && yarn lint:format --write",
"reset": "yarn clean && yarn install --force",
"chromatic": "chromatic",
"commit": "yarn changeset",
"plop": "plop",
"pkg:aio": "yarn workspace @kaizen/components",
"ci:version": "yarn turbo prepublishOnly && yarn changeset version",
"ci:publish": "yarn turbo prepublishOnly && yarn changeset publish",
"update-icons": "yarn pkg:aio update-icons"
},
"dependencies": {
"@kaizen/design-tokens": "*",
"@kaizen/tailwind": "*",
"@storybook/addons": "^7.4.2",
"@storybook/api": "^7.4.2",
"@storybook/blocks": "^7.4.2",
"@storybook/components": "^7.4.2",
"@storybook/core-events": "^7.4.2",
"@storybook/react": "^7.4.2",
"@storybook/theming": "^7.4.2",
"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-dom": "^18.2.0",
"svgo": "~3.0.2",
"tocbot": "^4.21.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@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.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@changesets/cli": "^2.26.2",
"@cultureamp/changelog-github": "^0.1.0",
"@kaizen/brand-moment": "^1.13.8",
"@kaizen/button": "^3.0.4",
"@kaizen/draft-card": "^3.2.11",
"@kaizen/draft-page-layout": "^2.3.13",
"@kaizen/draft-select": "^2.10.42",
"@kaizen/draft-tabs": "^5.2.43",
"@kaizen/notification": "^1.7.0",
"@kaizen/typography": "^2.3.11",
"@storybook/addon-a11y": "^7.4.2",
"@storybook/addon-essentials": "^7.4.2",
"@storybook/addon-interactions": "^7.4.2",
"@storybook/addon-links": "^7.4.2",
"@storybook/jest": "^0.2.2",
"@storybook/node-logger": "^7.4.2",
"@storybook/react-webpack5": "^7.4.2",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.1",
"@tanstack/react-query": "^4.35.3",
"@testing-library/dom": "^9.3.3",
"@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.4.3",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.5",
"@types/jest-axe": "^3.5.6",
"@types/node": "^18.17.17",
"@types/postcss-flexbugs-fixes": "^5.0.0",
"@types/postcss-import": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"axe-playwright": "^1.2.3",
"babel-loader": "^9.1.3",
"chromatic": "^6.24.1",
"css-loader": "^6.8.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-ssr-friendly": "^1.2.0",
"eslint-plugin-storybook": "^0.6.13",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.6.4",
"jest-static-stubs": "^0.0.1",
"node-fetch": "^3.3.2",
"node-sass": "^9.0.0",
"plop": "^3.1.2",
"postcss": "^8.4.29",
"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.1.3",
"postcss-scss": "^4.0.8",
"prettier": "^3.0.3",
"raw-loader": "^4.0.2",
"react-highlight": "^0.15.0",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.1",
"sass-loader": "^13.3.2",
"storybook": "^7.4.2",
"storybook-addon-pseudo-states": "^2.1.1",
"style-loader": "^3.3.3",
"stylelint": "^15.10.3",
"stylelint-config-standard-scss": "^11.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.14",
"typescript": "^4.9.5",
"webpack": "^5.88.2"
}
}