forked from boomerang-io/flow.client.web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
185 lines (185 loc) · 5.89 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "boomerang.app.flow",
"version": "3.11.0",
"private": true,
"homepage": "https://useboomerang.io",
"sideEffects": false,
"scripts": {
"analyze": "source-map-explorer build/static/js/*.js",
"build": "react-scripts build && ncp build server/build",
"build:rewriteAssetPaths": "cross-env APP_ROOT=/local node server/scripts/rewriteAssetPaths.js",
"cypress": "cypress open",
"docker": "cross-env NODE_ENV=test run-s docker:build docker:run",
"docker:build": "docker build -t flow:next .",
"docker:run": "docker run -i -t -p 3000:3000 -e APP_ROOT=/app -e CORE_SERVICE_ENV_URL=http://localhost:8000 flow:next",
"eject": "react-scripts eject",
"lint": "eslint -o lint-report.json ./src",
"lint:staged": "eslint ./src",
"start": "react-scripts start",
"start:pf": "cross-env REACT_APP_PORT_FORWARD=true react-scripts start",
"prod": "run-s prod:rewriteAssetPaths prod:serve",
"prod:serve": "npm run-script dev --prefix server",
"test": "cross-env TZ=UTC react-scripts test --coverage",
"test:ci-cypress": "start-server-and-test http://localhost:3000 cypress:run",
"test:cypress": "$(npm bin)/cypress run --config video=false",
"test:staged": "cross-env TZ=UTC CI=true react-scripts test --passWithNoTests --findRelatedTests --bail",
"upgradePackage": "node scripts/upgradePackage",
"prepare": "husky install",
"precommit": "lint-staged"
},
"dependencies": {
"@boomerang-io/carbon-addons-boomerang-react": "2.0.5",
"@boomerang-io/styles": "1.0.0",
"@boomerang-io/utils": "1.0.3",
"@carbon/charts": "^0.58.2",
"@carbon/charts-react": "^0.58.2",
"@carbon/icons-react": "10.49.0",
"@projectstorm/react-diagrams": "^5.3.2",
"axios": "^0.26.0",
"axios-hooks": "^3.0.1",
"carbon-components": "10.56.0",
"carbon-components-react": "7.56.0",
"carbon-icons": "^7.0.7",
"classnames": "^2.2.6",
"closest": "0.0.1",
"codemirror": "^5.58.2",
"copy-to-clipboard": "^3.3.1",
"cronstrue": "^1.122.0",
"d3": "^7.4.4",
"deep-object-diff": "^1.1.7",
"detect-browser": "^4.0.3",
"flagged": "^2.0.1",
"formik": "^2.1.4",
"immer": "^9.0.6",
"js-file-download": "^0.4.4",
"match-sorter": "^2.3.0",
"moment-timezone": "^0.5.23",
"pathfinding": "^0.4.18",
"paths-js": "^0.4.10",
"postcss-flexbugs-fixes": "^5.0.2",
"prop-types": "15.8.1",
"query-string": "^6.14.1",
"react": "^16.14.0",
"react-beautiful-dnd": "^9.0.2",
"react-big-calendar": "^0.38.4",
"react-codemirror2": "^6.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.14.0",
"react-dropzone": "^10.1.10",
"react-error-boundary": "^2.3.1",
"react-helmet": "^6.0.0",
"react-json-view": "^1.19.1",
"react-lazylog": "4.5.2",
"react-markdown": "^5.0.2",
"react-mde": "11.5.0",
"react-query": "^3.34.12",
"react-router-dom": "5.3.0",
"react-scripts": "^5.0.1",
"react-sliding-pane": "^7.1.0",
"react-transition-group": "^4.4.2",
"reflexbox": "^4.0.6",
"typeface-ibm-plex-sans": "1.1.13",
"use-immer": "^0.4.0",
"validator": "^10.7.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "8.1.0",
"@cypress/webpack-preprocessor": "^5.4.2",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.2.1",
"@testing-library/react-hooks": "^3.3.0",
"@testing-library/user-event": "^12.0.2",
"@types/carbon-components-react": "^7.49.0",
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.9",
"@types/lodash": "^4.14.157",
"@types/match-sorter": "^4.0.0",
"@types/node": "^14.0.22",
"@types/react": "^16.9.43",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-big-calendar": "^0.36.2",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"@types/react-router-dom": "^5.1.5",
"@types/reflexbox": "^4.0.1",
"@types/validator": "^13.1.0",
"@types/yup": "^0.29.3",
"cross-env": "7.0.2",
"cypress": "^9.7.0",
"cz-conventional-changelog": "3.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jest-dom": "4.0.1",
"eslint-plugin-testing-library": "5.0.1",
"find-webpack": "^2.0.0",
"http-proxy-middleware": "^0.20.0",
"husky": "^8.0.0",
"jest-axe": "^3.4.0",
"lint-staged": "10.1.1",
"miragejs": "^0.1.40",
"ncp": "^2.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.0.5",
"react-test-renderer": "^16.13.1",
"sass": "^1.50.0",
"source-map-explorer": "^2.4.2",
"start-server-and-test": "^1.10.11",
"ts-loader": "^9.2.8",
"typescript": "^4.5.4",
"typescript-plugin-css-modules": "^3.4.0",
"uuid": "^8.3.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,scss,css,md}": [
"prettier --print-width 120 --write"
],
"src/**/*.{js,jsx,ts,tsx}": [
"npm run-script lint:staged",
"npm run-script test:staged"
]
},
"jest": {
"collectCoverageFrom": [
"!**/*.spec.{js,jsx}",
"!**/Assets/**",
"!**/ApiServer/**",
"**/src/Components/**/*.{js,jsx}",
"**/src/Features/**/*.{js,jsx}",
"**/src/Hooks/**/*.{js,jsx}",
"**/src/State/**/*.{js,jsx}",
"**/src/Utils/**/*.{js,jsx}"
]
}
}