@flarehr/apollo-import-workspace-app 0.3.11183
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 +29 -0
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@flarehr/apollo-import-workspace-app",
|
|
3
|
+
"version": "0.3.11183",
|
|
4
|
+
"description": "Apollo Import Workspace App",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist/"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"postinstall": "dotnet tool restore",
|
|
12
|
+
"start": "dotnet fable watch src --runFast vite",
|
|
13
|
+
"build": "dotnet fable src --run vite build",
|
|
14
|
+
"clean": "dotnet fable clean src --yes"
|
|
15
|
+
},
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@preact/preset-vite": "^2.9.2",
|
|
18
|
+
"@tailwindcss/forms": "^0.5.9",
|
|
19
|
+
"autoprefixer": "^10.4.20",
|
|
20
|
+
"postcss": "^8.4.49",
|
|
21
|
+
"tailwindcss": "^3.4.15",
|
|
22
|
+
"vite": "^6.0.1"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"preact": "^10.25.0",
|
|
26
|
+
"preact-custom-element": "^4.3.0",
|
|
27
|
+
"use-sync-external-store": "^1.2.2"
|
|
28
|
+
}
|
|
29
|
+
}
|