-
Notifications
You must be signed in to change notification settings - Fork 3.8k
/
package.json
148 lines (148 loc) · 4.77 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
{
"name": "@cockroachlabs/cluster-ui",
"version": "21.2.0-prerelease-2",
"description": "Cluster UI is a library of large features shared between CockroachDB and CockroachCloud",
"repository": {
"type": "git",
"url": "https://github.com/cockroachdb/ui/"
},
"main": "dist/main.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "npm-run-all build:typescript build:bundle",
"build:bundle": "NODE_ENV=production webpack --display-error-details --mode=production",
"build:typescript": "tsc",
"build:watch": "webpack --watch --mode=development",
"ci": "jest --ci -i",
"clean": "rm -rf ./dist/*",
"lint": "eslint './src/**/*.{tsx,ts,js}' --format=codeframe",
"lint:fix": "eslint './src/**/*.{tsx,ts,js}' --format=codeframe --fix",
"prepublishOnly": "npm-run-all clean build",
"test": "jest --watch",
"start": "yarn run build:watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.13"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-proposal-object-rest-spread": "^7.8.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.8.0",
"@cockroachlabs/crdb-protobuf-client": "file:../src/js",
"@cockroachlabs/eslint-config": "^0.1.3",
"@cockroachlabs/icons": "0.3.0",
"@cockroachlabs/ui-components": "0.2.19-alpha.2",
"@popperjs/core": "^2.4.0",
"@reduxjs/toolkit": "^1.5.0",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addons": "^6.1.21",
"@storybook/react": "^6.1.21",
"@types/chai": "^4.2.11",
"@types/classnames": "^2.2.9",
"@types/d3": "<4.0.0",
"@types/d3-array": "^2.2.0",
"@types/d3-format": "^2.0.0",
"@types/d3-scale": "^3.2.0",
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.1.2",
"@types/lodash": "^4.14.149",
"@types/long": "^4.0.1",
"@types/node": "^13.7.0",
"@types/react": "^16.9.48",
"@types/react-helmet": "^5.0.5",
"@types/react-redux": "7.1.6",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^4.0.14",
"@types/redux-saga": "0.10.5",
"@types/reselect": "^2.2.0",
"@types/sinon": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"antd": "^3.25.2",
"astroturf": "^0.10.2",
"babel-jest": "^26.2.2",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.3",
"babel-polyfill": "^6.26.0",
"babel-preset-react-app": "^9.1.2",
"chai": "^4.2.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"d3-array": "^2.8.0",
"d3-format": "^2.0.0",
"d3-scale": "^3.2.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"fetch-mock": "^9.10.7",
"file-loader": "^6.0.0",
"highlight.js": "^10.2.0",
"http-proxy-middleware": "^1.0.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.5.4",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"jest-fetch-mock": "^3.0.3",
"jest-runner-eslint": "^0.7.6",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"long": "^4.0.0",
"moment-locales-webpack-plugin": "^1.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"protobufjs": "6.8.6",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "^5.2.0",
"react-popper": "^2.2.3",
"react-redux": "7.1.3",
"react-router-dom": "^5.1.2",
"react-select": "^4.3.0",
"react-test-renderer": "^16.13.1",
"redux": "4.0.5",
"redux-saga": "1.1.3",
"redux-saga-test-plan": "4.0.0-beta.2",
"reselect": "^4.0.0",
"sass": "^1.34.0",
"sass-loader": "^10.2.0",
"sinon": "^9.0.2",
"source-map-loader": "^0.2.4",
"style-loader": "^1.1.3",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5",
"url-loader": "^4.1.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpackbar": "^4.0.0"
},
"peerDependencies": {
"protobufjs": "6.8.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "7.1.3",
"react-router-dom": "^5.1.2",
"redux": "4.0.5",
"redux-saga": "1.1.3"
},
"resolutions": {
"node-fetch": "~2.6.1",
"serialize-javascript": "~3.1.0",
"yargs-parser": "~13.1.2"
}
}