-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.43 KB
/
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
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
{
"name": "uno-dashboard-ux",
"version": "4.51.35",
"description": "Unosquare Dashboard UX/UI",
"main": "dist/index.js",
"files": [
"dist",
"tailwind.config.js"
],
"dependencies": {
"@fluentui/react-icons": "^2.0.274",
"@headlessui/react": "2.2.0",
"combobox": "npm:@headlessui/react@0.0.0-insiders.ce17c6d",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.54.2",
"react-tooltip": "5.28.0",
"react-transition-state": "^2.3.0",
"date-fns": "^3.6.0",
"react-day-picker": "^8.10.1",
"recharts": "2.15.1",
"tailwind-merge": "2.6.0",
"tailwind-styled-components": "^2.2.0",
"uno-js": "^3.127.8",
"uuid": "^11.0.5",
"zustand": "5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@rsbuild/core": "1.2.8",
"@rsbuild/plugin-react": "1.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/recharts": "1.8.29",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.4.3",
"postcss-loader": "^8.1.1",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"scripts": {
"start": "rsbuild dev --open",
"watch": "tsc --watch",
"tsc": "tsc",
"build": "tsc && npx ncp src/resources/ dist/resources",
"lint": "pnpm biome check ./src",
"lint:fix": "pnpm biome check --write ./src",
"test": "jest --silent",
"cest": "jest --silent --collectCoverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unosquare/uno-dashboard-ux.git"
},
"lint-staged": {
"*.{ts,html,tsx}": [
"pnpm lint:fix"
]
},
"author": "Unosquare",
"license": "MIT",
"bugs": {
"url": "https://github.com/unosquare/uno-dashboard-ux/issues"
},
"homepage": "https://github.com/unosquare/uno-dashboard-ux#readme",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"core-js"
]
}
}