forked from looker-open-source/sdk-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.72 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
{
"name": "@looker/extension-api-explorer",
"version": "22.4.2",
"description": "Looker API Explorer extension",
"main": "dist/bundle.js",
"sideEffects": false,
"license": "MIT",
"private": true,
"homepage": "https://github.com/looker-open-source/sdk-codegen/tree/main/packages/extension-api-explorer",
"scripts": {
"analyze": "export ANALYZE_MODE=static && yarn bundle",
"bundle": "tsc && webpack --config webpack.prod.config.js",
"deploy": "bin/deploy",
"develop": "webpack serve --hot --disable-host-check --port 8080 --https --config webpack.dev.config.js",
"watch": "yarn lerna exec --scope @looker/extension-api-explorer --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"dependencies": {
"@looker/api-explorer": "^0.9.32",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^22.4.2",
"@looker/extension-sdk-react": "^22.4.2",
"@looker/extension-utils": "^0.1.9",
"@looker/icons": "^1.5.3",
"@looker/run-it": "^0.9.32",
"@looker/sdk": "^22.4.2",
"@looker/sdk-codegen": "^21.5.2",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"lodash": "^4.17.21",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/redux": "^3.6.0",
"webpack-bundle-analyzer": "^4.2.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}