-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
153 lines (153 loc) · 4.59 KB
/
package.json
File metadata and controls
153 lines (153 loc) · 4.59 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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "@capitaltg/vero",
"version": "1.10.0",
"description": "Accessible, modern, open source React component library inspired by USWDS built with Radix UI",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./tailwind.config.js": "./dist/tailwind.config.js",
"./preflight.css": "./dist/preflight.css",
"./index.css": "./dist/index.css"
},
"scripts": {
"dev": "npm run storybook",
"app": "vite",
"build": "tsc -b && vite build",
"type-check": "tsc --noEmit -p tsconfig.app.json && tsc --noEmit -p tsconfig.node.json",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"format": "prettier --write .",
"prepare": "husky install",
"commitlint": "commitlint --edit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"size": "size-limit",
"release:patch": "npm run build && npm version patch && git push && git push --tags && npm publish",
"release:minor": "npm run build && npm version minor && git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capitaltg/vero.git"
},
"author": "Dave Williams",
"license": "MIT",
"bugs": {
"url": "https://github.com/capitaltg/vero/issues"
},
"homepage": "https://github.com/capitaltg/vero#readme",
"peerDependencies": {
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.525.0",
"react-day-picker": "^9.7.0",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@axe-core/react": "^4.11.0",
"@commitlint/config-conventional": "^17.7.0",
"@eslint/js": "^9.22.0",
"@size-limit/preset-small-lib": "^12.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/blocks": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-vite": "^8.0.0",
"@storybook/test": "^8.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20.11.24",
"@types/react": "^18.2.0 || ^19.0.0",
"@types/react-dom": "^18.2.0 || ^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^4.0.14",
"autoprefixer": "^10.4.18",
"eslint": "^9.22.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^0.12.0",
"globals": "^16.0.0",
"happy-dom": "^20.0.11",
"husky": "^8.0.0",
"postcss": "^8.4.35",
"prettier": "^3.5.3",
"prettier-plugin-classnames": "^0.8.5",
"prettier-plugin-merge": "^0.8.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-copy": "^3.5.0",
"size-limit": "^12.0.0",
"storybook": "^8.0.0",
"tailwindcss": "^3.4.1",
"typescript": "~5.4.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.2.2",
"vite-plugin-clean": "^2.0.1",
"vite-plugin-dts": "^4.5.3",
"vitest": "^4.0.14",
"vitest-axe": "^0.1.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,md}": [
"prettier --write",
"eslint --fix"
]
},
"size-limit": [
{
"path": "dist/index.js",
"limit": "150 KB"
},
{
"path": "dist/index.cjs",
"limit": "150 KB"
},
{
"path": "dist/index.css",
"limit": "50 KB"
},
{
"path": "dist/preflight.css",
"limit": "10 KB"
}
]
}