forked from project-koku/koku-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 5.35 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
{
"name": "koku-ui",
"version": "0.0.1",
"description": "User Interface for Koku Application",
"main": "index.js",
"repository": "https://github.com/project-koku/koku-ui.git",
"author": "Red Hat",
"license": "GNU AGPLv3",
"private": true,
"scripts": {
"build": "yarn build:client",
"build:client": "yarn clean && node --max_old_space_size=8192 node_modules/.bin/webpack --mode=production",
"clean": "rimraf dist/",
"lint": "yarn lint:locales && yarn lint:ts",
"lint:locales": "node scripts/syncLocales --check",
"lint:locales:fix": "node scripts/syncLocales",
"lint:ts": "node --max-old-space-size=4096 node_modules/.bin/eslint --ext ts,tsx src/",
"lint:ts:fix": "yarn lint:ts --fix",
"i18n:key:check:full": "scripts/utils/i18n_key_tool.py --json-file src/locales/en.json --search-path src --exclude-file scripts/utils/i18n_excludes",
"i18n:key:check:notfound": "scripts/utils/i18n_key_tool.py --Xreport-found --json-file src/locales/en.json --search-path src --exclude-file scripts/utils/i18n_excludes",
"i18n:key:check:duplicates": "scripts/utils/i18n_key_tool.py --find-duplicates --Xreport-found --Xreport-not-found --json-file src/locales/en.json --search-path src --exclude-file scripts/utils/i18n_excludes",
"i18n:key:check:excludes": "scripts/utils/i18n_key_tool.py --validate-excludes --Xreport-found --Xreport-not-found --json-file src/locales/en.json --search-path src --exclude-file scripts/utils/i18n_excludes",
"start": "node scripts/start-dev-server.js",
"start:dev": "NODE_OPTIONS=--max-old-space-size=8192 webpack serve -c ./webpack.config.js",
"stats": "yarn build:client --profile --json > stats.json",
"test": "jest",
"manifest:update": "node scripts/createManifest",
"codemods:test": "yarn pf-codemods ./src",
"container:test": "docker stop -t 0 koku-ui-test >/dev/null; docker build -t koku-ui-test . && docker run -i --rm -p 8080:8080 --name koku-ui-test koku-ui-test",
"insights:proxy": "docker stop -t 0 insightsproxy >/dev/null; docker run -e LOCAL_CHROME -e PLATFORM -e PORT -e LOCAL_API -e SPANDX_HOST -e SPANDX_PORT --rm -t --name insightsproxy -p 1337:1337 docker.io/redhatinsights/insights-proxy",
"verify": "tsc --noEmit"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@patternfly/patternfly": "^4.115.2",
"@patternfly/react-charts": "^6.15.3",
"@patternfly/react-core": "^4.135.0",
"@patternfly/react-icons": "^4.11.0",
"@patternfly/react-styles": "^4.11.0",
"@patternfly/react-table": "^4.29.0",
"@patternfly/react-tokens": "^4.12.0",
"@redhat-cloud-services/frontend-components": "^3.2.8",
"@redhat-cloud-services/frontend-components-notifications": "^3.2.2",
"@redhat-cloud-services/frontend-components-utilities": "^3.2.2",
"@redhat-cloud-services/rbac-client": "^1.0.98",
"@types/date-fns": "2.6.0",
"@types/i18next": "13.0.0",
"@types/i18next-xhr-backend": "1.4.2",
"@types/qs": "6.9.5",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@types/react-i18next": "8.1.0",
"@types/react-redux": "7.1.16",
"@types/react-router-dom": "5.1.7",
"@types/webpack": "4.41.26",
"axios": "0.21.1",
"cross-env": "7.0.3",
"date-fns": "2.17.0",
"hook-into-props": "4.0.1",
"human-date": "1.4.0",
"i18next": "19.8.8",
"i18next-xhr-backend": "3.2.2",
"js-file-download": "0.4.12",
"lodash": "^4.17.20",
"qs": "6.9.6",
"react": "17.0.1",
"react-bootstrap": "1.5.0",
"react-dom": "17.0.1",
"react-i18next": "11.8.15",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"typesafe-actions": "5.1.0",
"typescript": "4.1.5",
"victory-core": "35.4.4",
"xstate": "4.16.2"
},
"devDependencies": {
"@redhat-cloud-services/frontend-components-config-utilities": "^1.3.1",
"@testing-library/react": "11.2.5",
"@types/enzyme": "3.10.8",
"@types/jest": "26.0.20",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"@xstate/test": "0.4.2",
"@yarnpkg/lockfile": "1.1.0",
"aphrodite": "2.4.0",
"copy-webpack-plugin": "7.0.0",
"css-loader": "5.2.4",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.1",
"eslint": "^7.28.0",
"eslint-plugin-jsdoc": "^35.1.3",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-patternfly-react": "^4.1.5",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-simple-import-sort": "^5.0.3",
"git-revision-webpack-plugin": "3.0.6",
"glob": "^7.1.7",
"html-loader": "2.0.0",
"html-replace-webpack-plugin": "2.6.0",
"html-webpack-plugin": "^5.3.1",
"i18next-locales-sync": "^1.1.0",
"inquirer": "^8.1.0",
"jest": "26.6.3",
"jws": "^4.0.0",
"mini-css-extract-plugin": "^1.3.7",
"nodesi": "^1.16.0",
"null-loader": "4.0.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"sass": "^1.32.7",
"sass-loader": "^11.0.1",
"ts-jest": "26.5.1",
"ts-loader": "8.0.17",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-log": "^3.0.2"
},
"insights": {
"appname": "cost-management"
}
}