@deepsel/admin 0.1.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/dist/index.css +1 -0
- package/dist/index.js +36336 -0
- package/dist/index.js.map +1 -0
- package/package.json +134 -0
package/package.json
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@deepsel/admin",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.1.2",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public"
|
|
8
|
+
},
|
|
9
|
+
"main": "dist/index.js",
|
|
10
|
+
"module": "dist/index.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./style.css": "./dist/style.css"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"sideEffects": [
|
|
21
|
+
"*.css"
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"dev": "vite --host",
|
|
25
|
+
"build": "vite build",
|
|
26
|
+
"build:lib": "vite build --config vite.config.lib.js",
|
|
27
|
+
"lint": "eslint src/ --ext js,jsx,ts,tsx --report-unused-disable-directives",
|
|
28
|
+
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}'",
|
|
29
|
+
"format": "prettier --write .",
|
|
30
|
+
"format:check": "prettier --check .",
|
|
31
|
+
"preview": "vite preview"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"class-variance-authority": "^0.7.1",
|
|
35
|
+
"clsx": "^2.0.0",
|
|
36
|
+
"localforage": "^1.10.0",
|
|
37
|
+
"match-sorter": "^8.0.1",
|
|
38
|
+
"prop-types": "^15.8.1",
|
|
39
|
+
"qrcode": "^1.5.3",
|
|
40
|
+
"sort-by": "^0.0.2",
|
|
41
|
+
"tailwind-merge": "^2.0.0",
|
|
42
|
+
"tailwindcss-animate": "^1.0.7",
|
|
43
|
+
"uuid": "^11.1.0"
|
|
44
|
+
},
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"@capacitor/app": ">=7.0.0",
|
|
47
|
+
"@capacitor/core": ">=7.0.0",
|
|
48
|
+
"@capacitor/device": ">=7.0.0",
|
|
49
|
+
"@capacitor/preferences": ">=7.0.0",
|
|
50
|
+
"@emotion/react": ">=11.0.0",
|
|
51
|
+
"@emotion/styled": ">=11.0.0",
|
|
52
|
+
"@fortawesome/fontawesome-svg-core": ">=6.0.0",
|
|
53
|
+
"@fortawesome/free-brands-svg-icons": ">=6.0.0",
|
|
54
|
+
"@fortawesome/free-solid-svg-icons": ">=6.0.0",
|
|
55
|
+
"@fortawesome/react-fontawesome": ">=0.2.0",
|
|
56
|
+
"@hello-pangea/dnd": ">=18.0.0",
|
|
57
|
+
"@mantine/charts": ">=8.0.0",
|
|
58
|
+
"@mantine/core": ">=8.0.0",
|
|
59
|
+
"@mantine/dates": ">=8.0.0",
|
|
60
|
+
"@mantine/dropzone": ">=8.0.0",
|
|
61
|
+
"@mantine/form": ">=8.0.0",
|
|
62
|
+
"@mantine/hooks": ">=8.0.0",
|
|
63
|
+
"@mantine/modals": ">=8.0.0",
|
|
64
|
+
"@mantine/tiptap": ">=8.0.0",
|
|
65
|
+
"@mui/material": ">=5.0.0",
|
|
66
|
+
"@mui/x-data-grid": ">=5.0.0",
|
|
67
|
+
"@tiptap/core": ">=2.0.0",
|
|
68
|
+
"@tiptap/extension-color": ">=2.0.0",
|
|
69
|
+
"@tiptap/extension-details": ">=2.0.0",
|
|
70
|
+
"@tiptap/extension-details-content": ">=2.0.0",
|
|
71
|
+
"@tiptap/extension-details-summary": ">=2.0.0",
|
|
72
|
+
"@tiptap/extension-highlight": ">=2.0.0",
|
|
73
|
+
"@tiptap/extension-image": ">=2.0.0",
|
|
74
|
+
"@tiptap/extension-link": ">=2.0.0",
|
|
75
|
+
"@tiptap/extension-placeholder": ">=2.0.0",
|
|
76
|
+
"@tiptap/extension-subscript": ">=2.0.0",
|
|
77
|
+
"@tiptap/extension-superscript": ">=2.0.0",
|
|
78
|
+
"@tiptap/extension-table": ">=2.0.0",
|
|
79
|
+
"@tiptap/extension-table-cell": ">=2.0.0",
|
|
80
|
+
"@tiptap/extension-table-header": ">=2.0.0",
|
|
81
|
+
"@tiptap/extension-table-row": ">=2.0.0",
|
|
82
|
+
"@tiptap/extension-text-align": ">=2.0.0",
|
|
83
|
+
"@tiptap/extension-text-style": ">=2.0.0",
|
|
84
|
+
"@tiptap/extension-underline": ">=2.0.0",
|
|
85
|
+
"@tiptap/extension-youtube": ">=2.0.0",
|
|
86
|
+
"@tiptap/pm": ">=2.0.0",
|
|
87
|
+
"@tiptap/react": ">=2.0.0",
|
|
88
|
+
"@tiptap/starter-kit": ">=2.0.0",
|
|
89
|
+
"dayjs": ">=1.11.0",
|
|
90
|
+
"i18next": ">=25.0.0",
|
|
91
|
+
"i18next-browser-languagedetector": ">=8.0.0",
|
|
92
|
+
"i18next-http-backend": ">=3.0.0",
|
|
93
|
+
"lodash": ">=4.17.0",
|
|
94
|
+
"prismjs": ">=1.29.0",
|
|
95
|
+
"react": ">=18.0.0",
|
|
96
|
+
"react-device-detect": ">=2.0.0",
|
|
97
|
+
"react-dom": ">=18.0.0",
|
|
98
|
+
"react-helmet": ">=6.0.0",
|
|
99
|
+
"react-i18next": ">=13.0.0",
|
|
100
|
+
"react-router-dom": ">=7.0.0",
|
|
101
|
+
"react-simple-code-editor": ">=0.14.0",
|
|
102
|
+
"recharts": ">=2.0.0",
|
|
103
|
+
"tiptap-extension-font-size": ">=1.0.0",
|
|
104
|
+
"zustand": ">=5.0.0"
|
|
105
|
+
},
|
|
106
|
+
"devDependencies": {
|
|
107
|
+
"@swc/core": "^1.15.17",
|
|
108
|
+
"@types/lodash": "^4.17.20",
|
|
109
|
+
"@types/node": "^22.15.17",
|
|
110
|
+
"@types/react": "^18.3.21",
|
|
111
|
+
"@types/react-dom": "^18.3.7",
|
|
112
|
+
"@types/react-helmet": "^6.1.11",
|
|
113
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
114
|
+
"autoprefixer": "^10.4.21",
|
|
115
|
+
"eslint": "^8.45.0",
|
|
116
|
+
"eslint-config-prettier": "^9.1.0",
|
|
117
|
+
"eslint-plugin-prettier": "^5.4.0",
|
|
118
|
+
"eslint-plugin-react": "^7.37.5",
|
|
119
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
120
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
121
|
+
"eslint-plugin-unused-imports": "^4.1.3",
|
|
122
|
+
"postcss": "^8.5.3",
|
|
123
|
+
"postcss-preset-mantine": "^1.9.1",
|
|
124
|
+
"postcss-simple-vars": "^7.0.1",
|
|
125
|
+
"prettier": "^3.5.3",
|
|
126
|
+
"tailwindcss": "^3.3.3",
|
|
127
|
+
"terser": "^5.44.0",
|
|
128
|
+
"typescript": "^5.9.3",
|
|
129
|
+
"vite": "^6.3.5"
|
|
130
|
+
},
|
|
131
|
+
"optionalDependencies": {
|
|
132
|
+
"@rollup/rollup-linux-x64-musl": "4.9.5"
|
|
133
|
+
}
|
|
134
|
+
}
|