forked from jpmorganchase/salt-ds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
165 lines (165 loc) · 6.18 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
155
156
157
158
159
160
161
162
163
164
165
{
"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/**",
"playground/**",
"docs",
"site",
"mosaic-site"
],
"modular": {
"type": "root"
},
"scripts": {
"start": "yarn storybook",
"start:site": "yarn workspace @salt-ds/site start",
"start:site:storybook": "yarn workspace @salt-ds/site storybook",
"build:site": "yarn workspace @salt-ds/site build",
"build:site:storybook": "yarn workspace @salt-ds/site build-storybook",
"build": "yarn build:core && yarn build:lab && yarn build:icons && yarn build:theme && yarn build:grid && yarn build:ag-grid-theme",
"build:core": "modular build @salt-ds/core",
"build:icons": "modular build @salt-ds/icons",
"build:lab": "modular build @salt-ds/lab",
"build:theme": "yarn workspace @salt-ds/theme build",
"build:grid": "modular build @salt-ds/data-grid",
"build:ag-grid-theme": "yarn workspace @salt-ds/ag-grid-theme build",
"test": "modular test",
"test:components": "cypress run --component --browser chrome --headless",
"test:components:local": "cypress open --component --browser electron",
"lint": "modular lint",
"lint:core": "yarn eslint \"packages/core/src/**/*.{ts,tsx}\" --ignore-pattern \"**/__tests__/**\"",
"prettier": "prettier --write . --ignore-path .gitignore",
"prettier:ci": "prettier --check . --ignore-path .gitignore",
"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": "start-storybook -p 6006",
"build-storybook": "yarn build:ag-grid-theme && build-storybook",
"typecheck": "yarn typecheck:modular && yarn typecheck:toolkit:test && yarn typecheck:toolkit:e2e",
"typecheck:modular": "modular typecheck",
"typecheck:toolkit:test": "tsc --noEmit --project packages/core/src/__tests__/tsconfig.json",
"typecheck:toolkit:e2e": "tsc --noEmit --project packages/core/src/__tests__/__e2e__/tsconfig.json",
"chromatic": "chromatic",
"chromatic:site": "yarn workspace @salt-ds/site chromatic"
},
"dependencies": {
"@changesets/cli": "^2.25.2",
"@cypress/code-coverage": "^3.10.0",
"@floating-ui/react": "^0.19.0",
"@fontsource/open-sans": "^4.5.13",
"@internationalized/date": "^3.0.0",
"@jpmorganchase/mosaic-create-site": "^0.1.0-beta.19",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-storysource": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-vite": "^0.2.7",
"@storybook/node-logger": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-react": "^1.3.0",
"@storybook/theming": "^6.5.16",
"@testing-library/cypress": "^9.0.0",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.20",
"@types/no-scroll": "^2.1.0",
"@types/node": "^14.14.20",
"@types/react": "^18.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.0",
"@types/react-window": "^1.8.2",
"@types/tinycolor2": "^1.4.3",
"@types/warning": "^3.0.0",
"@vitejs/plugin-react": "^2.1.0",
"ag-grid-community": "^28.2.1",
"ag-grid-enterprise": "^28.2.1",
"ag-grid-react": "^28.2.1",
"aria-hidden": "^1.1.1",
"attr-accept": "^2.0.0",
"axe-core": "^4.4.3",
"chokidar": "^3.5.3",
"chromatic": "^6.14.0",
"ci-info": "^3.3.1",
"clipboard-copy": "^4.0.1",
"clsx": "^1.2.1",
"compute-scroll-into-view": "^2.0.0",
"csstree-validator": "^3.0.0",
"cypress": "^12.3.0",
"cypress-axe": "^1.2.0",
"cypress-real-events": "^1.7.6",
"deepmerge": "^4.2.2",
"del": "^6.0.0",
"docusaurus-plugin-react-docgen-typescript": "^1.0.2",
"dom-accessibility-api": "^0.5.10",
"eslint": "^7.32.0",
"eslint-config-modular-app": "3.0.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-storybook": "^0.6.10",
"glob": "^8.0.0",
"modular-scripts": "patch:modular-scripts@npm:3.6.0#.yarn/patches/modular-scripts-npm-3.4.0-8cdb747f13.patch",
"no-scroll": "^2.1.1",
"nyse-holidays": "^1.2.0",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-color": "^2.19.3",
"react-docgen-typescript": "2.2.2",
"react-dom": "^18.0.0",
"react-live": "^3.1.1",
"react-router-dom": "^6.2.1",
"react-window": "^1.8.6",
"rifm": "^0.12.0",
"sass": "^1.52.3",
"stylelint": "^15.0.0",
"tinycolor2": "^1.4.2",
"ts-node": "^10.4.0",
"typescript": "4.6.4",
"vite": "^3.1.0",
"vite-plugin-istanbul": "^4.0.0",
"vite-tsconfig-paths": "^4.0.3",
"webpack": "5.74.0"
},
"resolutions": {
"esbuild": "0.14.51",
"webpack-dev-server": "4.9.3",
"@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",
"storybook-addon-docusaurus@^0.2.1": "patch:storybook-addon-docusaurus@npm%3A0.2.1#./.yarn/patches/storybook-addon-docusaurus-npm-0.2.1-ed15d70641.patch",
"@salt-ds/core": "workspace:*",
"@salt-ds/lab": "workspace:*",
"@salt-ds/ag-grid-theme": "workspace:*",
"@salt-ds/data-grid": "workspace:*",
"@salt-ds/icons": "workspace:*",
"@salt-ds/theme": "workspace:*"
},
"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"
]
},
"jest": {
"transformIgnorePatterns": [
"<rootDir>/node_modules/csstree-validator"
]
},
"packageManager": "[email protected]"
}