@deephaven/js-plugin-matplotlib 0.3.0 → 0.3.1-alpha.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/js-plugin-matplotlib",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-alpha.18+d9f1dd0",
4
4
  "description": "Deephaven matplotlib plugin",
5
5
  "keywords": [
6
6
  "Deephaven",
@@ -20,82 +20,32 @@
20
20
  },
21
21
  "homepage": "https://github.com/deephaven/web-client-ui",
22
22
  "scripts": {
23
- "build": "npm run clean && webpack",
24
- "clean": "rimraf dist/*",
25
- "lint": "eslint './src/**/*.{js,ts,tsx}' --quiet",
26
- "start": "webpack watch",
27
- "test": "jest --watchAll"
23
+ "start": "vite build --watch",
24
+ "build": "vite build"
28
25
  },
29
26
  "devDependencies": {
30
- "@babel/cli": "^7.16.7",
31
- "@babel/core": "^7.16.7",
32
- "@babel/preset-env": "^7.16.7",
33
- "@babel/preset-react": "^7.16.7",
34
- "@babel/preset-typescript": "^7.16.7",
35
- "@deephaven/components": "0.19.0",
36
- "@deephaven/dashboard": "0.19.0",
37
- "@deephaven/log": "0.19.0",
38
- "@deephaven/prettier-config": "0.19.0",
39
- "@deephaven/redux": "0.19.0",
40
- "@deephaven/stylelint-config": "0.19.0",
41
- "@types/jest": "^27.4.0",
42
- "@types/node": "^17.0.7",
43
27
  "@types/react": "^17.0.2",
44
28
  "@types/react-dom": "^17.0.2",
45
- "@typescript-eslint/eslint-plugin": "^4.28.0",
46
- "@typescript-eslint/parser": "^4.28.0",
47
- "babel-loader": "^8.2.3",
48
- "css-loader": "^6.5.1",
49
- "eslint": "^7.22.0",
50
- "eslint-config-prettier": "^8.3.0",
51
- "eslint-plugin-prettier": "^4.0.0",
52
- "eslint-plugin-react": "^7.28.0",
53
- "file-loader": "^6.2.0",
54
- "image-webpack-loader": "^8.0.1",
55
- "jest": "^27.4.5",
56
- "node-sass": "^7.0.1",
57
- "prettier": "^2.5.1",
29
+ "@vitejs/plugin-react-swc": "^3.0.0",
58
30
  "react": "^17.0.2",
59
- "react-dom": "^17.0.2",
60
- "react-hot-loader": "^4.13.0",
61
- "react-redux": "^7.2.4",
62
- "rimraf": "^3.0.2",
63
- "sass-loader": "^12.4.0",
64
- "style-loader": "^3.3.1",
65
31
  "typescript": "^4.5.4",
66
- "webpack": "^5.65.0",
67
- "webpack-cli": "^4.9.1",
68
- "webpack-dev-server": "^4.7.2",
69
- "webpack-merge": "^5.8.0"
32
+ "vite": "~4.1.4"
70
33
  },
71
34
  "peerDependencies": {
72
- "@deephaven/components": "^0.19.0",
73
- "@deephaven/dashboard": "^0.19.0",
74
- "@deephaven/log": "^0.19.0",
75
- "@deephaven/redux": "^0.19.0",
76
- "react": "^17.0.2",
77
- "react-dom": "^17.0.2",
78
- "react-redux": "^7.2.4"
35
+ "react": "^17.0.2"
79
36
  },
80
37
  "dependencies": {
81
- "@deephaven/jsapi-shim": "^0.11.4",
38
+ "@deephaven/components": "0.34.0",
39
+ "@deephaven/dashboard": "0.34.0",
40
+ "@deephaven/jsapi-shim": "^0.34.0",
41
+ "@deephaven/log": "0.34.0",
82
42
  "shortid": "^2.2.16"
83
43
  },
84
- "prettier": "@deephaven/prettier-config",
85
- "stylelint": {
86
- "ignoreFiles": [
87
- "node_modules",
88
- "*.*",
89
- "!*.scss"
90
- ],
91
- "extends": [
92
- "@deephaven/stylelint-config"
93
- ]
94
- },
95
44
  "publishConfig": {
96
45
  "access": "public"
97
46
  },
98
47
  "files": [
99
- "dist"
100
- ]
48
+ "dist/index.js"
49
+ ],
50
+ "gitHead": "d9f1dd0e65459725ddfccce832048a3589d85956"
101
51
  }
@@ -1,65 +0,0 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- Copyright (c) 2018 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/classnames
11
- */
12
-
13
- /*!
14
- * Sizzle CSS Selector Engine v2.3.6
15
- * https://sizzlejs.com/
16
- *
17
- * Copyright JS Foundation and other contributors
18
- * Released under the MIT license
19
- * https://js.foundation/
20
- *
21
- * Date: 2021-02-16
22
- */
23
-
24
- /*!
25
- * jQuery JavaScript Library v3.6.1
26
- * https://jquery.com/
27
- *
28
- * Includes Sizzle.js
29
- * https://sizzlejs.com/
30
- *
31
- * Copyright OpenJS Foundation and other contributors
32
- * Released under the MIT license
33
- * https://jquery.org/license
34
- *
35
- * Date: 2022-08-26T17:52Z
36
- */
37
-
38
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
39
-
40
- /** @license React v0.20.2
41
- * scheduler.production.min.js
42
- *
43
- * Copyright (c) Facebook, Inc. and its affiliates.
44
- *
45
- * This source code is licensed under the MIT license found in the
46
- * LICENSE file in the root directory of this source tree.
47
- */
48
-
49
- /** @license React v16.13.1
50
- * react-is.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
57
-
58
- /** @license React v17.0.2
59
- * react-dom.production.min.js
60
- *
61
- * Copyright (c) Facebook, Inc. and its affiliates.
62
- *
63
- * This source code is licensed under the MIT license found in the
64
- * LICENSE file in the root directory of this source tree.
65
- */