@bigbinary/neeto-thank-you-frontend 1.0.2

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,181 @@
1
+ {
2
+ "name": "@bigbinary/neeto-thank-you-frontend",
3
+ "version": "1.0.2",
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-thank-you-nano",
7
+ "bugs": {
8
+ "url": "https://github.com/bigbinary/neeto-thank-you-nano/issues"
9
+ },
10
+ "repository": "neeto-thank-you-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-commons-frontend": "2.0.127",
52
+ "@bigbinary/neeto-icons": "1.12.3",
53
+ "@bigbinary/neeto-molecules": "1.0.30",
54
+ "@bigbinary/neetoui": "^5.1.9",
55
+ "@emotion/is-prop-valid": "1.2.0",
56
+ "@faker-js/faker": "8.0.2",
57
+ "@honeybadger-io/react": "2.0.1",
58
+ "@rollup/plugin-alias": "5.0.0",
59
+ "@rollup/plugin-babel": "6.0.3",
60
+ "@rollup/plugin-commonjs": "25.0.2",
61
+ "@rollup/plugin-json": "6.0.0",
62
+ "@rollup/plugin-node-resolve": "15.1.0",
63
+ "@rollup/plugin-replace": "5.0.2",
64
+ "@svgr/rollup": "8.0.1",
65
+ "antd": "4.24.12",
66
+ "autoprefixer": "10.4.14",
67
+ "axios": "1.4.0",
68
+ "babel-loader": "9.1.2",
69
+ "babel-plugin-istanbul": "6.1.1",
70
+ "babel-plugin-js-logger": "1.0.17",
71
+ "babel-plugin-macros": "3.1.0",
72
+ "babel-plugin-transform-react-remove-prop-types": "0.4.24",
73
+ "babel-preset-react": "6.24.1",
74
+ "babel-preset-typescript": "7.0.0-alpha.19",
75
+ "browserify-zlib": "0.2.0",
76
+ "buffer": "6.0.3",
77
+ "classnames": "2.3.2",
78
+ "crypto-browserify": "3.12.0",
79
+ "css-loader": "6.8.1",
80
+ "dotenv-webpack": "^8.0.1",
81
+ "eslint": "8.44.0",
82
+ "eslint-config-prettier": "8.8.0",
83
+ "eslint-plugin-cypress": "2.13.3",
84
+ "eslint-plugin-import": "2.27.5",
85
+ "eslint-plugin-jam3": "0.2.3",
86
+ "eslint-plugin-json": "3.1.0",
87
+ "eslint-plugin-prettier": "4.2.1",
88
+ "eslint-plugin-promise": "6.1.1",
89
+ "eslint-plugin-react": "7.32.2",
90
+ "eslint-plugin-react-hooks": "4.6.0",
91
+ "eslint-plugin-unused-imports": "2.0.0",
92
+ "formik": "2.4.2",
93
+ "html-webpack-plugin": "5.5.3",
94
+ "https-browserify": "1.0.0",
95
+ "husky": "8.0.3",
96
+ "i18next": "23.2.7",
97
+ "js-logger": "1.6.1",
98
+ "lint-staged": "13.2.3",
99
+ "mini-css-extract-plugin": "2.7.6",
100
+ "mixpanel-browser": "2.47.0",
101
+ "os-browserify": "0.3.0",
102
+ "path-browserify": "1.0.1",
103
+ "postcss": "8.4.24",
104
+ "postcss-import": "15.1.0",
105
+ "postcss-loader": "7.3.3",
106
+ "postcss-preset-env": "9.0.0",
107
+ "prettier": "2.8.8",
108
+ "prettier-plugin-tailwindcss": "0.3.0",
109
+ "process": "0.11.10",
110
+ "ramda": "0.29.0",
111
+ "react": "17.0.2",
112
+ "react-dom": "17.0.2",
113
+ "react-helmet": "6.1.0",
114
+ "react-i18next": "13.0.1",
115
+ "react-query": "3.39.3",
116
+ "react-router-dom": "5.2.0",
117
+ "react-toastify": "8.0.2",
118
+ "react_ujs": "2.6.2",
119
+ "rollup": "2.79.1",
120
+ "rollup-plugin-analyzer": "4.0.0",
121
+ "rollup-plugin-cleaner": "1.0.0",
122
+ "rollup-plugin-peer-deps-external": "2.2.4",
123
+ "rollup-plugin-styles": "4.0.0",
124
+ "sass": "1.63.6",
125
+ "sass-loader": "13.3.2",
126
+ "shakapacker": "6.6.0",
127
+ "stream-browserify": "3.0.0",
128
+ "stream-http": "3.2.0",
129
+ "style-loader": "3.3.3",
130
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
131
+ "tty-browserify": "0.0.1",
132
+ "url": "0.11.1",
133
+ "util": "0.12.5",
134
+ "vm-browserify": "1.1.2",
135
+ "webpack": "5.88.1",
136
+ "webpack-assets-manifest": "5.1.0",
137
+ "webpack-cli": "5.1.4",
138
+ "webpack-dev-server": "4.15.1",
139
+ "yup": "0.32.11"
140
+ },
141
+ "peerDependencies": {
142
+ "@bigbinary/neeto-commons-frontend": "^2.0.54",
143
+ "@bigbinary/neeto-editor": "1.28.6",
144
+ "@bigbinary/neeto-icons": "^1.9.22",
145
+ "@bigbinary/neeto-molecules": "^1.0.9",
146
+ "@bigbinary/neetoui": "^4.4.10",
147
+ "@honeybadger-io/react": "^2.0.1",
148
+ "axios": "^0.27.2",
149
+ "classnames": "^2.3.2",
150
+ "formik": "^2.2.9",
151
+ "js-logger": "^1.6.1",
152
+ "mixpanel-browser": "^2.45.0",
153
+ "ramda": "^0.29.0",
154
+ "react": "17.0.2",
155
+ "react-dom": "17.0.2",
156
+ "react-helmet": "^6.1.0",
157
+ "react-query": "3.39.2",
158
+ "react-router-dom": "5.3.0",
159
+ "react-toastify": "8.2.0",
160
+ "yup": "^0.32.11",
161
+ "zustand": "4.3.2"
162
+ },
163
+ "resolutions": {
164
+ "postcss": "^8"
165
+ },
166
+ "engines": {
167
+ "node": ">=18.12",
168
+ "npm": ">=9",
169
+ "yarn": ">=1.22"
170
+ },
171
+ "dependencies": {
172
+ "@bigbinary/neeto-editor": "^1.28.6",
173
+ "@rails/activestorage": "^7.0.7-2",
174
+ "@svgr/webpack": "^8.1.0",
175
+ "framer-motion": "^4.1.17",
176
+ "react-dropzone": "^11.2.4",
177
+ "react-router-nav-prompt": "0.4.1",
178
+ "source-map-loader": "^4.0.1",
179
+ "zustand": "4.3.2"
180
+ }
181
+ }
package/types.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+
3
+ export const WelcomeScreen = React.FC<{}>;