cft-builder 0.0.2
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 +30 -0
- package/dist/cft-builder.js +5 -0
- package/dist/cft-builder.umd.cjs +4305 -0
- package/dist/main-Den5NOMO.js +124895 -0
- package/dist/quill-dHyXsIRD.js +7040 -0
- package/dist/style.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +108 -0
package/dist/vite.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cft-builder",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/nazmulislam/GoEnterprise"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://github.com/nazmulislam/GoEnterprise#readme",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/nazmulislam/GoEnterprise/issues"
|
|
15
|
+
},
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public",
|
|
18
|
+
"registry": "https://registry.npmjs.org/"
|
|
19
|
+
},
|
|
20
|
+
"main": "./dist/cft-builder.umd.cjs",
|
|
21
|
+
"module": "./dist/cft-builder.js",
|
|
22
|
+
"exports": {
|
|
23
|
+
".": {
|
|
24
|
+
"import": "./dist/cft-builder.js",
|
|
25
|
+
"require": "./dist/cft-builder.umd.cjs"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"dev": "vite",
|
|
30
|
+
"prebuild": "rm -rf dist",
|
|
31
|
+
"build": "tsc && vite build",
|
|
32
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
33
|
+
"preview": "vite preview",
|
|
34
|
+
"prepublish": "npm run build"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"react": "^18.2.0",
|
|
38
|
+
"react-dom": "^18.2.0",
|
|
39
|
+
"vite-tsconfig-paths": "^4.3.1",
|
|
40
|
+
"@rpldy/chunked-uploady": "^1.8.1",
|
|
41
|
+
"@rpldy/upload-button": "^1.8.1",
|
|
42
|
+
"@rpldy/uploady": "^1.8.1",
|
|
43
|
+
"axios": "^1.7.2",
|
|
44
|
+
"classnames": "^2.5.1",
|
|
45
|
+
"dnd-core": "^16.0.1",
|
|
46
|
+
"dompurify": "^3.1.5",
|
|
47
|
+
"fbemitter": "^3.0.0",
|
|
48
|
+
"formik": "^2.4.6",
|
|
49
|
+
"lodash": "^4.17.21",
|
|
50
|
+
"moment": "^2.30.1",
|
|
51
|
+
"primeflex": "^3.3.1",
|
|
52
|
+
"primeicons": "^6.0.1",
|
|
53
|
+
"primereact": "10.5.1",
|
|
54
|
+
"quill": "^2.0.2",
|
|
55
|
+
"rc-progress": "^4.0.0",
|
|
56
|
+
"react-contenteditable": "^3.3.7",
|
|
57
|
+
"react-dnd": "^16.0.1",
|
|
58
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
59
|
+
"react-hot-loader": "^4.13.1",
|
|
60
|
+
"react-icons": "^5.2.1",
|
|
61
|
+
"react-json-pretty": "^2.2.0",
|
|
62
|
+
"react-phone-number-input": "^3.4.3",
|
|
63
|
+
"react-signature-canvas": "^1.0.6",
|
|
64
|
+
"sass": "^1.77.5",
|
|
65
|
+
"styled-components": "^6.1.11",
|
|
66
|
+
"swiper": "^11.1.4",
|
|
67
|
+
"uid": "^2.0.2",
|
|
68
|
+
"video.js": "^8.12.0"
|
|
69
|
+
},
|
|
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
|
+
"@babel/core": "^7.24.7",
|
|
83
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
84
|
+
"@babel/preset-env": "^7.24.7",
|
|
85
|
+
"@babel/preset-react": "^7.24.7",
|
|
86
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
87
|
+
"@hot-loader/react-dom": "^17.0.2",
|
|
88
|
+
|
|
89
|
+
"autoprefixer": "^10.4.19",
|
|
90
|
+
"babel-eslint": "^10.1.0",
|
|
91
|
+
"babel-loader": "^9.1.3",
|
|
92
|
+
"css-loader": "^7.1.2",
|
|
93
|
+
"html-webpack-plugin": "^5.6.0",
|
|
94
|
+
"lodash-webpack-plugin": "^0.11.6",
|
|
95
|
+
"mini-css-extract-plugin": "^2.9.0",
|
|
96
|
+
"node-sass": "^9.0.0",
|
|
97
|
+
"postcss": "^8.4.38",
|
|
98
|
+
"postcss-loader": "^8.1.1",
|
|
99
|
+
"react": "^18.3.1",
|
|
100
|
+
"react-dom": "^18.3.1",
|
|
101
|
+
"react-router-dom": "^6.23.1",
|
|
102
|
+
"sass-loader": "^14.2.1",
|
|
103
|
+
"style-loader": "^4.0.0",
|
|
104
|
+
"ts-loader": "^9.5.1",
|
|
105
|
+
"tslib": "^2.6.3"
|
|
106
|
+
|
|
107
|
+
}
|
|
108
|
+
}
|