cft-builder 0.0.15 → 0.0.16

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.
Files changed (2) hide show
  1. package/dist/style.css +1 -1
  2. package/package.json +22 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cft-builder",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -8,15 +8,15 @@
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/nazmulislam/GoEnterprise"
11
- },
12
- "homepage": "https://github.com/nazmulislam/GoEnterprise#readme",
13
- "bugs": {
11
+ },
12
+ "homepage": "https://github.com/nazmulislam/GoEnterprise#readme",
13
+ "bugs": {
14
14
  "url": "https://github.com/nazmulislam/GoEnterprise/issues"
15
- },
16
- "publishConfig": {
15
+ },
16
+ "publishConfig": {
17
17
  "access": "public",
18
18
  "registry": "https://registry.npmjs.org/"
19
- },
19
+ },
20
20
  "main": "./dist/cft-builder.umd.cjs",
21
21
  "module": "./dist/cft-builder.js",
22
22
  "exports": {
@@ -34,9 +34,6 @@
34
34
  "prepublish": "npm run build"
35
35
  },
36
36
  "dependencies": {
37
- "react": "^18.2.0",
38
- "react-dom": "^18.2.0",
39
- "vite-tsconfig-paths": "^4.3.1",
40
37
  "@rpldy/chunked-uploady": "^1.8.1",
41
38
  "@rpldy/upload-button": "^1.8.1",
42
39
  "@rpldy/uploady": "^1.8.1",
@@ -53,9 +50,11 @@
53
50
  "primereact": "10.5.1",
54
51
  "quill": "^2.0.2",
55
52
  "rc-progress": "^4.0.0",
53
+ "react": "^18.2.0",
56
54
  "react-contenteditable": "^3.3.7",
57
55
  "react-dnd": "^16.0.1",
58
56
  "react-dnd-html5-backend": "^16.0.1",
57
+ "react-dom": "^18.2.0",
59
58
  "react-hot-loader": "^4.13.1",
60
59
  "react-icons": "^5.2.1",
61
60
  "react-json-pretty": "^2.2.0",
@@ -65,31 +64,28 @@
65
64
  "styled-components": "^6.1.11",
66
65
  "swiper": "^11.1.4",
67
66
  "uid": "^2.0.2",
68
- "video.js": "^8.12.0"
67
+ "video.js": "^8.12.0",
68
+ "vite-tsconfig-paths": "^4.3.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@types/react": "^18.2.55",
72
- "@types/react-dom": "^18.2.19",
73
- "@typescript-eslint/eslint-plugin": "^6.21.0",
74
- "@typescript-eslint/parser": "^6.21.0",
75
- "@vitejs/plugin-react": "^4.2.1",
76
- "eslint": "^8.56.0",
77
- "eslint-plugin-react-hooks": "^4.6.0",
78
- "eslint-plugin-react-refresh": "^0.4.5",
79
- "typescript": "^5.2.2",
80
- "vite": "^5.1.0",
81
-
82
71
  "@babel/core": "^7.24.7",
83
72
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
84
73
  "@babel/preset-env": "^7.24.7",
85
74
  "@babel/preset-react": "^7.24.7",
86
75
  "@babel/preset-typescript": "^7.24.7",
87
76
  "@hot-loader/react-dom": "^17.0.2",
88
-
77
+ "@types/react": "^18.2.55",
78
+ "@types/react-dom": "^18.2.19",
79
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
80
+ "@typescript-eslint/parser": "^6.21.0",
81
+ "@vitejs/plugin-react": "^4.2.1",
89
82
  "autoprefixer": "^10.4.19",
90
83
  "babel-eslint": "^10.1.0",
91
84
  "babel-loader": "^9.1.3",
92
85
  "css-loader": "^7.1.2",
86
+ "eslint": "^8.56.0",
87
+ "eslint-plugin-react-hooks": "^4.6.0",
88
+ "eslint-plugin-react-refresh": "^0.4.5",
93
89
  "html-webpack-plugin": "^5.6.0",
94
90
  "lodash-webpack-plugin": "^0.11.6",
95
91
  "mini-css-extract-plugin": "^2.9.0",
@@ -102,7 +98,8 @@
102
98
  "sass-loader": "^14.2.1",
103
99
  "style-loader": "^4.0.0",
104
100
  "ts-loader": "^9.5.1",
105
- "tslib": "^2.6.3"
106
-
101
+ "tslib": "^2.6.3",
102
+ "typescript": "^5.2.2",
103
+ "vite": "^5.1.0"
107
104
  }
108
105
  }