@useparagon/connect 1.0.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.
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ <p align="center">
2
+ <a href="https://www.useparagon.com/" target="blank"><img src="../../static/paragon-banner.png" width="320" alt="Paragon Logo" /></a>
3
+ </p>
4
+
5
+ ## Description
6
+
7
+ Work on [Paragon](https://www.useparagon.com) tasks.
8
+
9
+ ## Running the app
10
+
11
+ ```bash
12
+ # development
13
+ $ yarn run start
14
+
15
+ ```
16
+
17
+ ## Test
18
+
19
+
package/package.json ADDED
@@ -0,0 +1,113 @@
1
+ {
2
+ "name": "@useparagon/connect",
3
+ "version": "1.0.0",
4
+ "description": "paragon connect npm package",
5
+ "main": "dist/src/index.js",
6
+ "scripts": {
7
+ "build:binary": "NODE_OPTIONS=--max-old-space-size=4096 pkg --public --output connect --targets node18 .",
8
+ "build": "yarn typecheck && yarn clean && webpack --config webpack.config.js",
9
+ "build:prod": "yarn typecheck && yarn clean && webpack --config webpack.config.js",
10
+ "build:watch": "yarn build --watch",
11
+ "clean": "rimraf coverage tmp dist",
12
+ "clean:hard": "yarn -s clean && rimraf node_modules shared",
13
+ "clean:server": "rimraf ./dist/src",
14
+ "format:check": "prettier --ignore-path=./prettierignore --config=prettier.config.js --check .",
15
+ "format": "prettier --ignore-path=./.prettierignore --write .",
16
+ "lint": "NODE_OPTIONS=--max-old-space-size=4096 yarn -s lint:cmd \"src{/**/,/}*.{js,jsx,ts,tsx}\"",
17
+ "lint:cmd": "eslint --no-error-on-unmatched-pattern -c ./.eslintrc.js --cache --cache-strategy content --cache-location ./eslintcache/ --quiet",
18
+ "lint:fix": "yarn -s lint --fix",
19
+ "lint:staged": "yarn -s lint:cmd --fix",
20
+ "prebuild": "yarn -s clean",
21
+ "start:dev": "concurrently \"yarn build:watch\" \"lite-server -c ./bs-config.js\"",
22
+ "start:prod": "node dist/src/index.js",
23
+ "test": "NODE_OPTIONS=--max-old-space-size=4096 jest",
24
+ "typecheck": "tsc -p tsconfig.json"
25
+ },
26
+ "dependencies": {
27
+ "browserify-zlib": "0.2.0",
28
+ "crypto-browserify": "^3.12.0",
29
+ "cryptr": "^6.0.1",
30
+ "https-browserify": "1.0.0",
31
+ "jwt-decode": "^3.1.2",
32
+ "process": "^0.11.10",
33
+ "react": "^17.0.2",
34
+ "react-dom": "^17.0.2",
35
+ "reactjs-popup": "^1.5.0",
36
+ "rxjs": "^7.3.0",
37
+ "snarkdown": "^2.0.0",
38
+ "source-map-support": "^0.5.19",
39
+ "sourcemapped-stacktrace": "^1.1.11",
40
+ "stacktrace-parser": "^0.1.8",
41
+ "stream-http": "^3.2.0",
42
+ "styled-components": "^5.2.1",
43
+ "timers-browserify": "^2.0.12",
44
+ "tslib": "2.3.1"
45
+ },
46
+ "devDependencies": {
47
+ "@babel/core": "^7.12.3",
48
+ "@babel/preset-env": "^7.12.1",
49
+ "@babel/preset-react": "^7.12.5",
50
+ "@darraghor/eslint-plugin-nestjs-typed": "^3.9.1",
51
+ "@testing-library/jest-dom": "^5.14.1",
52
+ "@testing-library/react": "^12.1.0",
53
+ "@testing-library/user-event": "^14.4.3",
54
+ "@types/cls-hooked": "^4.3.3",
55
+ "@types/jest": "^29.5.0",
56
+ "@types/node": "^18.13.0",
57
+ "@types/object-hash": "^2.2.1",
58
+ "@types/react": "^17.0.11",
59
+ "@types/react-dom": "^17.0.8",
60
+ "@types/styled-components": "^5.1.9",
61
+ "@types/webpack-env": "^1.15.3",
62
+ "@typescript-eslint/eslint-plugin": "^5.21.0",
63
+ "@typescript-eslint/eslint-plugin-tslint": "^5.21.0",
64
+ "@typescript-eslint/parser": "^5.21.0",
65
+ "babel-loader": "^8.2.1",
66
+ "buffer": "^6.0.3",
67
+ "concurrently": "^6.2.0",
68
+ "dotenv-webpack": "^7.0.3",
69
+ "eslint": "^8.14.0",
70
+ "eslint-config-prettier": "^8.5.0",
71
+ "eslint-plugin-import": "^2.26.0",
72
+ "eslint-plugin-jest": "^27.0.1",
73
+ "eslint-plugin-local-rules": "^1.1.0",
74
+ "eslint-plugin-react": "^7.29.4",
75
+ "eslint-plugin-react-hooks": "^4.4.0",
76
+ "eslint-plugin-unicorn": "^41.0.0",
77
+ "filemanager-webpack-plugin": "^3.0.0-alpha.7",
78
+ "jest": "^27.0.6",
79
+ "jest-fetch-mock": "useparagon/jest-fetch-mock.git#3.0.4",
80
+ "jest-json": "^1.0.4",
81
+ "jest-json-reporter2": "^1.1.0",
82
+ "jsonwebtoken": "^8.5.1",
83
+ "node-notifier": "^10.0.0",
84
+ "nyc": "^15.1.0",
85
+ "pkg": "^5.8.1",
86
+ "prettier": "^2.2.1",
87
+ "process": "^0.11.10",
88
+ "rimraf": "^3.0.2",
89
+ "stream-browserify": "^3.0.0",
90
+ "stripe": "^8.67.0",
91
+ "ts-jest": "^27.0.5",
92
+ "ts-loader": "^6.2.1",
93
+ "ts-node": "^10.0.0",
94
+ "tsconfig-paths": "^3.9.0",
95
+ "tsconfig-paths-webpack-plugin": "^3.2.0",
96
+ "tslint": "6.1.2",
97
+ "typescript": "^4.4.4",
98
+ "util": "^0.12.4",
99
+ "vm-browserify": "^1.1.2",
100
+ "webpack": "^5.75.0",
101
+ "webpack-bundle-analyzer": "^4.3.0",
102
+ "webpack-cli": "^4.2.0"
103
+ },
104
+ "license": "UNLICENSED",
105
+ "pkg": {
106
+ "scripts": "./dist/**/*.js",
107
+ "assets": [
108
+ "./node_modules/**/*",
109
+ "./dist/src/**/*",
110
+ "./dist/**/*.json"
111
+ ]
112
+ }
113
+ }