generated from dream-aim-deliver/dad-ui-kit-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
132 lines (132 loc) · 4.3 KB
/
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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@maany_shr/rage-ui-kit",
"version": "1.0.0",
"author": "Mayank Sharma <[email protected]>",
"homepage": "https://dream-aim-deliver.github.io/maany/rage-ui-kit",
"private": false,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/dream-aim-deliver/maany/rage-ui-kit"
},
"sideEffects": [
"**/*.css"
],
"exports": {
"./theme.css": "./dist/static/css/theme.css",
"./ag-theme-sda.css": "./dist/ag-theme-sda.css",
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"app": "vite",
"build": "tsc --p ./tsconfig-build.json && vite build && python3 patch-directives.py",
"build:watch": "tsc --p ./tsconfig-build.json && vite build --watch",
"build:docs": "typedoc --out docs lib/index.ts",
"build:storybook": "storybook build",
"clean": "rimraf dist docs coverage storybook-static",
"dev": "storybook dev -p 6006",
"format": "prettier --write \"app/**/*.{ts,tsx}\" \"lib/**/*.{ts,tsx}\" \"stories/**/*.{ts,tsx}\"",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "vite --host --open",
"test": "vitest --run --coverage",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"winston": "^3.11.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/manager-api": "^8.0.10",
"@storybook/react": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@storybook/test": "^8.0.8",
"@storybook/theming": "^8.0.10",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.11.10",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"autoprefixer": "^10.4.17",
"css-mediaquery": "^0.1.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.8.0",
"glob": "^10.3.10",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-preserve-directives": "^0.4.0",
"storybook": "^8.0.8",
"storybook-dark-mode": "^4.0.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1",
"typedoc": "^0.25.7",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-dts": "^4.1.0",
"vite-plugin-lib-inject-css": "^1.3.0",
"vite-plugin-static-copy": "^1.0.6",
"vitest": "^1.2.2"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.2.1",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.19.3",
"ag-grid-react": "^32.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.372.0",
"mermaid": "^10.9.1",
"next-themes": "^0.3.0",
"react-hook-form": "^7.51.5",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
}
}