@automattic/agenttic-ui 0.1.2 → 0.1.3

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 +100 -101
package/package.json CHANGED
@@ -1,102 +1,101 @@
1
1
  {
2
- "name": "@automattic/agenttic-ui",
3
- "version": "0.1.2",
4
- "type": "module",
5
- "description": "UI components for the Agenttic framework",
6
- "main": "dist/index.js",
7
- "module": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js"
13
- },
14
- "./index.css": "./dist/index.css"
15
- },
16
- "files": [
17
- "dist",
18
- "README.md"
19
- ],
20
- "scripts": {
21
- "build": "pnpm run clean && vite build && tsc --project tsconfig.json --emitDeclarationOnly",
22
- "dev": "vite",
23
- "clean": "rm -rf dist",
24
- "type-check": "tsc --noEmit",
25
- "lint": "wp-scripts lint-js src --ext .ts,.tsx",
26
- "lint:fix": "wp-scripts lint-js src --ext .ts,.tsx --fix",
27
- "test": "vitest run",
28
- "prepublishOnly": "pnpm run build",
29
- "storybook": "storybook dev -p 6006",
30
- "build-storybook": "storybook build -o storybook-static",
31
- "i18n:extract": "npx --no-install @wordpress/i18n-command make-pot src --output=languages/a8c-agenttic.pot --domain=a8c-agenttic",
32
- "i18n:update": "npx --no-install @wordpress/i18n-command make-json languages --domain=a8c-agenttic"
33
- },
34
- "keywords": [
35
- "agenttic",
36
- "ui",
37
- "components",
38
- "react",
39
- "typescript",
40
- "ai",
41
- "agent"
42
- ],
43
- "author": "Automattic",
44
- "license": "MIT",
45
- "engines": {
46
- "node": ">=18.0.0"
47
- },
48
- "devDependencies": {
49
- "@automattic/charts": "^0.14.0",
50
- "@mdx-js/react": "^3.1.0",
51
- "@storybook/addon-a11y": "^9.0.18",
52
- "@storybook/addon-docs": "^9.0.18",
53
- "@storybook/addon-essentials": "9.0.0-alpha.12",
54
- "@storybook/addon-links": "^9.0.18",
55
- "@storybook/addon-onboarding": "^9.0.18",
56
- "@storybook/blocks": "9.0.0-alpha.17",
57
- "@storybook/manager-api": "^8.6.14",
58
- "@storybook/react": "^9.0.18",
59
- "@storybook/react-vite": "^9.0.18",
60
- "@storybook/test": "9.0.0-alpha.2",
61
- "@types/node": "^20.0.0",
62
- "@types/react": "^18.0.0",
63
- "@types/react-dom": "^18.0.0",
64
- "@wordpress/prettier-config": "^4.2.0",
65
- "@wordpress/scripts": "^27.9.0",
66
- "autoprefixer": "^10.4.0",
67
- "eslint-import-resolver-typescript": "^4.4.4",
68
- "jsdom": "^24.0.0",
69
- "postcss": "^8.4.0",
70
- "storybook": "^9.0.18",
71
- "typescript": "^5.0.0",
72
- "vite": "^5.0.0",
73
- "vite-plugin-lib-inject-css": "^2.2.2",
74
- "vitest": "^1.0.0"
75
- },
76
- "dependencies": {
77
- "@automattic/agenttic-client": "workspace:*",
78
- "@radix-ui/react-scroll-area": "^1.2.9",
79
- "@radix-ui/react-slot": "^1.2.3",
80
- "@visx/xychart": "^3.12.0",
81
- "@wordpress/data": "^10.0.0",
82
- "@wordpress/element": "^6.24.0",
83
- "@wordpress/i18n": "^6.1.0",
84
- "class-variance-authority": "^0.7.1",
85
- "clsx": "^2.1.1",
86
- "framer-motion": "^12.23.0",
87
- "lucide-react": "^0.525.0",
88
- "react": "^18.0.0",
89
- "react-dom": "^18.0.0",
90
- "react-markdown": "^10.1.0",
91
- "react-textarea-autosize": "^8.5.9"
92
- },
93
- "peerDependencies": {
94
- "@automattic/charts": "^0.14.0",
95
- "react": "^18.0.0",
96
- "react-dom": "^18.0.0"
97
- },
98
- "publishConfig": {
99
- "access": "public",
100
- "branch": "trunk"
101
- }
102
- }
2
+ "name": "@automattic/agenttic-ui",
3
+ "version": "0.1.3",
4
+ "type": "module",
5
+ "description": "UI components for the Agenttic framework",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js"
13
+ },
14
+ "./index.css": "./dist/index.css"
15
+ },
16
+ "files": [
17
+ "dist",
18
+ "README.md"
19
+ ],
20
+ "keywords": [
21
+ "agenttic",
22
+ "ui",
23
+ "components",
24
+ "react",
25
+ "typescript",
26
+ "ai",
27
+ "agent"
28
+ ],
29
+ "author": "Automattic",
30
+ "license": "MIT",
31
+ "engines": {
32
+ "node": ">=18.0.0"
33
+ },
34
+ "devDependencies": {
35
+ "@automattic/charts": "^0.14.0",
36
+ "@mdx-js/react": "^3.1.0",
37
+ "@storybook/addon-a11y": "^9.0.18",
38
+ "@storybook/addon-docs": "^9.0.18",
39
+ "@storybook/addon-essentials": "9.0.0-alpha.12",
40
+ "@storybook/addon-links": "^9.0.18",
41
+ "@storybook/addon-onboarding": "^9.0.18",
42
+ "@storybook/blocks": "9.0.0-alpha.17",
43
+ "@storybook/manager-api": "^8.6.14",
44
+ "@storybook/react": "^9.0.18",
45
+ "@storybook/react-vite": "^9.0.18",
46
+ "@storybook/test": "9.0.0-alpha.2",
47
+ "@types/node": "^20.0.0",
48
+ "@types/react": "^18.0.0",
49
+ "@types/react-dom": "^18.0.0",
50
+ "@wordpress/prettier-config": "^4.2.0",
51
+ "@wordpress/scripts": "^27.9.0",
52
+ "autoprefixer": "^10.4.0",
53
+ "eslint-import-resolver-typescript": "^4.4.4",
54
+ "jsdom": "^24.0.0",
55
+ "postcss": "^8.4.0",
56
+ "storybook": "^9.0.18",
57
+ "typescript": "^5.0.0",
58
+ "vite": "^5.0.0",
59
+ "vite-plugin-lib-inject-css": "^2.2.2",
60
+ "vitest": "^1.0.0"
61
+ },
62
+ "dependencies": {
63
+ "@radix-ui/react-scroll-area": "^1.2.9",
64
+ "@radix-ui/react-slot": "^1.2.3",
65
+ "@visx/xychart": "^3.12.0",
66
+ "@wordpress/data": "^10.0.0",
67
+ "@wordpress/element": "^6.24.0",
68
+ "@wordpress/i18n": "^6.1.0",
69
+ "class-variance-authority": "^0.7.1",
70
+ "clsx": "^2.1.1",
71
+ "framer-motion": "^12.23.0",
72
+ "lucide-react": "^0.525.0",
73
+ "react": "^18.0.0",
74
+ "react-dom": "^18.0.0",
75
+ "react-markdown": "^10.1.0",
76
+ "react-textarea-autosize": "^8.5.9",
77
+ "@automattic/agenttic-client": "0.1.3"
78
+ },
79
+ "peerDependencies": {
80
+ "@automattic/charts": "^0.14.0",
81
+ "react": "^18.0.0",
82
+ "react-dom": "^18.0.0"
83
+ },
84
+ "publishConfig": {
85
+ "access": "public",
86
+ "branch": "trunk"
87
+ },
88
+ "scripts": {
89
+ "build": "pnpm run clean && vite build && tsc --project tsconfig.json --emitDeclarationOnly",
90
+ "dev": "vite",
91
+ "clean": "rm -rf dist",
92
+ "type-check": "tsc --noEmit",
93
+ "lint": "wp-scripts lint-js src --ext .ts,.tsx",
94
+ "lint:fix": "wp-scripts lint-js src --ext .ts,.tsx --fix",
95
+ "test": "vitest run",
96
+ "storybook": "storybook dev -p 6006",
97
+ "build-storybook": "storybook build -o storybook-static",
98
+ "i18n:extract": "npx --no-install @wordpress/i18n-command make-pot src --output=languages/a8c-agenttic.pot --domain=a8c-agenttic",
99
+ "i18n:update": "npx --no-install @wordpress/i18n-command make-json languages --domain=a8c-agenttic"
100
+ }
101
+ }