This repository was archived by the owner on Jun 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 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
{
"name": "@eduzz/ui-tailwind-theme",
"description": "Eduzz UI: Tailwind Theme",
"version": "3.0.5",
"keywords": [
"eduzz",
"tokens",
"tailwind"
],
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
"license": "MIT",
"private": false,
"homepage": "https://github.com/eduzz/ui-tailwind-theme",
"repository": {
"type": "git",
"url": "https://github.com/eduzz/ui-tailwind-theme"
},
"bugs": {
"url": "https://github.com/eduzz/ui-tailwind-theme/issues"
},
"scripts": {
"dev": "vite",
"clean": "git add . && git clean -fdx . -e node_modules",
"prebuild": "pnpm clean && pnpm lint",
"build": "pnpm tsc -p tsconfig.json",
"lint": "eslint .",
"update-deps": "pnpm ncu -u"
},
"dependencies": {
"@eduzz/ui-tokens": "^1.2.3",
"@mertasan/tailwindcss-variables": "^2.7.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@eduzz/eslint-config": "^2.4.2",
"@tailwindcss/vite": "^4.1.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react-swc": "^3.8.1",
"eslint": "^9.24.0",
"npm-check-updates": "^17.1.18",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tslib": "^2.8.1",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"vite": "^6.2.6"
}
}