aq-fe-framework 0.1.178 → 0.1.180

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,140 +1,140 @@
1
- {
2
- "name": "aq-fe-framework",
3
- "exports": {
4
- "./utils": {
5
- "import": "./dist/utils/index.mjs",
6
- "types": "./dist/utils/index.d.mts"
7
- },
8
- "./components": {
9
- "import": "./dist/components/index.mjs",
10
- "types": "./dist/components/index.d.mts"
11
- },
12
- "./stores": {
13
- "import": "./dist/stores/index.mjs",
14
- "types": "./dist/stores/index.d.mts"
15
- },
16
- "./modules-features": {
17
- "import": "./dist/modules-features/index.mjs",
18
- "types": "./dist/modules-features/index.d.mts"
19
- },
20
- "./hooks": {
21
- "import": "./dist/hooks/index.mjs",
22
- "types": "./dist/hooks/index.d.mts"
23
- }
24
- },
25
- "version": "0.1.178",
26
- "private": false,
27
- "files": [
28
- "dist"
29
- ],
30
- "scripts": {
31
- "deploy": "node deploy.js",
32
- "update-mantine": "npx npm-check-updates @mantine/* @mantinex/* postcss-preset-mantine -u",
33
- "dev": "next dev --turbopack -p 3000",
34
- "build-next": "next build",
35
- "gen": "barrelsby --config barrelsby.json",
36
- "build": "tsup --tsconfig tsconfig.lib.json && cpx \"src/**/*.module.css\" dist",
37
- "start": "next start",
38
- "lint": "next lint",
39
- "debug": "next dev -p 3003"
40
- },
41
- "dependencies": {
42
- "@fullcalendar/core": "^6.1.15",
43
- "@fullcalendar/daygrid": "^6.1.15",
44
- "@fullcalendar/react": "^6.1.15",
45
- "@mantine/carousel": "^8.0.0",
46
- "@mantine/charts": "^8.0.0",
47
- "@mantine/code-highlight": "^8.0.0",
48
- "@mantine/core": "^8.0.0",
49
- "@mantine/dates": "^8.0.0",
50
- "@mantine/dropzone": "^8.0.0",
51
- "@mantine/form": "^8.0.0",
52
- "@mantine/hooks": "^8.0.0",
53
- "@mantine/modals": "^8.0.0",
54
- "@mantine/notifications": "^8.0.0",
55
- "@mantine/nprogress": "^8.0.0",
56
- "@mantine/spotlight": "^8.0.0",
57
- "@mantine/tiptap": "^8.0.0",
58
- "@mantinex/mantine-logo": "^2.0.0",
59
- "@schedule-x/event-modal": "^2.12.1",
60
- "@schedule-x/events-service": "^2.28.0",
61
- "@schedule-x/react": "^2.28.0",
62
- "@schedule-x/theme-default": "^2.28.0",
63
- "@tabler/icons-react": "^3.26.0",
64
- "@tanstack/react-query": "^5.62.8",
65
- "@tanstack/react-query-devtools": "^5.69.0",
66
- "@tiptap-pro/extension-file-handler": "^2.14.0",
67
- "@tiptap/extension-highlight": "^2.9.1",
68
- "@tiptap/extension-image": "^2.9.1",
69
- "@tiptap/extension-link": "^2.9.1",
70
- "@tiptap/extension-subscript": "^2.9.1",
71
- "@tiptap/extension-superscript": "^2.9.1",
72
- "@tiptap/extension-text-align": "^2.9.1",
73
- "@tiptap/extension-underline": "^2.9.1",
74
- "@tiptap/pm": "^2.9.1",
75
- "@tiptap/react": "^2.9.1",
76
- "@tiptap/starter-kit": "^2.9.1",
77
- "autoprefixer": "^10.4.20",
78
- "axios": "^1.7.7",
79
- "clsx": "^2.1.1",
80
- "dayjs": "^1.11.13",
81
- "docxtemplater": "^3.54.1",
82
- "embla-carousel-react": "^7.1.0",
83
- "esbuild-css-modules-plugin": "^3.1.4",
84
- "exceljs": "^4.4.0",
85
- "export-to-csv": "^1.4.0",
86
- "file-saver": "^2.0.5",
87
- "framer-motion": "^11.11.11",
88
- "fs-extra": "^11.2.0",
89
- "glob": "^11.0.2",
90
- "json-server": "^1.0.0-beta.3",
91
- "ldrs": "^1.0.2",
92
- "lodash.debounce": "^4.0.8",
93
- "mantine-react-table": "^2.0.0-beta.7",
94
- "next": "15.0.3",
95
- "pako": "^2.1.0",
96
- "pizzip": "^3.1.7",
97
- "react": "^17.0.0 || ^18.0.0",
98
- "react-dom": "^17.0.0 || ^18.0.0",
99
- "react-to-print": "^3.0.6",
100
- "recharts": "^2.13.3",
101
- "sass": "^1.82.0",
102
- "tailwind-merge": "^2.5.4",
103
- "xlsx": "^0.18.5",
104
- "zustand": "^5.0.1"
105
- },
106
- "devDependencies": {
107
- "@types/file-saver": "^2.0.7",
108
- "@types/node": "^20.17.30",
109
- "@types/pako": "^2.0.3",
110
- "@types/react": "^18.3.20",
111
- "@types/react-dom": "^18",
112
- "barrelsby": "^2.8.1",
113
- "cpx": "^1.5.0",
114
- "esbuild-plugin-css-modules": "^0.3.0",
115
- "eslint": "^8",
116
- "eslint-config-next": "15.0.3",
117
- "postcss": "^8.5.3",
118
- "postcss-modules": "^6.0.1",
119
- "postcss-preset-mantine": "^1.17.0",
120
- "postcss-simple-vars": "^7.0.1",
121
- "tailwindcss": "^3.4.1",
122
- "tsup": "^8.4.0",
123
- "typescript": "^5.8.3"
124
- },
125
- "peerDependencies": {
126
- "react": "^17.0.0 || ^18.0.0",
127
- "react-dom": "^17.0.0 || ^18.0.0"
128
- },
129
- "description": "",
130
- "repository": {
131
- "type": "git",
132
- "url": "git+https://github.com/TranQuocThieu22/aq-fe-framework.git"
133
- },
134
- "author": "Quốc Thiệu",
135
- "license": "ISC",
136
- "bugs": {
137
- "url": "https://github.com/TranQuocThieu22/aq-fe-framework/issues"
138
- },
139
- "homepage": "https://github.com/TranQuocThieu22/aq-fe-framework#readme"
140
- }
1
+ {
2
+ "name": "aq-fe-framework",
3
+ "exports": {
4
+ "./utils": {
5
+ "import": "./dist/utils/index.mjs",
6
+ "types": "./dist/utils/index.d.mts"
7
+ },
8
+ "./components": {
9
+ "import": "./dist/components/index.mjs",
10
+ "types": "./dist/components/index.d.mts"
11
+ },
12
+ "./stores": {
13
+ "import": "./dist/stores/index.mjs",
14
+ "types": "./dist/stores/index.d.mts"
15
+ },
16
+ "./modules-features": {
17
+ "import": "./dist/modules-features/index.mjs",
18
+ "types": "./dist/modules-features/index.d.mts"
19
+ },
20
+ "./hooks": {
21
+ "import": "./dist/hooks/index.mjs",
22
+ "types": "./dist/hooks/index.d.mts"
23
+ }
24
+ },
25
+ "version": "0.1.180",
26
+ "private": false,
27
+ "files": [
28
+ "dist"
29
+ ],
30
+ "scripts": {
31
+ "deploy": "node deploy.js",
32
+ "update-mantine": "npx npm-check-updates @mantine/* @mantinex/* postcss-preset-mantine -u",
33
+ "dev": "next dev --turbopack -p 3000",
34
+ "build-next": "next build",
35
+ "gen": "barrelsby --config barrelsby.json",
36
+ "build": "tsup --tsconfig tsconfig.lib.json && cpx \"src/**/*.module.css\" dist",
37
+ "start": "next start",
38
+ "lint": "next lint",
39
+ "debug": "next dev -p 3003"
40
+ },
41
+ "dependencies": {
42
+ "@fullcalendar/core": "^6.1.15",
43
+ "@fullcalendar/daygrid": "^6.1.15",
44
+ "@fullcalendar/react": "^6.1.15",
45
+ "@mantine/carousel": "^8.0.0",
46
+ "@mantine/charts": "^8.0.0",
47
+ "@mantine/code-highlight": "^8.0.0",
48
+ "@mantine/core": "^8.0.0",
49
+ "@mantine/dates": "^8.0.0",
50
+ "@mantine/dropzone": "^8.0.0",
51
+ "@mantine/form": "^8.0.0",
52
+ "@mantine/hooks": "^8.0.0",
53
+ "@mantine/modals": "^8.0.0",
54
+ "@mantine/notifications": "^8.0.0",
55
+ "@mantine/nprogress": "^8.0.0",
56
+ "@mantine/spotlight": "^8.0.0",
57
+ "@mantine/tiptap": "^8.0.0",
58
+ "@mantinex/mantine-logo": "^2.0.0",
59
+ "@schedule-x/event-modal": "^2.12.1",
60
+ "@schedule-x/events-service": "^2.28.0",
61
+ "@schedule-x/react": "^2.28.0",
62
+ "@schedule-x/theme-default": "^2.28.0",
63
+ "@tabler/icons-react": "^3.26.0",
64
+ "@tanstack/react-query": "^5.62.8",
65
+ "@tanstack/react-query-devtools": "^5.69.0",
66
+ "@tiptap-pro/extension-file-handler": "^2.14.0",
67
+ "@tiptap/extension-highlight": "^2.9.1",
68
+ "@tiptap/extension-image": "^2.9.1",
69
+ "@tiptap/extension-link": "^2.9.1",
70
+ "@tiptap/extension-subscript": "^2.9.1",
71
+ "@tiptap/extension-superscript": "^2.9.1",
72
+ "@tiptap/extension-text-align": "^2.9.1",
73
+ "@tiptap/extension-underline": "^2.9.1",
74
+ "@tiptap/pm": "^2.9.1",
75
+ "@tiptap/react": "^2.9.1",
76
+ "@tiptap/starter-kit": "^2.9.1",
77
+ "autoprefixer": "^10.4.20",
78
+ "axios": "^1.7.7",
79
+ "clsx": "^2.1.1",
80
+ "dayjs": "^1.11.13",
81
+ "docxtemplater": "^3.54.1",
82
+ "embla-carousel-react": "^7.1.0",
83
+ "esbuild-css-modules-plugin": "^3.1.4",
84
+ "exceljs": "^4.4.0",
85
+ "export-to-csv": "^1.4.0",
86
+ "file-saver": "^2.0.5",
87
+ "framer-motion": "^11.11.11",
88
+ "fs-extra": "^11.2.0",
89
+ "glob": "^11.0.2",
90
+ "json-server": "^1.0.0-beta.3",
91
+ "ldrs": "^1.0.2",
92
+ "lodash.debounce": "^4.0.8",
93
+ "mantine-react-table": "^2.0.0-beta.7",
94
+ "next": "15.0.3",
95
+ "pako": "^2.1.0",
96
+ "pizzip": "^3.1.7",
97
+ "react": "^17.0.0 || ^18.0.0",
98
+ "react-dom": "^17.0.0 || ^18.0.0",
99
+ "react-to-print": "^3.0.6",
100
+ "recharts": "^2.13.3",
101
+ "sass": "^1.82.0",
102
+ "tailwind-merge": "^2.5.4",
103
+ "xlsx": "^0.18.5",
104
+ "zustand": "^5.0.1"
105
+ },
106
+ "devDependencies": {
107
+ "@types/file-saver": "^2.0.7",
108
+ "@types/node": "^20.17.30",
109
+ "@types/pako": "^2.0.3",
110
+ "@types/react": "^18.3.20",
111
+ "@types/react-dom": "^18",
112
+ "barrelsby": "^2.8.1",
113
+ "cpx": "^1.5.0",
114
+ "esbuild-plugin-css-modules": "^0.3.0",
115
+ "eslint": "^8",
116
+ "eslint-config-next": "15.0.3",
117
+ "postcss": "^8.5.3",
118
+ "postcss-modules": "^6.0.1",
119
+ "postcss-preset-mantine": "^1.17.0",
120
+ "postcss-simple-vars": "^7.0.1",
121
+ "tailwindcss": "^3.4.1",
122
+ "tsup": "^8.4.0",
123
+ "typescript": "^5.8.3"
124
+ },
125
+ "peerDependencies": {
126
+ "react": "^17.0.0 || ^18.0.0",
127
+ "react-dom": "^17.0.0 || ^18.0.0"
128
+ },
129
+ "description": "",
130
+ "repository": {
131
+ "type": "git",
132
+ "url": "git+https://github.com/TranQuocThieu22/aq-fe-framework.git"
133
+ },
134
+ "author": "Quốc Thiệu",
135
+ "license": "ISC",
136
+ "bugs": {
137
+ "url": "https://github.com/TranQuocThieu22/aq-fe-framework/issues"
138
+ },
139
+ "homepage": "https://github.com/TranQuocThieu22/aq-fe-framework#readme"
140
+ }