forked from tektoncd/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4.55 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
{
"name": "@tektoncd/dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap:ci": "lerna bootstrap --no-ci && lerna run prepare",
"bootstrap:watch": "watch \"npm run bootstrap\" ./packages/*/src --wait=5",
"build": "webpack --config webpack.prod.js",
"build:analyze": "webpack --config webpack.prod.js --profile --json > stats.json && npx webpack-bundle-analyzer stats.json",
"build_ko": "webpack --config webpack.prod.js --output-path='./cmd/dashboard/kodata' ",
"clean": "lerna clean --yes && lerna run clean && rimraf node_modules",
"eslint:check": "eslint --print-config src/index.js | eslint-config-prettier-check",
"i18n:extract": "node scripts/i18n/extractMessages.js",
"i18n:import": "node scripts/i18n/importFromProperties.js",
"lerna:publish": "lerna publish --no-git-tag-version --no-push --preid alpha",
"lint": "eslint --ignore-path .gitignore .",
"lint:carbon": "stylelint \"**/*.scss\"",
"lint:fix": "npm run lint -- --fix",
"postinstall": "npm run bootstrap",
"prepare": "lerna run prepare",
"start": "webpack-dev-server --hot --config webpack.dev.js",
"start:watch": "concurrently -k -n \"webpack,bootstrap\" -c \"cyan,magenta\" npm:start npm:bootstrap:watch",
"storybook": "start-storybook -p 5000",
"storybook:build": "build-storybook",
"storybook:deploy": "storybook-to-ghpages",
"test": "jest --watch",
"test:ci": "jest"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@carbon/icons-react": "^10.23.0",
"@formatjs/intl-pluralrules": "^3.5.6",
"@tektoncd/dashboard-components": "file:./packages/components",
"@tektoncd/dashboard-utils": "file:./packages/utils",
"buffer": "^6.0.3",
"carbon-components": "^10.26.0",
"carbon-components-react": "^7.26.0",
"carbon-icons": "^7.0.7",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"git-url-parse": "^11.3.0",
"history": "^4.10.1",
"js-yaml": "^3.14.0",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.keyby": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.snakecase": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hot-loader": "^4.13.0",
"react-intl": "^5.10.2",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"reconnecting-websocket": "^4.4.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@storybook/addon-actions": "^6.1.14",
"@storybook/addon-essentials": "^6.1.14",
"@storybook/addon-storysource": "^6.1.14",
"@storybook/addons": "^6.1.14",
"@storybook/react": "^6.1.14",
"@storybook/storybook-deployer": "^2.8.7",
"@storybook/theming": "^6.1.14",
"@svgr/webpack": "^5.5.0",
"@testing-library/react": "^11.2.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-react-intl": "^8.2.18",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.2.0",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^7.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fetch-mock": "^9.10.7",
"fibers": "^5.0.0",
"file-loader": "^6.0.0",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.0.1",
"lerna": "^3.16.4",
"lodash.difference": "^4.5.0",
"lodash.omit": "^4.5.0",
"mini-css-extract-plugin": "^1.3.2",
"node-fetch": "^2.6.1",
"prettier": "^2.0.5",
"properties-reader": "^2.1.1",
"redux-mock-store": "^1.5.4",
"rimraf": "^2.7.1",
"sass": "^1.26.9",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-plugin-carbon-tokens": "^0.7.0",
"watch": "^1.0.2",
"web-streams-polyfill": "^2.1.1",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^4.0.0-beta.0",
"webpack-merge": "^5.4.0"
},
"engines": {
"node": "^14.15.0",
"npm": "^6.14.4"
}
}