-
Notifications
You must be signed in to change notification settings - Fork 196
/
package.json
100 lines (100 loc) · 3.56 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
{
"name": "@looker/api-explorer",
"version": "0.9.70",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
"sideEffects": false,
"typings": "lib/index.d.ts",
"license": "MIT",
"author": "Looker",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/looker-open-source/sdk-codegen.git",
"directory": "packages/api-explorer"
},
"homepage": "https://github.com/looker-open-source/sdk-codegen/tree/main/packages/api-explorer",
"bugs": {
"url": "https://github.com/looker-open-source/sdk-codegen/issues"
},
"scripts": {
"test": "jest",
"analyze": "export ANALYZE_MODE=static && yarn build",
"build": "tsc && webpack --config webpack.prod.config.js",
"develop": "webpack serve --host=0.0.0.0 --https --allowed-hosts all --config webpack.dev.config.js",
"docs": "typedoc --mode file --out docs",
"test:e2e": "yarn jest e2e --config=jest-puppeteer.config.js",
"watch": "yarn lerna exec --scope @looker/api-explorer --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'",
"deploy-dev-portal": "rm -f ../../../developer-portal/static/apix/dist/*.js* && cp -R ./dist/*.js* ../../../developer-portal/static/apix/dist"
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.27",
"@looker/sdk-codegen-scripts": "21.5.27",
"@looker/sdk-node": "24.20.0",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "13.1.5",
"@types/expect-puppeteer": "^4.4.6",
"@types/jest-environment-puppeteer": "^4.4.1",
"@types/lodash": "4.14.172",
"@types/puppeteer": "^5.4.4",
"@types/react": "17.0.65",
"@types/react-dom": "^17.0.25",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "^17.0.9",
"@types/redux": "^3.6.0",
"@types/redux-saga-tester": "^1.0.4",
"@types/styled-components": "^5.1.26",
"@types/styled-system": "5.1.13",
"babel-loader": "^8.1.0",
"css-loader": "^6.7.3",
"expect-puppeteer": "^5.0.4",
"jest-config": "^29.4.1",
"jest-localstorage-mock": "^2.4.9",
"jest-puppeteer": "^5.0.4",
"puppeteer": "^10.1.0",
"react-test-renderer": "^17.0.2",
"redux-saga-tester": "^1.0.874",
"style-loader": "^1.1.3",
"ts-jest": "^29.0.5",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.15.1",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/code-editor": "0.1.37",
"@looker/components": "^4.1.3",
"@looker/design-tokens": "^3.1.0",
"@looker/extension-utils": "0.1.47",
"@looker/icons": "^1.5.21",
"@looker/redux": "^0.0.1",
"@looker/run-it": "0.9.70",
"@looker/sdk": "24.20.0",
"@looker/sdk-codegen": "21.9.6",
"@looker/sdk-rtl": "21.6.3",
"@reduxjs/toolkit": "^1.9.3",
"@styled-icons/material": "^10.47.0",
"@styled-icons/material-outlined": "^10.47.0",
"@styled-icons/material-rounded": "^10.28.0",
"history": "^4.10.1",
"lodash": "4.17.21",
"react": "^17.0.2",
"react-diff-viewer": "3.1.1",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-redux": "^7.2.9",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redux": "^4.0.5",
"styled-components": "^5.3.1",
"typed-redux-saga": "^1.5.0"
}
}