-
Notifications
You must be signed in to change notification settings - Fork 677
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 932 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 932 Bytes
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
{
"name": "@rushstack/rush-themed-ui",
"description": "Rush Component Library: a set of themed components for rush projects",
"version": "0.0.0",
"private": true,
"license": "MIT",
"module": "./dist/rush-themed-ui.js",
"types": "./dist/rush-themed-ui.d.ts",
"scripts": {
"build": "heft test --clean",
"start": "heft build --watch",
"test": "heft test",
"_phase:build": "heft run --only build -- --clean"
},
"dependencies": {
"react": "~19.2.3",
"react-dom": "~19.2.3"
},
"devDependencies": {
"@radix-ui/colors": "~3.0.0",
"@radix-ui/react-checkbox": "~1.3.3",
"@radix-ui/react-icons": "~1.3.2",
"@radix-ui/react-scroll-area": "~1.2.10",
"@radix-ui/react-tabs": "~1.1.13",
"@rushstack/heft": "workspace:*",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "~9.37.0",
"local-web-rig": "workspace:*"
},
"sideEffects": false
}