forked from tektoncd/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4.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
{
"name": "@tektoncd/dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js",
"build:analyze": "webpack --config webpack.prod.js --profile --json > stats.json && npx webpack-bundle-analyzer stats.json cmd/dashboard/kodata/",
"e2e": "npm test -w @tektoncd/dashboard-e2e",
"e2e:ci": "npm run test:ci -w @tektoncd/dashboard-e2e",
"eslint:check": "npx eslint-config-prettier src/index.js",
"i18n:extract": "node scripts/i18n/extractMessages.js",
"i18n:import": "node scripts/i18n/importFromProperties.js",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"start": "webpack serve --hot --config webpack.dev.js",
"storybook": "storybook dev -p 5000",
"storybook:build": "storybook build",
"storybook:deploy": "npx -p @storybook/storybook-deployer storybook-to-ghpages -e storybook-static",
"test": "jest --watch",
"test:ci": "jest"
},
"dependencies": {
"@babel/runtime": "^7.21.5",
"@carbon/icons-react": "^10.49.0",
"@carbon/themes": "^10.55.1",
"@codemirror/language": "^6.6.0",
"@codemirror/legacy-modes": "^6.3.2",
"@tanstack/react-query": "^4.29.3",
"@tanstack/react-query-devtools": "^4.29.6",
"@tektoncd/dashboard-components": "*",
"@tektoncd/dashboard-utils": "*",
"@uiw/react-codemirror": "^4.19.16",
"carbon-components": "^10.58.6",
"carbon-components-react": "^7.59.6",
"carbon-icons": "^7.0.7",
"core-js": "^3.30.1",
"git-url-parse": "^13.1.0",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.keyby": "^4.6.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.1",
"react-intl": "^6.4.2",
"react-router-dom": "^5.3.4",
"react-router-dom-v5-compat": "^6.4.5",
"reconnecting-websocket": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@storybook/addon-actions": "^7.0.8",
"@storybook/addon-essentials": "^7.0.8",
"@storybook/addon-storysource": "^7.0.8",
"@storybook/addons": "^7.0.8",
"@storybook/react": "^7.0.8",
"@storybook/react-webpack5": "^7.0.8",
"@storybook/theming": "^7.0.8",
"@svgr/webpack": "^7.0.0",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"babel-loader": "^9.1.2",
"babel-plugin-formatjs": "^10.5.0",
"css-loader": "^6.7.3",
"eslint": "^8.39.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "0.6.12",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.0.0",
"glob": "^10.2.2",
"history": "^5.3.0",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lodash.difference": "^4.5.0",
"lodash.omit": "^4.5.0",
"mini-css-extract-plugin": "^2.7.5",
"msw": "^1.2.1",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"storybook": "^7.0.8",
"style-loader": "^3.3.2",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3",
"webpack-merge": "^5.8.0",
"yaml-loader": "^0.8.0"
},
"overrides": {
"@storybook/core-common": {
"glob": "^8.0.3"
}
},
"engines": {
"node": "^18.16.0",
"npm": "^9.5.1"
},
"//": "Workspaces must be listed explicitly to ensure they're processed in the correct order until npm natively supports detecting the topological order",
"workspaces": [
"packages/utils",
"packages/components",
"packages/graph",
"packages/e2e"
]
}