-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 894 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "agentic-ui-monorepo",
"private": true,
"version": "0.1.0",
"license": "MIT",
"workspaces": [
"packages/core",
"packages/components",
"packages/docs"
],
"scripts": {
"dev": "yarn workspace docs dev",
"build": "yarn workspaces run build",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"test": "yarn workspaces run test",
"publish-packages": "yarn workspaces run publish"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.0",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
},
"description": "Agentic UI Kit Open-Source",
"main": "index.js",
"repository": "https://github.com/Qredence/Agentic-UI.git",
"author": "\"Zachary\" <[email protected]>"
}