-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 910 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 910 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
33
34
{
"name": "tw-preset-radix",
"version": "1.1.0",
"description": "Integrate Radix Themes with Tailwind CSS",
"homepage": "https://github.com/JavierBrooktec/tw-preset-radix#readme",
"bugs": {
"url": "https://github.com/JavierBrooktec/tw-preset-radix/issues"
},
"keywords": [
"radix themes",
"tailwind",
"preset"
],
"main": "src/index.css",
"scripts": {
"generate-theme-with-imports": "tsx ./src/cli.ts theme-with-imports > ./src/index.css",
"generate-theme": "tsx ./src/cli.ts theme > ./src/theme.css"
},
"type": "module",
"exports": {
".": "./src/index.css",
"./theme.css": "./src/theme.css",
"./package.json": "./package.json"
},
"author": "Javier Pérez",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.4.9",
"tailwindcss": "^4",
"tsx": "^4.19.3",
"typescript": "^5.1.6",
"@radix-ui/themes": "^3.2.1"
}
}