datajunction-ui 0.0.1-rc.3 → 0.0.1-rc.4
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 +4 -4
- package/dist/5fa71a03d45dc2e3d61447f3013a303d.png +0 -0
- package/dist/index.html +0 -1
- package/dist/main.js +0 -23303
- package/dist/static/main.05a86d446163fd5f17d3.js +0 -119255
- package/dist/static/main.05a86d446163fd5f17d3.js.LICENSE.txt +0 -98
- package/dist/static/main.9e53bed734dae98e5b10.js +0 -117977
- package/dist/static/main.9e53bed734dae98e5b10.js.LICENSE.txt +0 -98
- package/dist/static/main.ebaa9bc7ec95d2f8d4fb.js +0 -2
- package/dist/static/main.ebaa9bc7ec95d2f8d4fb.js.LICENSE.txt +0 -98
- package/dist/static/main.js +0 -119255
- package/dist/static/main.js.LICENSE.txt +0 -98
- package/dist/static/vendor.05a86d446163fd5f17d3.js +0 -9835
- package/dist/static/vendor.05a86d446163fd5f17d3.js.LICENSE.txt +0 -29
- package/dist/static/vendor.9e53bed734dae98e5b10.js +0 -9491
- package/dist/static/vendor.9e53bed734dae98e5b10.js.LICENSE.txt +0 -29
- package/dist/static/vendor.ebaa9bc7ec95d2f8d4fb.js +0 -2
- package/dist/static/vendor.ebaa9bc7ec95d2f8d4fb.js.LICENSE.txt +0 -29
- package/dist/static/vendor.js +0 -9835
- package/dist/static/vendor.js.LICENSE.txt +0 -29
- package/dist/vendor.js +0 -281
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datajunction-ui",
|
|
3
|
-
"version": "0.0.1-rc.
|
|
3
|
+
"version": "0.0.1-rc.4",
|
|
4
4
|
"description": "DataJunction Metrics Platform UI",
|
|
5
5
|
"module": "src/index.tsx",
|
|
6
6
|
"repository": {
|
|
@@ -41,9 +41,6 @@
|
|
|
41
41
|
"chalk": "4.1.2",
|
|
42
42
|
"cross-env": "7.0.3",
|
|
43
43
|
"dagre": "^0.8.5",
|
|
44
|
-
"eslint-config-prettier": "8.5.0",
|
|
45
|
-
"eslint-plugin-prettier": "4.2.1",
|
|
46
|
-
"eslint-plugin-react-hooks": "4.6.0",
|
|
47
44
|
"fontfaceobserver": "2.3.0",
|
|
48
45
|
"husky": "8.0.1",
|
|
49
46
|
"i18next": "21.9.2",
|
|
@@ -149,6 +146,9 @@
|
|
|
149
146
|
},
|
|
150
147
|
"devDependencies": {
|
|
151
148
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
149
|
+
"eslint-config-prettier": "8.8.0",
|
|
150
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
151
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
152
152
|
"html-webpack-plugin": "5.5.1",
|
|
153
153
|
"jest": "^29.5.0",
|
|
154
154
|
"mini-css-extract-plugin": "2.7.5"
|
|
Binary file
|
package/dist/index.html
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><base href="/"/><meta charset="utf-8"/><link rel="icon" href="public/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="public/manifest.json"/><link rel="manifest" href="src/styles/index.css"/><meta property="og:title" content="DataJunction UI"/><meta property="og:description" content=""/><title>DataJunction App</title><meta name="description" content=""/><script defer="defer" src="/static/main.ebaa9bc7ec95d2f8d4fb.js"></script><script defer="defer" src="/static/vendor.ebaa9bc7ec95d2f8d4fb.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap" rel="stylesheet"/></body></html>
|