@bigbinary/neeto-themes-frontend 1.1.11

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,195 @@
1
+ {
2
+ "name": "@bigbinary/neeto-themes-frontend",
3
+ "version": "1.1.11",
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-themes-nano",
7
+ "bugs": {
8
+ "url": "https://github.com/bigbinary/neeto-themes-nano/issues"
9
+ },
10
+ "repository": "neeto-themes-nano",
11
+ "author": "BigBinary",
12
+ "files": [
13
+ "dist",
14
+ "types.d.ts",
15
+ "app/javascript/src/translations"
16
+ ],
17
+ "main": "dist/index.cjs.js",
18
+ "module": "dist/index.js",
19
+ "types": "types.d.ts",
20
+ "scripts": {
21
+ "build": "NODE_ENV=production rollup -c --environment production",
22
+ "build-preview": "NODE_ENV=production webpack",
23
+ "prepare": "husky install",
24
+ "release": "yarn build && yalc push --sig"
25
+ },
26
+ "lint-staged": {
27
+ "./**/*.rb": [
28
+ "bundle exec rubocop -a --force-exclusion"
29
+ ],
30
+ "./**/app/javascript/**/*.{js,jsx,json}": [
31
+ "prettier --write",
32
+ "eslint --fix"
33
+ ],
34
+ "./test/dummy/**/app/javascript/**/*.{js,jsx,json}": [
35
+ "prettier --write",
36
+ "eslint --fix"
37
+ ],
38
+ "{Gemfile,Rakefile,config.ru}": [
39
+ "bundle exec rubocop -a --force-exclusion"
40
+ ]
41
+ },
42
+ "devDependencies": {
43
+ "@babel/core": "7.23.2",
44
+ "@babel/eslint-parser": "7.22.15",
45
+ "@babel/plugin-transform-runtime": "7.23.2",
46
+ "@babel/preset-env": "7.23.2",
47
+ "@babel/preset-react": "7.22.15",
48
+ "@babel/preset-typescript": "7.23.2",
49
+ "@babel/runtime": "7.23.2",
50
+ "@bigbinary/babel-preset-neeto": "1.0.6",
51
+ "@bigbinary/eslint-plugin-neeto": "1.5.0",
52
+ "@bigbinary/neeto-audit-frontend": "2.0.9",
53
+ "@bigbinary/neeto-cist": "1.0.9",
54
+ "@bigbinary/neeto-commons-frontend": "3.3.0",
55
+ "@bigbinary/neeto-filters-frontend": "3.3.1",
56
+ "@bigbinary/neeto-icons": "1.18.2",
57
+ "@bigbinary/neeto-image-uploader-frontend": "1.5.24",
58
+ "@bigbinary/neeto-molecules": "1.15.15",
59
+ "@bigbinary/neetoui": "6.5.9",
60
+ "@emotion/is-prop-valid": "1.2.0",
61
+ "@faker-js/faker": "8.2.0",
62
+ "@honeybadger-io/js": "6.5.3",
63
+ "@honeybadger-io/react": "6.1.9",
64
+ "@rollup/plugin-alias": "5.0.1",
65
+ "@rollup/plugin-babel": "6.0.4",
66
+ "@rollup/plugin-commonjs": "25.0.7",
67
+ "@rollup/plugin-json": "6.0.1",
68
+ "@rollup/plugin-node-resolve": "15.2.3",
69
+ "@rollup/plugin-replace": "5.0.4",
70
+ "@svgr/rollup": "8.1.0",
71
+ "antd": "5.10.2",
72
+ "autoprefixer": "10.4.16",
73
+ "axios": "1.6.0",
74
+ "babel-loader": "9.1.3",
75
+ "babel-plugin-istanbul": "6.1.1",
76
+ "babel-plugin-js-logger": "1.0.17",
77
+ "babel-plugin-macros": "3.1.0",
78
+ "babel-plugin-preval": "^5.1.0",
79
+ "babel-plugin-transform-react-remove-prop-types": "0.4.24",
80
+ "babel-preset-react": "6.24.1",
81
+ "babel-preset-typescript": "7.0.0-alpha.19",
82
+ "browserify-zlib": "0.2.0",
83
+ "buffer": "6.0.3",
84
+ "classnames": "2.3.2",
85
+ "crypto-browserify": "3.12.0",
86
+ "css-loader": "6.8.1",
87
+ "dompurify": "3.0.2",
88
+ "dotenv-webpack": "^8.0.1",
89
+ "eslint": "8.52.0",
90
+ "eslint-config-prettier": "8.5.0",
91
+ "eslint-plugin-cypress": "2.15.1",
92
+ "eslint-plugin-import": "2.29.0",
93
+ "eslint-plugin-jam3": "0.2.3",
94
+ "eslint-plugin-json": "3.1.0",
95
+ "eslint-plugin-prettier": "4.0.0",
96
+ "eslint-plugin-promise": "6.1.1",
97
+ "eslint-plugin-react": "7.33.2",
98
+ "eslint-plugin-react-hooks": "4.6.0",
99
+ "eslint-plugin-security": "^1.7.1",
100
+ "eslint-plugin-sonarjs": "^0.21.0",
101
+ "eslint-plugin-unused-imports": "3.0.0",
102
+ "eslint-plugin-xss": "^0.1.12",
103
+ "formik": "2.4.5",
104
+ "html-webpack-plugin": "5.5.3",
105
+ "https-browserify": "1.0.0",
106
+ "husky": "8.0.3",
107
+ "i18next": "23.6.0",
108
+ "i18next-browser-languagedetector": "7.0.1",
109
+ "js-logger": "1.6.1",
110
+ "lint-staged": "15.0.2",
111
+ "mini-css-extract-plugin": "2.7.6",
112
+ "mixpanel-browser": "2.47.0",
113
+ "os-browserify": "0.3.0",
114
+ "path-browserify": "1.0.1",
115
+ "postcss": "8.4.31",
116
+ "postcss-import": "15.1.0",
117
+ "postcss-loader": "7.3.3",
118
+ "postcss-preset-env": "9.2.0",
119
+ "prettier": "2.6.2",
120
+ "prettier-plugin-tailwindcss": "0.1.10",
121
+ "process": "0.11.10",
122
+ "qs": "6.11.2",
123
+ "ramda": "0.29.1",
124
+ "react": "18.2.0",
125
+ "react-dom": "18.2.0",
126
+ "react-helmet": "6.1.0",
127
+ "react-i18next": "13.3.1",
128
+ "react-query": "3.39.3",
129
+ "react-router-dom": "5.3.4",
130
+ "react-toastify": "8.2.0",
131
+ "react_ujs": "^3.1.1",
132
+ "rollup": "2.79.1",
133
+ "rollup-plugin-analyzer": "4.0.0",
134
+ "rollup-plugin-cleaner": "1.0.0",
135
+ "rollup-plugin-copy": "^3.5.0",
136
+ "rollup-plugin-peer-deps-external": "2.2.4",
137
+ "rollup-plugin-styles": "4.0.0",
138
+ "sass": "1.69.5",
139
+ "sass-loader": "13.3.2",
140
+ "shakapacker": "6.6.0",
141
+ "stream-browserify": "3.0.0",
142
+ "stream-http": "3.2.0",
143
+ "style-loader": "3.3.3",
144
+ "tailwindcss": "3.4.1",
145
+ "tty-browserify": "0.0.1",
146
+ "url": "0.11.1",
147
+ "util": "0.12.5",
148
+ "vm-browserify": "1.1.2",
149
+ "webpack": "5.88.1",
150
+ "webpack-assets-manifest": "5.1.0",
151
+ "webpack-cli": "5.1.4",
152
+ "webpack-dev-server": "4.15.1",
153
+ "yup": "1.3.2"
154
+ },
155
+ "peerDependencies": {
156
+ "@bigbinary/neeto-cist": "latest",
157
+ "@bigbinary/neeto-commons-frontend": "3.3.0",
158
+ "@bigbinary/neeto-editor": "^1.26.3",
159
+ "@bigbinary/neeto-filters-frontend": "3.3.1",
160
+ "@bigbinary/neeto-icons": "1.18.2",
161
+ "@bigbinary/neeto-molecules": "1.15.15",
162
+ "@bigbinary/neetoui": "6.5.9",
163
+ "@honeybadger-io/js": "^6.5.3",
164
+ "@honeybadger-io/react": "^6.1.9",
165
+ "axios": "^1.6.0",
166
+ "classnames": "^2.3.2",
167
+ "formik": "^2.4.5",
168
+ "i18next": "^23.6.0",
169
+ "js-logger": "^1.6.1",
170
+ "mixpanel-browser": "^2.45.0",
171
+ "ramda": "^0.29.1",
172
+ "react": "^18.2.0",
173
+ "react-dom": "^18.2.0",
174
+ "react-helmet": "^6.1.0",
175
+ "react-i18next": "^13.3.1",
176
+ "react-query": "^3.39.3",
177
+ "react-router-dom": "^5.3.4",
178
+ "react-toastify": "^8.2.0",
179
+ "yup": "^0.32.11",
180
+ "zustand": "4.3.2"
181
+ },
182
+ "resolutions": {
183
+ "postcss": "^8"
184
+ },
185
+ "engines": {
186
+ "node": ">=18.12",
187
+ "npm": ">=9",
188
+ "yarn": ">=1.22"
189
+ },
190
+ "dependencies": {
191
+ "react-router-nav-prompt": "0.4.1",
192
+ "source-map-loader": "^4.0.1",
193
+ "zustand": "4.3.2"
194
+ }
195
+ }
package/types.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+
3
+ export interface NeetoThemesProps {
4
+ children?: ReactNode;
5
+ entityType: string;
6
+ entityId: string;
7
+ }
8
+
9
+ export const NeetoThemes: React.FC<NeetoThemesProps>;