@tylertech/forge-ai 0.4.0 → 0.4.1

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 +59 -59
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tylertech/forge-ai",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A library of Tyler Forge™ AI chat interface web components.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Tyler Technologies, Inc.",
@@ -38,6 +38,63 @@
38
38
  "type": "git",
39
39
  "url": "git+https://github.com/tyler-technologies-oss/forge-ai.git"
40
40
  },
41
+ "dependencies": {
42
+ "@floating-ui/dom": "^1.7.4",
43
+ "@tylertech/tyler-icons": "2.0.4",
44
+ "lit": "3.3.1"
45
+ },
46
+ "peerDependencies": {
47
+ "@tylertech/forge": "^3.0.0"
48
+ },
49
+ "devDependencies": {
50
+ "@custom-elements-manifest/analyzer": "0.10.10",
51
+ "@esm-bundle/chai": "4.3.4-fix.0",
52
+ "@open-wc/testing": "4.0.0",
53
+ "@repo/prettier-config": "",
54
+ "@storybook/addon-a11y": "9.1.12",
55
+ "@storybook/addon-docs": "9.1.12",
56
+ "@storybook/addon-links": "9.1.12",
57
+ "@storybook/addon-themes": "9.1.12",
58
+ "@storybook/web-components-vite": "9.1.12",
59
+ "@tylertech/forge": "3.11.0",
60
+ "@tylertech/stylelint-rules": "5.1.2",
61
+ "@types/cssbeautify": "^0.3.5",
62
+ "@types/mocha": "10.0.10",
63
+ "@types/node": "24.8.0",
64
+ "@types/react": "^18.3.26",
65
+ "@types/sinon": "17.0.4",
66
+ "@ungap/structured-clone": "^1.3.0",
67
+ "@vueless/storybook-dark-mode": "9.0.9",
68
+ "@wc-toolkit/jsdoc-tags": "^1.1.0",
69
+ "@web/dev-server-esbuild": "1.0.4",
70
+ "@web/dev-server-rollup": "0.6.4",
71
+ "@web/test-runner": "0.20.2",
72
+ "@web/test-runner-commands": "0.9.0",
73
+ "@web/test-runner-junit-reporter": "0.8.0",
74
+ "@web/test-runner-playwright": "0.11.1",
75
+ "cssbeautify": "^0.3.1",
76
+ "custom-element-svelte-integration": "^1.2.0",
77
+ "custom-element-vuejs-integration": "^1.4.0",
78
+ "eslint": "9.37.0",
79
+ "glob": "11.0.3",
80
+ "lit-analyzer": "2.0.3",
81
+ "plop": "4.0.4",
82
+ "postcss-lit": "1.3.1",
83
+ "react": "^18.3.1",
84
+ "react-dom": "^18.3.1",
85
+ "react-ga4": "^2.1.0",
86
+ "remark-gfm": "4.0.1",
87
+ "rimraf": "6.0.1",
88
+ "sass": "1.93.2",
89
+ "sinon": "21.0.0",
90
+ "storybook": "9.1.12",
91
+ "stylelint": "16.25.0",
92
+ "stylelint-config-standard": "39.0.1",
93
+ "typescript": "~5.9.3",
94
+ "vite": "7.1.10",
95
+ "vite-plugin-dts": "4.5.4",
96
+ "vite-tsconfig-paths": "5.1.4"
97
+ },
41
98
  "scripts": {
42
99
  "dev": "vite src/dev/ -c vite.config.mts",
43
100
  "start": "pnpm run storybook",
@@ -61,62 +118,5 @@
61
118
  "test:ci": "wtr --group lib",
62
119
  "ci:package": "tar -czvhf deployment-assets.tar.gz -C cdn-deployment/@tylertech/forge-ai .",
63
120
  "plop": "plop"
64
- },
65
- "dependencies": {
66
- "@floating-ui/dom": "^1.7.4",
67
- "@tylertech/tyler-icons": "catalog:",
68
- "lit": "catalog:"
69
- },
70
- "peerDependencies": {
71
- "@tylertech/forge": "^3.0.0"
72
- },
73
- "devDependencies": {
74
- "@custom-elements-manifest/analyzer": "catalog:",
75
- "@esm-bundle/chai": "catalog:",
76
- "@open-wc/testing": "catalog:",
77
- "@repo/prettier-config": "workspace:",
78
- "@storybook/addon-a11y": "catalog:",
79
- "@storybook/addon-docs": "catalog:",
80
- "@storybook/addon-links": "catalog:",
81
- "@storybook/addon-themes": "catalog:",
82
- "@storybook/web-components-vite": "catalog:",
83
- "@tylertech/forge": "catalog:",
84
- "@tylertech/stylelint-rules": "catalog:",
85
- "@types/cssbeautify": "^0.3.5",
86
- "@types/mocha": "catalog:",
87
- "@types/node": "catalog:",
88
- "@types/react": "^18.3.26",
89
- "@types/sinon": "catalog:",
90
- "@ungap/structured-clone": "^1.3.0",
91
- "@vueless/storybook-dark-mode": "catalog:",
92
- "@wc-toolkit/jsdoc-tags": "^1.1.0",
93
- "@web/dev-server-esbuild": "catalog:",
94
- "@web/dev-server-rollup": "catalog:",
95
- "@web/test-runner": "catalog:",
96
- "@web/test-runner-commands": "catalog:",
97
- "@web/test-runner-junit-reporter": "catalog:",
98
- "@web/test-runner-playwright": "catalog:",
99
- "cssbeautify": "^0.3.1",
100
- "custom-element-svelte-integration": "^1.2.0",
101
- "custom-element-vuejs-integration": "^1.4.0",
102
- "eslint": "catalog:",
103
- "glob": "catalog:",
104
- "lit-analyzer": "catalog:",
105
- "plop": "catalog:",
106
- "postcss-lit": "catalog:",
107
- "react": "^18.3.1",
108
- "react-dom": "^18.3.1",
109
- "react-ga4": "^2.1.0",
110
- "remark-gfm": "catalog:",
111
- "rimraf": "catalog:",
112
- "sass": "catalog:",
113
- "sinon": "catalog:",
114
- "storybook": "catalog:",
115
- "stylelint": "catalog:",
116
- "stylelint-config-standard": "catalog:",
117
- "typescript": "~5.9.3",
118
- "vite": "catalog:",
119
- "vite-plugin-dts": "catalog:",
120
- "vite-tsconfig-paths": "catalog:"
121
121
  }
122
- }
122
+ }