@bento-core/all 0.2.0

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.
@@ -0,0 +1,20 @@
1
+ {
2
+ "presets": [
3
+ [
4
+ "@babel/env",
5
+ {
6
+ "targets": {
7
+ "edge": "17",
8
+ "firefox": "60",
9
+ "chrome": "67",
10
+ "safari": "11.1"
11
+ }
12
+ }
13
+ ],
14
+ "@babel/preset-react"
15
+ ],
16
+ "plugins": [
17
+ "@babel/plugin-transform-react-jsx",
18
+ "@babel/plugin-proposal-class-properties"
19
+ ]
20
+ }
package/dist/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // This file is purposely left empty
2
+ "use strict";
package/package.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@bento-core/all",
3
+ "version": "0.2.0",
4
+ "description": "",
5
+ "main": "dist/index.js",
6
+ "scripts": {
7
+ "build": "cross-env-shell rm -rf dist && NODE_ENV=production BABEL_ENV=es babel src --out-dir dist --copy-files",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": "https://github.com/CBIIT/bento-frontend",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "peerDependencies": {
15
+ "@bento-core/about": "^0.2.0",
16
+ "@bento-core/admin": "^0.2.0",
17
+ "@bento-core/authentication": "^0.2.0",
18
+ "@bento-core/cart": "^0.2.0",
19
+ "@bento-core/data-access-request": "^0.2.0",
20
+ "@bento-core/data-table": "^0.2.0",
21
+ "@bento-core/facet-filter": "^0.2.0",
22
+ "@bento-core/footer": "^0.2.0",
23
+ "@bento-core/global-search": "^0.2.0",
24
+ "@bento-core/header": "^0.2.0",
25
+ "@bento-core/local-find": "^0.2.0",
26
+ "@bento-core/nav-bar": "^0.2.0",
27
+ "@bento-core/paginated-table": "^0.2.0",
28
+ "@bento-core/profile": "^0.2.0",
29
+ "@bento-core/query-bar": "^0.2.0",
30
+ "@bento-core/session-timeout": "^0.2.0",
31
+ "@bento-core/stats-bar": "^0.2.0",
32
+ "@bento-core/tab": "^0.2.0",
33
+ "@bento-core/table": "^0.2.0",
34
+ "@bento-core/tool-tip": "^0.2.0",
35
+ "@bento-core/util": "^0.2.0",
36
+ "@bento-core/widgets": "^0.2.0"
37
+ },
38
+ "author": "CTOS Bento Team",
39
+ "license": "ISC",
40
+ "gitHead": "5856c1564e79b39477c302e6c0d2df45b76e40fd"
41
+ }
package/src/index.js ADDED
@@ -0,0 +1 @@
1
+ // This file is purposely left empty