@flarehr/apollo-customer-workplace-link 1.45.33943 → 1.46.34535
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/build/assets/check-b48de75e.svg +3 -0
- package/build/assets/left-arrow-38f55b24.svg +1 -0
- package/build/bundle.esm.js +1649 -94
- package/package.json +29 -60
- package/build/bundle.esm.js.map +0 -1
- package/build/bundle.js +0 -2
- package/build/bundle.js.map +0 -1
- package/build/index.html +0 -1
- package/build/polyfills.esm.js +0 -2
- package/build/polyfills.esm.js.map +0 -1
- package/build/polyfills.js +0 -2
- package/build/polyfills.js.map +0 -1
- package/build/push-manifest.json +0 -1
- /package/build/assets/{apple-store-badge.svg → apple-store-badge-a26fc5b3.svg} +0 -0
- /package/build/assets/{cross-icon.svg → cross-icon-bd6b1cff.svg} +0 -0
- /package/build/assets/{fireworks.png → fireworks-ab74a101.png} +0 -0
- /package/build/assets/{google-play-badge.png → google-play-badge-215e4644.png} +0 -0
package/package.json
CHANGED
|
@@ -1,80 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarehr/apollo-customer-workplace-link",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.46.34535",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "build/bundle.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"build"
|
|
8
8
|
],
|
|
9
|
-
"
|
|
10
|
-
"twin": {
|
|
11
|
-
"preset": "goober"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
9
|
+
"type": "module",
|
|
14
10
|
"scripts": {
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"serve": "sirv build --port 7070 --cors --single",
|
|
18
|
-
"dev": "preact watch --template src/template.local.html",
|
|
19
|
-
"dev:built": "preact watch --template src/template.built.html",
|
|
11
|
+
"dev": "vite",
|
|
12
|
+
"build": "tsc && vite build",
|
|
20
13
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx && tsc --noemit --skipLibCheck",
|
|
21
|
-
"
|
|
22
|
-
"prepare": "cd ../.. && husky install git-hooks/.husky"
|
|
14
|
+
"preview": "vite preview"
|
|
23
15
|
},
|
|
24
16
|
"dependencies": {
|
|
17
|
+
"@headlessui/react": "^1.7.17",
|
|
25
18
|
"@openid/appauth": "^1.3.1",
|
|
26
|
-
"axios": "^
|
|
27
|
-
"firebase": "^
|
|
28
|
-
"goober": "^2.
|
|
29
|
-
"jwt-decode": "^
|
|
30
|
-
"preact": "^10.
|
|
31
|
-
"preact-custom-element": "^4.
|
|
32
|
-
"
|
|
33
|
-
"preact-router": "^3.2.1",
|
|
34
|
-
"qrcode.react": "^1.0.1"
|
|
19
|
+
"axios": "^1.6.0",
|
|
20
|
+
"firebase": "^10.5.2",
|
|
21
|
+
"goober": "^2.1.13",
|
|
22
|
+
"jwt-decode": "^4.0.0",
|
|
23
|
+
"preact": "^10.16.0",
|
|
24
|
+
"preact-custom-element": "^4.3.0",
|
|
25
|
+
"qrcode.react": "^3.1.0"
|
|
35
26
|
},
|
|
36
27
|
"devDependencies": {
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"@testing-library/preact": "^2.0.1",
|
|
43
|
-
"@types/jest": "^27.0.3",
|
|
44
|
-
"@types/preact-custom-element": "^4.0.1",
|
|
45
|
-
"@types/qrcode.react": "^1.0.2",
|
|
46
|
-
"@types/styled-components": "^5.1.15",
|
|
47
|
-
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
48
|
-
"@typescript-eslint/parser": "^5.3.0",
|
|
49
|
-
"axios-mock-adapter": "^1.20.0",
|
|
50
|
-
"babel-jest": "^27.3.1",
|
|
51
|
-
"babel-plugin-macros": "^3.1.0",
|
|
52
|
-
"babel-plugin-transform-goober": "^1.2.0",
|
|
53
|
-
"base64-inline-loader": "^2.0.1",
|
|
54
|
-
"enzyme": "^3.11.0",
|
|
55
|
-
"enzyme-adapter-preact-pure": "^3.1.0",
|
|
56
|
-
"eslint": "^8.1.0",
|
|
28
|
+
"@preact/preset-vite": "^2.5.0",
|
|
29
|
+
"@types/preact-custom-element": "^4.0.3",
|
|
30
|
+
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
31
|
+
"autoprefixer": "^10.4.16",
|
|
32
|
+
"eslint": "^8.52.0",
|
|
57
33
|
"eslint-config-preact": "^1.3.0",
|
|
58
|
-
"eslint-config-prettier": "^
|
|
59
|
-
"eslint-plugin-
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"preact-cli": "^3.3.1",
|
|
69
|
-
"prettier": "2.4.1",
|
|
70
|
-
"sirv-cli": "^1.0.0-next.3",
|
|
71
|
-
"tailwindcss": "^2.2.19",
|
|
72
|
-
"ts-jest": "^27.0.7",
|
|
73
|
-
"twin.macro": "^2.8.1",
|
|
74
|
-
"typescript": "^4.5.2"
|
|
34
|
+
"eslint-config-prettier": "^9.0.0",
|
|
35
|
+
"eslint-plugin-jest": "^27.6.0",
|
|
36
|
+
"jest": "^29.7.0",
|
|
37
|
+
"prettier": "^3.0.3",
|
|
38
|
+
"tailwindcss": "^3.3.5",
|
|
39
|
+
"terser": "^5.24.0",
|
|
40
|
+
"twin.macro": "^3.4.0",
|
|
41
|
+
"typescript": "^5.0.2",
|
|
42
|
+
"vite": "^4.4.5",
|
|
43
|
+
"vite-plugin-babel-macros": "^1.0.6"
|
|
75
44
|
},
|
|
76
45
|
"lint-staged": {
|
|
77
|
-
"*.{js,jsx,ts,tsx}": "eslint --fix",
|
|
46
|
+
"!(*.d).{js,jsx,ts,tsx}": "eslint --fix",
|
|
78
47
|
"*.{ts,tsx,js,css,md}": "prettier --write"
|
|
79
48
|
}
|
|
80
49
|
}
|