@flarehr/apollo-super-selection-app 5.81.48082 → 5.82.52220

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 (1) hide show
  1. package/package.json +40 -40
package/package.json CHANGED
@@ -1,40 +1,40 @@
1
- {
2
- "name": "@flarehr/apollo-super-selection-app",
3
- "version": "5.81.48082",
4
- "type": "module",
5
- "files": [
6
- "dist/"
7
- ],
8
- "scripts": {
9
- "postinstall": "dotnet tool restore",
10
- "clean-win": "dotnet fable clean --yes & rmdir /s /q node_modules & rmdir /s /q .\\src\\bin & rmdir /s /q .\\src\\obj",
11
- "start": "dotnet fable watch ./src -s --run npx vite",
12
- "start-debug": "dotnet fable watch ./src -s --run npx vite --debug",
13
- "build": "dotnet fable ./src -s --run vite build --emptyOutDir",
14
- "test": "dotnet fable ./tests/SuperSelection.AppUI.Tests/ --define TEST && cross-env NODE_ENV=development vite build --config vite.tests.config.mjs --mode development && mocha ./dist-test/Program.fs.js -r jsdom-global/register"
15
- },
16
- "keywords": [],
17
- "author": "",
18
- "license": "UNLICENSED",
19
- "description": "Flare Super Selection Components",
20
- "dependencies": {
21
- "preact": "^10.24.0",
22
- "preact-custom-element": "^4.3.0",
23
- "use-sync-external-store": "^1.2.2"
24
- },
25
- "devDependencies": {
26
- "@preact/preset-vite": "^2.9.1",
27
- "@tailwindcss/forms": "^0.5.9",
28
- "@testing-library/react": "^15.0.7",
29
- "@testing-library/user-event": "^13.5.0",
30
- "autoprefixer": "^10.4.20",
31
- "cross-env": "^7.0.3",
32
- "cssnano": "^7.0.6",
33
- "jsdom": "^24.1.1",
34
- "jsdom-global": "^3.0.2",
35
- "mocha": "^9.2.2",
36
- "postcss": "^8.4.47",
37
- "tailwindcss": "^3.4.13",
38
- "vite": "^5.4.7"
39
- }
40
- }
1
+ {
2
+ "name": "@flarehr/apollo-super-selection-app",
3
+ "version": "5.82.52220",
4
+ "type": "module",
5
+ "files": [
6
+ "dist/"
7
+ ],
8
+ "scripts": {
9
+ "postinstall": "dotnet tool restore",
10
+ "clean-win": "dotnet fable clean --yes & rmdir /s /q node_modules & rmdir /s /q .\\src\\bin & rmdir /s /q .\\src\\obj",
11
+ "start": "dotnet fable watch ./src -s --run npx vite",
12
+ "start-debug": "dotnet fable watch ./src -s --run npx vite --debug",
13
+ "build": "dotnet fable ./src -s --run vite build --emptyOutDir",
14
+ "test": "dotnet fable ./tests/SuperSelection.AppUI.Tests/ --define TEST && cross-env NODE_ENV=development vite build --config vite.tests.config.mjs --mode development && mocha ./dist-test/Program.fs.js -r jsdom-global/register"
15
+ },
16
+ "keywords": [],
17
+ "author": "",
18
+ "license": "UNLICENSED",
19
+ "description": "Flare Super Selection Components",
20
+ "dependencies": {
21
+ "preact": "^10.24.0",
22
+ "preact-custom-element": "^4.3.0",
23
+ "use-sync-external-store": "^1.2.2"
24
+ },
25
+ "devDependencies": {
26
+ "@preact/preset-vite": "^2.9.1",
27
+ "@tailwindcss/forms": "^0.5.9",
28
+ "@testing-library/react": "^15.0.7",
29
+ "@testing-library/user-event": "^13.5.0",
30
+ "autoprefixer": "^10.4.20",
31
+ "cross-env": "^7.0.3",
32
+ "cssnano": "^7.0.6",
33
+ "jsdom": "^24.1.1",
34
+ "jsdom-global": "^3.0.2",
35
+ "mocha": "^9.2.2",
36
+ "postcss": "^8.4.47",
37
+ "tailwindcss": "^3.4.13",
38
+ "vite": "^5.4.7"
39
+ }
40
+ }