@bigbinary/neeto-api-keys-frontend 1.0.1

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 ADDED
@@ -0,0 +1,179 @@
1
+ {
2
+ "name": "@bigbinary/neeto-api-keys-frontend",
3
+ "version": "1.0.1",
4
+ "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
+ "license": "UNLICENSED",
6
+ "homepage": "https://github.com/bigbinary/neeto-api-keys-nano",
7
+ "bugs": {
8
+ "url": "https://github.com/bigbinary/neeto-api-keys-nano/issues"
9
+ },
10
+ "repository": "neeto-api-keys-nano",
11
+ "author": "BigBinary",
12
+ "files": [
13
+ "dist",
14
+ "types.d.ts"
15
+ ],
16
+ "main": "dist/index.cjs.js",
17
+ "module": "dist/index.js",
18
+ "types": "types.d.ts",
19
+ "scripts": {
20
+ "build": "NODE_ENV=production rollup -c --environment production",
21
+ "prepare": "husky install",
22
+ "release": "yarn build && yalc push --sig",
23
+ "build-preview": "NODE_ENV=production webpack"
24
+ },
25
+ "lint-staged": {
26
+ "./**/app/javascript/**/*.{js,jsx,json}": [
27
+ "prettier --write",
28
+ "eslint --fix"
29
+ ],
30
+ "./test/dummy/**/app/javascript/**/*.{js,jsx,json}": [
31
+ "prettier --write",
32
+ "eslint --fix"
33
+ ],
34
+ "./**/*.rb": [
35
+ "bundle exec rubocop -a --force-exclusion"
36
+ ],
37
+ "{Gemfile,Rakefile,config.ru}": [
38
+ "bundle exec rubocop -a --force-exclusion"
39
+ ]
40
+ },
41
+ "devDependencies": {
42
+ "@babel/core": "7.22.6",
43
+ "@babel/eslint-parser": "7.22.6",
44
+ "@babel/plugin-transform-runtime": "7.22.6",
45
+ "@babel/preset-env": "7.22.6",
46
+ "@babel/preset-react": "7.22.5",
47
+ "@babel/preset-typescript": "7.22.5",
48
+ "@babel/runtime": "7.22.6",
49
+ "@bigbinary/babel-preset-neeto": "1.0.3",
50
+ "@bigbinary/eslint-plugin-neeto": "1.0.64",
51
+ "@bigbinary/neeto-audit-frontend": "1.0.8",
52
+ "@bigbinary/neeto-commons-frontend": "^2.0.127",
53
+ "@bigbinary/neeto-icons": "1.12.3",
54
+ "@bigbinary/neeto-molecules": "^1.0.92",
55
+ "@bigbinary/neetoui": "5.0.13",
56
+ "@emotion/is-prop-valid": "1.2.0",
57
+ "@faker-js/faker": "8.0.2",
58
+ "@honeybadger-io/react": "2.0.1",
59
+ "@rollup/plugin-alias": "5.0.0",
60
+ "@rollup/plugin-babel": "6.0.3",
61
+ "@rollup/plugin-commonjs": "25.0.2",
62
+ "@rollup/plugin-json": "6.0.0",
63
+ "@rollup/plugin-node-resolve": "15.1.0",
64
+ "@rollup/plugin-replace": "5.0.2",
65
+ "@svgr/rollup": "8.0.1",
66
+ "antd": "4.24.12",
67
+ "autoprefixer": "10.4.14",
68
+ "axios": "1.4.0",
69
+ "babel-loader": "9.1.2",
70
+ "babel-plugin-istanbul": "6.1.1",
71
+ "babel-plugin-js-logger": "1.0.17",
72
+ "babel-plugin-macros": "3.1.0",
73
+ "babel-plugin-transform-react-remove-prop-types": "0.4.24",
74
+ "babel-preset-react": "6.24.1",
75
+ "babel-preset-typescript": "7.0.0-alpha.19",
76
+ "browserify-zlib": "0.2.0",
77
+ "buffer": "6.0.3",
78
+ "classnames": "2.3.2",
79
+ "crypto-browserify": "3.12.0",
80
+ "css-loader": "6.8.1",
81
+ "dompurify": "3.0.2",
82
+ "dotenv-webpack": "^8.0.1",
83
+ "eslint": "8.44.0",
84
+ "eslint-config-prettier": "8.8.0",
85
+ "eslint-plugin-cypress": "2.13.3",
86
+ "eslint-plugin-import": "2.27.5",
87
+ "eslint-plugin-jam3": "0.2.3",
88
+ "eslint-plugin-json": "3.1.0",
89
+ "eslint-plugin-prettier": "4.2.1",
90
+ "eslint-plugin-promise": "6.1.1",
91
+ "eslint-plugin-react": "7.32.2",
92
+ "eslint-plugin-react-hooks": "4.6.0",
93
+ "eslint-plugin-unused-imports": "2.0.0",
94
+ "formik": "2.4.2",
95
+ "html-webpack-plugin": "5.5.3",
96
+ "https-browserify": "1.0.0",
97
+ "husky": "8.0.3",
98
+ "i18next": "23.2.7",
99
+ "i18next-browser-languagedetector": "7.0.1",
100
+ "js-logger": "1.6.1",
101
+ "lint-staged": "13.2.3",
102
+ "mini-css-extract-plugin": "2.7.6",
103
+ "mixpanel-browser": "2.47.0",
104
+ "os-browserify": "0.3.0",
105
+ "path-browserify": "1.0.1",
106
+ "postcss": "8.4.24",
107
+ "postcss-import": "15.1.0",
108
+ "postcss-loader": "7.3.3",
109
+ "postcss-preset-env": "9.0.0",
110
+ "prettier": "2.8.8",
111
+ "prettier-plugin-tailwindcss": "0.3.0",
112
+ "process": "0.11.10",
113
+ "ramda": "0.29.0",
114
+ "react": "17.0.2",
115
+ "react-dom": "17.0.2",
116
+ "react-helmet": "6.1.0",
117
+ "react-i18next": "13.0.1",
118
+ "react-query": "3.39.3",
119
+ "react-router-dom": "5.2.0",
120
+ "react-toastify": "8.0.2",
121
+ "react_ujs": "2.6.2",
122
+ "rollup": "2.79.1",
123
+ "rollup-plugin-analyzer": "4.0.0",
124
+ "rollup-plugin-cleaner": "1.0.0",
125
+ "rollup-plugin-peer-deps-external": "2.2.4",
126
+ "rollup-plugin-styles": "4.0.0",
127
+ "sass": "1.63.6",
128
+ "sass-loader": "13.3.2",
129
+ "shakapacker": "6.6.0",
130
+ "stream-browserify": "3.0.0",
131
+ "stream-http": "3.2.0",
132
+ "style-loader": "3.3.3",
133
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
134
+ "tty-browserify": "0.0.1",
135
+ "url": "0.11.1",
136
+ "util": "0.12.5",
137
+ "vm-browserify": "1.1.2",
138
+ "webpack": "5.88.1",
139
+ "webpack-assets-manifest": "5.1.0",
140
+ "webpack-cli": "5.1.4",
141
+ "webpack-dev-server": "4.15.1",
142
+ "yup": "0.32.11"
143
+ },
144
+ "peerDependencies": {
145
+ "@bigbinary/neeto-commons-frontend": "^2.0.54",
146
+ "@bigbinary/neeto-editor": "^1.26.3",
147
+ "@bigbinary/neeto-icons": "^1.9.22",
148
+ "@bigbinary/neeto-molecules": "^1.0.9",
149
+ "@bigbinary/neetoui": "^4.4.10",
150
+ "@honeybadger-io/react": "^2.0.1",
151
+ "axios": "^0.27.2",
152
+ "classnames": "^2.3.2",
153
+ "formik": "^2.2.9",
154
+ "js-logger": "^1.6.1",
155
+ "mixpanel-browser": "^2.45.0",
156
+ "ramda": "^0.29.0",
157
+ "react": "17.0.2",
158
+ "react-dom": "17.0.2",
159
+ "react-helmet": "^6.1.0",
160
+ "react-query": "3.39.2",
161
+ "react-router-dom": "5.3.0",
162
+ "react-toastify": "8.2.0",
163
+ "yup": "^0.32.11",
164
+ "zustand": "4.3.2"
165
+ },
166
+ "resolutions": {
167
+ "postcss": "^8"
168
+ },
169
+ "engines": {
170
+ "node": ">=18.12",
171
+ "npm": ">=9",
172
+ "yarn": ">=1.22"
173
+ },
174
+ "dependencies": {
175
+ "react-router-nav-prompt": "0.4.1",
176
+ "source-map-loader": "^4.0.1",
177
+ "zustand": "4.3.2"
178
+ }
179
+ }
package/types.d.ts ADDED
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+
3
+ type Breadcrumb = {
4
+ text: string;
5
+ link: string;
6
+ };
7
+
8
+ interface ApiKeys {
9
+ breadcrumbs?: Breadcrumb[];
10
+ }
11
+
12
+ export const ApiKeys = React.FC<{ApiKeys}>;