-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy pathpackage.json
48 lines (48 loc) · 1.79 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
{
"name": "@looker/extension-api-explorer",
"version": "22.21.31",
"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 && NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.prod.config.js",
"deploy": "bin/deploy",
"develop": "webpack serve --hot --allowed-hosts all --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.74",
"@looker/components": "^5.0.3",
"@looker/extension-sdk": "25.4.0",
"@looker/extension-sdk-react": "25.4.0",
"@looker/extension-utils": "0.1.51",
"@looker/icons": "^1.5.21",
"@looker/run-it": "0.9.74",
"@looker/sdk": "25.4.0",
"@looker/sdk-codegen": "21.9.10",
"@styled-icons/material": "^10.47.0",
"@styled-icons/material-outlined": "^10.47.0",
"@styled-icons/material-rounded": "^10.28.0",
"lodash": "4.17.21",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"redux": "^4.0.5"
},
"devDependencies": {
"@types/lodash": "4.14.172",
"@types/redux": "^3.6.0",
"@types/styled-system": "5.1.13",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.15.1",
"webpack-merge": "^5.7.3"
}
}