-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathpackage.json
154 lines (154 loc) · 6.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
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
{
"name": "@salt-ds/root",
"version": "1.0.0",
"private": true,
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/jpmorganchase/salt-ds",
"workspaces": [
"packages/**",
"tooling/**",
"docs",
"site"
],
"modular": {
"type": "root"
},
"scripts": {
"start": "yarn storybook",
"build": "yarn build:core && yarn build:lab && yarn build:icons && yarn build:countries && yarn build:theme && yarn build:data-grid && yarn build:ag-grid-theme && yarn build:window && yarn build:styles && yarn bundle:css",
"build:core": "modular build @salt-ds/core",
"build:icons": "modular build @salt-ds/icons",
"build:countries": "modular build @salt-ds/countries",
"build:lab": "modular build @salt-ds/lab",
"build:theme": "yarn workspace @salt-ds/theme build",
"build:data-grid": "modular build @salt-ds/data-grid",
"build:window": "modular build @salt-ds/window",
"build:styles": "modular build @salt-ds/styles",
"build:ag-grid-theme": "yarn workspace @salt-ds/ag-grid-theme build",
"bundle:css": "yarn bundle:core:css && yarn bundle:lab:css && yarn copy:icon:css",
"bundle:core:css": "yarn workspace @salt-ds/core bundle:css",
"bundle:lab:css": "yarn workspace @salt-ds/lab bundle:css",
"copy:icon:css": "yarn workspace @salt-ds/icons copy:css",
"test": "vitest",
"test:components": "cypress run --component --browser chrome --headless",
"test:components:local": "cypress open --component --browser electron",
"lint": "eslint . --cache --report-unused-disable-directives --ext .js,.ts,.tsx",
"lint:ci": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx",
"lint:core": "yarn eslint \"packages/core/src/**/*.{ts,tsx}\" --ignore-pattern \"**/__tests__/**\"",
"prettier": "pretty-quick --branch main",
"prettier:all": "prettier --write .",
"prettier:ci": "prettier --check .",
"lint:style": "yarn lint:style:core && yarn lint:style:icon && yarn lint:style:lab",
"lint:style:core": "yarn stylelint -f verbose \"packages/core/src/**/*.css\"",
"lint:style:icon": "yarn stylelint -f verbose \"packages/icons/src/**/*.css\"",
"lint:style:lab": "yarn stylelint -f verbose \"packages/lab/src/**/*.css\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "yarn build:ag-grid-theme && yarn bundle:css && storybook build",
"typecheck": "tsc --noEmit",
"chromatic": "chromatic"
},
"dependencies": {
"@changesets/cli": "^2.25.2",
"@cypress/code-coverage": "^3.12.35",
"@faker-js/faker": "^8.0.0",
"@fontsource/open-sans": "^4.5.13",
"@fontsource/pt-mono": "^5.0.12",
"@mswjs/data": "^0.14.0",
"@storybook/addon-a11y": "^8.0.10",
"@storybook/addon-actions": "^8.0.10",
"@storybook/addon-docs": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-mdx-gfm": "^8.0.10",
"@storybook/addon-storysource": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/manager-api": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/react-vite": "^8.0.10",
"@storybook/test": "^8.0.10",
"@storybook/theming": "^8.0.10",
"@tanstack/react-query": "^4.28.0",
"@testing-library/cypress": "^10.0.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/react": "^15.0.0",
"@types/no-scroll": "^2.1.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.0",
"@types/tinycolor2": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitejs/plugin-react": "^4.1.0",
"ag-grid-community": "^31.2.0",
"ag-grid-enterprise": "^31.2.0",
"ag-grid-react": "^31.2.0",
"axe-core": "^4.9.0",
"chromatic": "^11.3.2",
"ci-info": "^3.3.1",
"clsx": "^2.0.0",
"cypress": "^13.8.0",
"cypress-axe": "^1.5.0",
"cypress-real-events": "^1.12.0",
"deepmerge": "^4.2.2",
"dom-accessibility-api": "^0.6.3",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-local-rules": "^2.0.0",
"eslint-plugin-storybook": "^0.8.0",
"mockdate": "^3.0.5",
"modular-scripts": "patch:modular-scripts@npm:3.6.0#.yarn/patches/modular-scripts-npm-3.6.0-d967962075.patch",
"msw": "^1.2.1",
"msw-storybook-addon": "^1.8.0",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"react": "^18.0.0",
"react-docgen-typescript": "2.2.2",
"react-dom": "^18.0.0",
"rifm": "^0.12.0",
"sass": "^1.52.3",
"storybook": "^8.0.10",
"stylelint": "^16.0.0",
"typescript": "4.6.4",
"vite": "^4.4.9",
"vite-plugin-istanbul": "^6.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^1.0.0",
"webpack": "5.76.0",
"yup": "^1.0.2"
},
"resolutions": {
"@changesets/assemble-release-plan@^5.2.2": "patch:@changesets/assemble-release-plan@npm%3A5.2.2#./.yarn/patches/@changesets-assemble-release-plan-npm-5.2.2-11f5894b70.patch",
"@next/eslint-plugin-next": "^14.0.0",
"@salt-ds/lab": "workspace:*",
"modular-scripts/rollup": "2.79.1",
"next": "^14.0.0",
"webpack-dev-server": "4.9.3",
"webpack": "5.76.0",
"recursive-readdir": "2.2.3",
"@jpmorganchase/mosaic-content-editor-plugin@npm:0.1.0-beta.65": "patch:@jpmorganchase/mosaic-content-editor-plugin@npm%3A0.1.0-beta.65#~/.yarn/patches/@jpmorganchase-mosaic-content-editor-plugin-npm-0.1.0-beta.65-5b63b22b12.patch",
"@jpmorganchase/mosaic-content-editor-plugin@npm:^0.1.0-beta.65": "patch:@jpmorganchase/mosaic-content-editor-plugin@npm%3A0.1.0-beta.65#~/.yarn/patches/@jpmorganchase-mosaic-content-editor-plugin-npm-0.1.0-beta.65-5b63b22b12.patch"
},
"browserslist": {
"production": [
"chrome 79",
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"chrome 79",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]",
"msw": {
"workerDirectory": "docs/public"
}
}