forked from gooddata/gooddata-ui-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 6.48 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
{
"name": "@gooddata/sdk-examples",
"version": "1.0.0-alpha.0",
"description": "GoodData.UI SDK - Examples",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
"directory": "examples/sdk-examples"
},
"author": "GoodData Corporation",
"license": "LicenseRef-LICENSE",
"files": [
"dist",
"src",
"styles",
"LICENSE"
],
"devDependencies": {
"@babel/cli": "^7.7.2",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.2",
"@babel/plugin-proposal-object-rest-spread": "^7.7.2",
"@babel/plugin-transform-async-to-generator": "^7.7.2",
"@babel/plugin-transform-typescript": "^7.7.2",
"@babel/polyfill": "^7.7.2",
"@babel/preset-env": "^7.7.2",
"@babel/preset-react": "^7.7.2",
"@babel/preset-typescript": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@gooddata/catalog-export": "^8.10.0-alpha.19",
"@gooddata/eslint-config": "^2.1.0",
"@types/history": "^4.7.5",
"@types/isomorphic-fetch": "^0.0.34",
"@types/lodash": "^4.14.158",
"@types/node": "^16.11.11",
"@types/react-datepicker": "^4.3.2",
"@types/react-dom": "^17.0.11",
"@types/react-google-recaptcha": "^1.1.1",
"@types/react-helmet": "^6.1.4",
"@types/react-measure": "2.0.5",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.12",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/react": "^17.0.34",
"@types/yup": "^0.28.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"circular-dependency-plugin": "^5.2.0",
"clean-webpack-plugin": "^3.0.0",
"commander": "^8.1.0",
"compression-webpack-plugin": "^7.1.0",
"css-loader": "^5.2.4",
"dotenv-webpack": "^7.0.2",
"eslint": "^8.3.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-sonarjs": "^0.11.0",
"fork-ts-checker-webpack-plugin": "^6.2.5",
"heroku": "7.47.11",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.5.1",
"jest-junit": "^3.0.0",
"npm-run-all": "^4.1.5",
"prettier": "~2.5.0",
"prettier-loader": "^3.3.0",
"sass": "^1.32.11",
"sass-loader": "^10.1.1",
"source-map-loader": "^2.0.2",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^1.2.1",
"styled-jsx": "^4.0.1",
"testcafe": "^1.18.3",
"typescript": "4.0.2",
"webpack": "^5.58.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"eslint-plugin-tsdoc": "^0.2.14"
},
"dependencies": {
"@gooddata/api-client-bear": "^8.10.0-alpha.19",
"@gooddata/api-model-bear": "^8.10.0-alpha.19",
"@gooddata/sdk-backend-base": "^8.10.0-alpha.19",
"@gooddata/sdk-backend-bear": "^8.10.0-alpha.19",
"@gooddata/sdk-backend-spi": "^8.10.0-alpha.19",
"@gooddata/sdk-model": "^8.10.0-alpha.19",
"@gooddata/sdk-ui": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-charts": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-dashboard": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-ext": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-filters": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-geo": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-kit": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-loaders": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-pivot": "^8.10.0-alpha.19",
"@gooddata/sdk-ui-theme-provider": "^8.10.0-alpha.19",
"babel-runtime": "^6.26.0",
"babel-polyfill": "^6.26.0",
"formik": "^0.11.11",
"history": "^4.7.2",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"classnames": "^2.3.1",
"react": "^17.0.2",
"react-datepicker": "^4.4.0",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-google-recaptcha": "^2.0.1",
"react-helmet": "^6.1.0",
"react-measure": "^2.3.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-syntax-highlighter": "^15.4.4",
"recharts": "^2.1.6",
"ts-invariant": "^0.7.3",
"tslib": "^2.0.0",
"yup": "^0.32.9"
},
"config": {
"eslint": "-c .eslintrc.js --ext ts,tsx src/ test/"
},
"scripts": {
"prettier-check": "prettier --check '{src,examples/src,examples/test}/**/*.{ts,js,tsx,jsx,json,scss,md,yaml,html}'",
"prettier-write": "prettier --write '{src,examples/src,examples/test}/**/*.{ts,js,tsx,jsx,json,scss,md,yaml,html}'",
"eslint": "eslint $npm_package_config_eslint",
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml $npm_package_config_eslint",
"validate": "npm run eslint && npm run prettier-check",
"validate-ci": "npm run eslint-ci && npm run prettier-check",
"test": "jest --watch",
"test-once": "jest --maxWorkers=${JEST_MAX_WORKERS:-'45%'} --passWithNoTests",
"examples?": "# Default is the public access proxy, other options: npm run examples [sec,secure,stg,stg2,stg3,demo,developer or URL]",
"examples": "bash scripts/run-examples.sh",
"build": "bash scripts/build-examples.sh ${EXAMPLES_BUILD_TYPE}",
"examples-testcafe": "./scripts/run-testcafe.sh visual",
"examples-testcafe-live": "./scripts/run-testcafe.sh live",
"examples-testcafe-ci": "./scripts/run-testcafe.sh ci",
"refresh-md": "./scripts/refresh-md.sh && npm run build",
"heroku-create-app": "heroku create ${PUBLIC_APP_NAME}; exit 0",
"heroku-set-env": "run-s heroku-set-env:*",
"heroku-set-env:BACKEND_URL": "echo ${BACKEND_URL} && heroku config:set BACKEND_URL=${BACKEND_URL} -a ${PUBLIC_APP_NAME}",
"heroku-set-env:BACKEND_HOST": "echo ${BACKEND_HOST} && heroku config:set BACKEND_HOST=${BACKEND_HOST} -a ${PUBLIC_APP_NAME}",
"heroku-release": "heroku container:release web -a ${PUBLIC_APP_NAME}"
}
}