forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 879 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
{
"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": "~17.0.2",
"react-dom": "~17.0.2"
},
"devDependencies": {
"local-web-rig": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/react-dom": "17.0.25",
"@types/react": "17.0.74",
"@radix-ui/react-scroll-area": "~1.0.2",
"@radix-ui/colors": "~0.1.8",
"@radix-ui/react-tabs": "~1.0.1",
"@radix-ui/react-checkbox": "~1.0.1",
"@radix-ui/react-icons": "~1.1.1"
}
}