@deephaven/js-plugin-matplotlib 0.2.0 → 0.3.1-alpha.12

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.2.0",
3
+ "version": "0.3.1-alpha.12+eee7db0",
4
4
  "description": "Deephaven matplotlib plugin",
5
5
  "keywords": [
6
6
  "Deephaven",
@@ -20,83 +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.11.2",
36
- "@deephaven/dashboard": "0.11.2",
37
- "@deephaven/log": "0.11.2",
38
- "@deephaven/prettier-config": "0.11.2",
39
- "@deephaven/redux": "0.11.2",
40
- "@deephaven/stylelint-config": "0.11.2",
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": "^5.8.1",
46
- "@typescript-eslint/parser": "^5.8.1",
47
- "babel-loader": "^8.2.3",
48
- "css-loader": "^6.5.1",
49
- "eslint": "^8.6.0",
50
- "eslint-config-prettier": "^8.3.0",
51
- "eslint-plugin-prettier": "^4.0.0",
52
- "eslint-plugin-react": "^7.28.0",
53
- "express": "^4.17.2",
54
- "file-loader": "^6.2.0",
55
- "image-webpack-loader": "^8.0.1",
56
- "jest": "^27.4.5",
57
- "node-sass": "^7.0.1",
58
- "prettier": "^2.5.1",
29
+ "@vitejs/plugin-react-swc": "^3.0.0",
59
30
  "react": "^17.0.2",
60
- "react-dom": "^17.0.2",
61
- "react-hot-loader": "^4.13.0",
62
- "react-redux": "^7.2.4",
63
- "rimraf": "^3.0.2",
64
- "sass-loader": "^12.4.0",
65
- "style-loader": "^3.3.1",
66
31
  "typescript": "^4.5.4",
67
- "webpack": "^5.65.0",
68
- "webpack-cli": "^4.9.1",
69
- "webpack-dev-server": "^4.7.2",
70
- "webpack-merge": "^5.8.0"
32
+ "vite": "~4.1.4"
71
33
  },
72
34
  "peerDependencies": {
73
- "@deephaven/components": "0.11.2",
74
- "@deephaven/dashboard": "0.11.2",
75
- "@deephaven/log": "0.11.2",
76
- "@deephaven/redux": "0.11.2",
77
- "react": "^17.0.2",
78
- "react-dom": "^17.0.2",
79
- "react-redux": "^7.2.4"
35
+ "react": "^17.0.2"
80
36
  },
81
37
  "dependencies": {
82
- "@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",
83
42
  "shortid": "^2.2.16"
84
43
  },
85
- "prettier": "@deephaven/prettier-config",
86
- "stylelint": {
87
- "ignoreFiles": [
88
- "node_modules",
89
- "*.*",
90
- "!*.scss"
91
- ],
92
- "extends": [
93
- "@deephaven/stylelint-config"
94
- ]
95
- },
96
44
  "publishConfig": {
97
45
  "access": "public"
98
46
  },
99
47
  "files": [
100
- "dist"
101
- ]
48
+ "dist/index.js"
49
+ ],
50
+ "gitHead": "eee7db0dc17e08e7509e9f89ad52bde7b309e722"
102
51
  }
@@ -1,68 +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
- * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
15
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
16
- */
17
-
18
- /*!
19
- * Sizzle CSS Selector Engine v2.3.6
20
- * https://sizzlejs.com/
21
- *
22
- * Copyright JS Foundation and other contributors
23
- * Released under the MIT license
24
- * https://js.foundation/
25
- *
26
- * Date: 2021-02-16
27
- */
28
-
29
- /*!
30
- * jQuery JavaScript Library v3.6.0
31
- * https://jquery.com/
32
- *
33
- * Includes Sizzle.js
34
- * https://sizzlejs.com/
35
- *
36
- * Copyright OpenJS Foundation and other contributors
37
- * Released under the MIT license
38
- * https://jquery.org/license
39
- *
40
- * Date: 2021-03-02T17:08Z
41
- */
42
-
43
- /** @license React v0.20.2
44
- * scheduler.production.min.js
45
- *
46
- * Copyright (c) Facebook, Inc. and its affiliates.
47
- *
48
- * This source code is licensed under the MIT license found in the
49
- * LICENSE file in the root directory of this source tree.
50
- */
51
-
52
- /** @license React v16.13.1
53
- * react-is.production.min.js
54
- *
55
- * Copyright (c) Facebook, Inc. and its affiliates.
56
- *
57
- * This source code is licensed under the MIT license found in the
58
- * LICENSE file in the root directory of this source tree.
59
- */
60
-
61
- /** @license React v17.0.2
62
- * react-dom.production.min.js
63
- *
64
- * Copyright (c) Facebook, Inc. and its affiliates.
65
- *
66
- * This source code is licensed under the MIT license found in the
67
- * LICENSE file in the root directory of this source tree.
68
- */