@viswa-test/creative-workspace-ui-component 0.0.84 → 0.0.85
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 +12 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viswa-test/creative-workspace-ui-component",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "0.0.85",
|
|
4
|
+
"author": "Priyanshu Gupta",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
|
-
"start": "
|
|
27
|
+
"start": "craco start",
|
|
28
28
|
"clean": "rm -rf dist",
|
|
29
29
|
"build": "npm run clean && rollup -c && npm run copy:styles",
|
|
30
30
|
"copy:styles": "mkdir -p dist/features/lsc-guidelines dist/cjs/features/lsc-guidelines && cp src/features/lsc-guidelines/theme.css dist/features/lsc-guidelines/theme.css && cp src/features/lsc-guidelines/theme.css dist/cjs/features/lsc-guidelines/theme.css",
|
|
@@ -127,28 +127,29 @@
|
|
|
127
127
|
"typescript": "4.9.5"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
|
-
"@
|
|
130
|
+
"@mui/material": "^6.5.0",
|
|
131
|
+
"@mui/icons-material": "^6.5.0",
|
|
132
|
+
"@mui/x-date-pickers": "^7.29.4",
|
|
131
133
|
"@emotion/react": "^11.14.0",
|
|
132
134
|
"@emotion/styled": "^11.14.1",
|
|
135
|
+
"framer-motion": "^12.42.0",
|
|
133
136
|
"@monaco-editor/react": "^4.7.0",
|
|
134
|
-
"@mui/icons-material": "^6.5.0",
|
|
135
|
-
"@mui/material": "^6.5.0",
|
|
136
|
-
"@mui/x-date-pickers": "^7.29.4",
|
|
137
137
|
"axios": "^1.7.9",
|
|
138
138
|
"dayjs": "^1.11.21",
|
|
139
|
-
"
|
|
139
|
+
"@e-llm-studio/requirement-ai": "^0.0.247",
|
|
140
140
|
"lucide-react": "^0.474.0",
|
|
141
141
|
"primeicons": "^7.0.0",
|
|
142
142
|
"primereact": "^10.9.7",
|
|
143
143
|
"react": "^18.3.1",
|
|
144
144
|
"react-dom": "^18.3.1",
|
|
145
|
+
"@tanstack/react-query": "^5.100.14",
|
|
145
146
|
"react-icons": "^5.3.0"
|
|
146
147
|
},
|
|
147
148
|
"dependencies": {
|
|
148
149
|
"@e-llm-studio/instant-learning": "^1.3.0-alpha.100",
|
|
149
150
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
150
|
-
"@tanstack/react-query": "^5.
|
|
151
|
-
"
|
|
152
|
-
"
|
|
151
|
+
"@tanstack/react-query": "^5.100.14",
|
|
152
|
+
"appsec-ui": "^1.0.7",
|
|
153
|
+
"@uiw/react-markdown-preview": "^5.1.4"
|
|
153
154
|
}
|
|
154
155
|
}
|