forked from flyteorg/flyteconsole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 5.57 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
{
"name": "flyteconsole",
"version": "1.4.2",
"private": true,
"description": "The web UI for the Flyte platform",
"repository": {
"type": "git",
"url": "git://github.com/flyteorg/flyteconsole"
},
"workspaces": {
"packages": [
"packages/*",
"website"
]
},
"scripts": {
"postinstall": "husky install",
"install:console": "yarn workspaces focus --production --all",
"build:pack": "yarn workspaces foreach -vit --include '{@flyteorg/flyteidl-types,@flyteorg/flyte-api,@flyteorg/ui-atoms,@flyteorg/common,@flyteorg/locale,@flyteorg/flyte-api,@flyteorg/components,@flyteorg/console}' run build",
"build:types": "yarn workspaces foreach -vit --include '{@flyteorg/flyteidl-types,@flyteorg/flyte-api,@flyteorg/ui-atoms,@flyteorg/common,@flyteorg/locale,@flyteorg/flyte-api,@flyteorg/components,@flyteorg/console}' run build:types",
"clean": "git clean -fxd --exclude script",
"gen:ssl": "make generate_ssl",
"start": "yarn workspace @flyteconsole/client-app start",
"build": "yarn workspace @flyteconsole/client-app build",
"build:prod": "yarn workspace @flyteconsole/client-app build:prod",
"start:prod": "yarn workspace @flyteconsole/client-app start:prod",
"build:storybook": "build-storybook",
"generate:package": "yarn workspace @flyteconsole/generator start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --ignore-path .eslintignore --write \"**/*.+(js|jsx|ts|tsx|json)\"",
"fix": "yarn lint --quiet --fix && yarn format",
"storybook": "start-storybook -p 6006",
"test": "NODE_ENV=test BASE_URL=/console jest",
"test:clear": "jest --clearCache",
"test-coverage": "NODE_OPTIONS='--max-old-space-size=8192' NODE_ENV=test BASE_URL=/console jest --coverage",
"test-release": "CI=true npx [email protected] --debug --no-ci --test-run"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged --debug",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"react",
"lyft"
],
"author": "Flyte Contributors <[email protected]>",
"license": "Apache-2.0",
"lint-staged": {
"*.{js,jsx,ts,tsx,scss,css,md,json}": [
"yarn fix"
]
},
"dependencies": {
"@babel/core": "~7.16.12",
"@babel/preset-env": "~7.16.11",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@testing-library/react-hooks": "^7.0.2",
"@types/morgan": "^1.9.4",
"@types/react": "^16.14.35",
"@types/react-dom": "^16.9.7",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"babel-loader": "^8.2.5",
"chalk": "^4",
"chart.js": "3.6.2",
"chartjs-plugin-datalabels": "2.0.0",
"cheerio": "^1.0.0-rc.12",
"compression-webpack-plugin": "^9.2.0",
"cookie-parser": "^1.4.3",
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^5.0.1",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.1",
"express-static-gzip": "^2.1.7",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2",
"jest": "^26.0.0",
"jest-transformer-svg": "^2.0.0",
"lint-staged": "^13.1.0",
"marked-gfm-heading-id": "^3.0.4",
"marked-mangle": "^1.1.0",
"morgan": "^1.10.0",
"msw": "^0.24.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.8.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-syntax-highlighter": "^15.5.0",
"semantic-release": "^21.0.7",
"serve-static": "^1.12.3",
"source-map-loader": "^4.0.1",
"ts-jest": "^26.3.0",
"ts-loader": "^9.2.6",
"ts-node": "^8.0.2",
"tsc-alias": "^1.7.0",
"tsc-watch": "^6.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"wait-on": "^6.0.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@types/traverse": "^0.6.32",
"ansicolors": "^0.3.2",
"execa": "^7.2.0",
"semantic-release": "^21.0.7",
"traverse": "^0.6.7"
},
"resolutions": {
"@babel/cli": "~7.16.0",
"@babel/core": "~7.16.12",
"@babel/plugin-proposal-class-properties": "~7.16.7",
"@babel/plugin-proposal-decorators": "~7.16.7",
"@babel/plugin-proposal-object-rest-spread": "~7.16.7",
"@babel/preset-env": "~7.16.11",
"@babel/preset-react": "~7.16.7",
"@babel/preset-typescript": "~7.16.7",
"minimist": "1.2.6",
"@types/react": "16.14.34",
"npm/chalk": "^4"
},
"packageManager": "[email protected]"
}