forked from looker-open-source/sdk-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.58 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
{
"name": "@looker/run-it",
"version": "0.9.46",
"description": "A dynamic REST request input form and response visualizer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
"sideEffects": false,
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"author": "Looker",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/looker-open-source/sdk-codegen.git",
"directory": "packages/run-it"
},
"homepage": "https://github.com/looker-open-source/sdk-codegen/tree/main/packages/run-it",
"bugs": {
"url": "https://github.com/looker-open-source/sdk-codegen/issues?q=is%3Aopen+is%3Aissue+project%3Alooker-open-source%2Fsdk-codegen%2F7"
},
"scripts": {
"play": "webpack-dev-server --https --no-firewall --config webpack.dev.config.js --entry ./playground/index.tsx",
"test": "jest",
"watch": "yarn lerna exec --scope @looker/run-it --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.27",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"@types/lodash": "^4.14.157",
"@types/papaparse": "^5.3.7",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.6",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.5",
"@types/react-test-renderer": "^17.0.0",
"@types/readable-stream": "^2.3.5",
"@types/styled-components": "^5.1.7",
"@types/styled-system": "5.1.13",
"enzyme": "^3.11.0",
"jest-config": "^29.4.1",
"react-router-dom": "^5.2.0",
"react-test-renderer": "^17.0.1",
"style-loader": "^1.1.3",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@looker/code-editor": "^0.1.28",
"@looker/components": "^4.1.1",
"@looker/design-tokens": "^3.1.0",
"@looker/extension-utils": "^0.1.23",
"@looker/icons": "^1.5.21",
"@looker/sdk": "^23.6.0",
"@looker/sdk-codegen": "^21.8.0",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/sdk-rtl": "^21.6.0",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"lodash": "^4.17.19",
"papaparse": "^5.3.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-google-charts": "^3.0.15",
"react-is": "^16.13.1",
"styled-components": "^5.2.1"
}
}