forked from redhat-developer/app-services-ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5.32 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 5.32 KB
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
{
"name": "@rhoas/app-services-ui-components",
"version": "0.0.0",
"description": "@rhoas/app-services-ui-components contains a number of components for the Managed Application Services UI.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./types/src/index.d.ts",
"sideEffects": false,
"files": [
"dist/",
"types/",
"locales/",
"static/"
],
"scripts": {
"build-storybook": "build-storybook --quiet",
"prebuild": "npm run parse-i18n",
"build": "tsc -p tsconfig.json && rollup -c",
"chromatic": "chromatic",
"clean": "rimraf dist",
"format": "prettier --write src .storybook",
"lint:errors": "eslint --ext .tsx,.js,.ts src",
"lint:style": "prettier --check src .storybook",
"lint": "npm-run-all lint:*",
"package": "npm run build",
"parse-i18n": "i18next 'src/**/*.tsx'",
"prepare": "npm run clean && npm run package && husky install",
"storybook": "start-storybook -p 6006",
"test-storybook": "test-storybook --maxWorkers=1",
"test-storybook:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run build-storybook && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && npm run test-storybook\"",
"test": "TZ=UTC jest --runInBand",
"test:generate-output": "npm run test -- --json --outputFile=.jest-test-results.json",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-developer/app-services-ui-components.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/redhat-developer/app-services-ui-components/issues"
},
"homepage": "https://github.com/redhat-developer/app-services-ui-components#readme",
"devDependencies": {
<<<<<<< HEAD
"@babel/core": "7.18.9",
"@patternfly/patternfly": "4.202.1",
"@patternfly/react-charts": "6.77.1",
"@patternfly/react-core": "4.224.1",
"@patternfly/react-icons": "4.75.1",
"@patternfly/react-table": "4.93.1",
=======
"@babel/core": "7.18.6",
"@patternfly/patternfly": "4.185.1",
"@patternfly/react-charts": "6.34.1",
"@patternfly/react-core": "^4.214.1",
"@patternfly/react-icons": "4.53.16",
"@patternfly/react-table": "4.71.16",
>>>>>>> 739be8a (dividers reactive to layout size)
"@rhoas/app-services-ui-shared": "0.16.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-replace": "4.0.0",
"@storybook/addon-a11y": "6.5.9",
"@storybook/addon-actions": "6.5.9",
"@storybook/addon-docs": "6.5.9",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-interactions": "6.5.9",
"@storybook/addon-jest": "6.5.9",
"@storybook/addon-links": "6.5.9",
"@storybook/builder-webpack5": "6.5.9",
"@storybook/jest": "0.0.10",
"@storybook/manager-webpack5": "6.5.9",
"@storybook/react": "6.5.9",
"@storybook/test-runner": "0.5.0",
"@storybook/testing-library": "0.0.13",
"@storybook/testing-react": "1.3.0",
<<<<<<< HEAD
"@swc/core": "1.2.218",
=======
"@swc/core": "1.2.213",
>>>>>>> a536fde (rebase with main)
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@types/byte-size": "8.1.0",
"@types/jest": "27.5.2",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
"@types/react-router-dom": "5.3.3",
"@types/rollup-plugin-auto-external": "2.0.2",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"@web/rollup-plugin-import-meta-assets": "1.0.7",
"@xstate/inspect": "0.7.0",
"chromatic": "6.7.0",
"concurrently": "7.3.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-deprecation": "1.3.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.1",
"http-server": "14.1.1",
"husky": "8.0.1",
"i18next-parser": "6.5.0",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"jest-fail-on-console": "2.4.2",
"lint-staged": "12.5.0",
"npm-run-all": "4.1.5",
"prando": "6.0.1",
"prettier": "2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.1",
"regenerator-runtime": "0.13.9",
"rimraf": "3.0.2",
"rollup": "2.77.0",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-swc3": "0.3.0",
"rollup-plugin-terser": "7.0.2",
"storybook-xstate-addon": "2.3.1",
"typescript": "4.7.4",
"wait-on": "6.0.1"
},
"dependencies": {
"@swc/helpers": "0.4.3",
"@xstate/react": "3.0.0",
"byte-size": "8.1.0",
"classnames": "2.3.1",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.6",
"i18next": "21.8.14",
"react-i18next": "11.18.1",
"tslib": "2.4.0",
"use-resize-observer": "9.0.2",
"xstate": "4.32.1"
},
"peerDependencies": {
"@patternfly/patternfly": "^4.185.1",
"@patternfly/react-charts": "^6.34.1",
"@patternfly/react-core": "^4.214.1",
"@patternfly/react-icons": "^4.53.16",
"@patternfly/react-table": "^4.71.16",
"@patternfly/react-tokens": "^4.54.16",
"@rhoas/app-services-ui-shared": "^0.16.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.1"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
"*.{ts,tsx,css,json}": "prettier --write"
}
}