@lystech/core 1.0.4 → 3.0.5

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 CHANGED
@@ -1,73 +1,73 @@
1
- {
2
- "name": "@lystech/core",
3
- "version": "1.0.4",
4
- "description": "Lystech Core contains essentials for lystech apps",
5
- "license": "ISC",
6
- "author": "",
7
- "type": "module",
8
- "main": "dist/lystech-core-provider.umd.js",
9
- "module": "dist/lystech-core-provider.es.js",
10
- "types": "dist/index.d.ts",
11
- "publishConfig": {
12
- "access": "public"
13
- },
14
- "files": [
15
- "dist",
16
- "bin"
17
- ],
18
- "scripts": {
19
- "test": "echo \"Error: no test specified\" && exit 1",
20
- "build": "vite build",
21
- "dev": "vite --config vite.config.dev.ts",
22
- "preview": "vite preview --config vite.config.dev.ts",
23
- "deploy": "deploy.bat",
24
- "check-pwa": "node ./bin/check-pwa.cjs",
25
- "setup-github-action": "node ./bin/setup-github-action.cjs",
26
- "setup-auto-update-workflow": "node ./bin/setup-github-action.cjs"
27
- },
28
- "dependencies": {
29
- "@mantine/core": "^8.1.3",
30
- "@mantine/dates": "^8.1.3",
31
- "@paypal/react-paypal-js": "^8.8.3",
32
- "@phosphor-icons/react": "^2.1.10",
33
- "@react-oauth/google": "^0.12.1",
34
- "@tanstack/react-query": "^4.35.0",
35
- "antd": "^5.12.8",
36
- "axios": "^1.0.0",
37
- "firebase": "^9.9.4",
38
- "jwt-decode": "^4.0.0",
39
- "moment": "^2.30.1",
40
- "react-countup": "^6.5.3",
41
- "vite-plugin-dts": "^4.5.4"
42
- },
43
- "devDependencies": {
44
- "@types/moment": "^2.11.29",
45
- "@types/node": "^24.0.12",
46
- "@types/react": "^19.1.8",
47
- "@vitejs/plugin-react": "^4.6.0",
48
- "react": "^18.3.1",
49
- "react-dom": "^18.2.0",
50
- "sass-embedded": "^1.89.2",
51
- "typescript": "^5.8.3",
52
- "vite": "^5.4.19"
53
- },
54
- "peerDependencies": {
55
- "react": "^18.3.1",
56
- "react-dom": "^18.2.0",
57
- "react-router-dom": "^6.0.0"
58
- },
59
- "keywords": [
60
- "react",
61
- "provider",
62
- "context",
63
- "lystech",
64
- "vite"
65
- ],
66
- "bin": {
67
- "check-pwa": "bin/check-pwa.cjs",
68
- "lystech-attach": "bin/attach.cjs",
69
- "lystech-setup-github-action": "bin/setup-github-action.cjs",
70
- "lystech-auto-update-init": "bin/setup-github-action.cjs",
71
- "lystechcorenpmpackage": "bin/setup-github-action.cjs"
72
- }
73
- }
1
+ {
2
+ "name": "@lystech/core",
3
+ "version": "3.0.5",
4
+ "description": "Lystech Core contains essentials for lystech apps",
5
+ "license": "ISC",
6
+ "author": "",
7
+ "type": "module",
8
+ "main": "dist/lystech-core-provider.umd.js",
9
+ "module": "dist/lystech-core-provider.es.js",
10
+ "types": "dist/index.d.ts",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "files": [
15
+ "dist",
16
+ "bin"
17
+ ],
18
+ "scripts": {
19
+ "test": "echo \"Error: no test specified\" && exit 1",
20
+ "build": "vite build",
21
+ "dev": "vite --config vite.config.dev.ts",
22
+ "preview": "vite preview --config vite.config.dev.ts",
23
+ "deploy": "deploy.bat",
24
+ "check-pwa": "node ./bin/check-pwa.cjs",
25
+ "setup-github-action": "node ./bin/setup-github-action.cjs",
26
+ "setup-auto-update-workflow": "node ./bin/setup-github-action.cjs"
27
+ },
28
+ "dependencies": {
29
+ "@mantine/core": "^8.1.3",
30
+ "@mantine/dates": "^8.1.3",
31
+ "@paypal/react-paypal-js": "^8.8.3",
32
+ "@phosphor-icons/react": "^2.1.10",
33
+ "@react-oauth/google": "^0.12.1",
34
+ "@tanstack/react-query": "^4.35.0",
35
+ "antd": "^5.12.8",
36
+ "axios": "^1.0.0",
37
+ "firebase": "^9.9.4",
38
+ "jwt-decode": "^4.0.0",
39
+ "moment": "^2.30.1",
40
+ "react-countup": "^6.5.3",
41
+ "vite-plugin-dts": "^4.5.4"
42
+ },
43
+ "devDependencies": {
44
+ "@types/moment": "^2.11.29",
45
+ "@types/node": "^24.0.12",
46
+ "@types/react": "^19.1.8",
47
+ "@vitejs/plugin-react": "^4.6.0",
48
+ "react": "^18.3.1",
49
+ "react-dom": "^18.2.0",
50
+ "sass-embedded": "^1.89.2",
51
+ "typescript": "^5.8.3",
52
+ "vite": "^5.4.19"
53
+ },
54
+ "peerDependencies": {
55
+ "react": "^18.3.1",
56
+ "react-dom": "^18.2.0",
57
+ "react-router-dom": "^6.0.0"
58
+ },
59
+ "keywords": [
60
+ "react",
61
+ "provider",
62
+ "context",
63
+ "lystech",
64
+ "vite"
65
+ ],
66
+ "bin": {
67
+ "check-pwa": "bin/check-pwa.cjs",
68
+ "lystech-attach": "bin/attach.cjs",
69
+ "lystech-setup-github-action": "bin/setup-github-action.cjs",
70
+ "lystech-auto-update-init": "bin/setup-github-action.cjs",
71
+ "lystechcorenpmpackage": "bin/setup-github-action.cjs"
72
+ }
73
+ }