-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.89 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.89 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "elements",
"version": "0.1.20",
"description": "The world's first AI-expandable component library - production-ready components with intelligent architecture for instant AI-powered contributions",
"private": true,
"author": "BitByBit-B3 <https://github.com/BitByBit-B3>",
"contributors": [
"Thilina2468 (https://github.com/Thilina2468)",
"YasogaN (https://github.com/YasogaN)",
"Sithumli (https://github.com/Sithumli)",
"Methika1234 (https://github.com/Methika1234)",
"Thanukamax (https://github.com/Thanukamax)",
"d3varaja (https://github.com/d3varaja)"
],
"repository": {
"type": "git",
"url": "https://github.com/BitByBit-B3/elements"
},
"homepage": "https://bitbybit-b3.github.io/elements",
"bugs": {
"url": "https://github.com/BitByBit-B3/elements/issues"
},
"keywords": [
"react",
"ui",
"components",
"tailwind",
"tailwindcss",
"design-system",
"component-library",
"radix-ui",
"ai-expandable",
"ai-powered",
"expandable",
"intelligent-architecture",
"fast-contributions",
"auto-scaling",
"framework-agnostic",
"monorepo"
],
"scripts": {
"dev": "pnpm -C packages/playground dev",
"build": "pnpm -r run build",
"storybook": "pnpm -C packages/docs storybook",
"build-storybook": "pnpm -C packages/docs build-storybook",
"test": "pnpm -r run test",
"typecheck": "pnpm -r run typecheck"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0",
"tsup": "^8.0.0",
"vite": "^5.0.0",
"@storybook/react": "^7.6.0",
"@storybook/react-vite": "^7.6.0",
"@storybook/addon-essentials": "^7.6.0",
"@storybook/addon-a11y": "^7.6.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "[email protected]"
}