-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.17 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
{
"name": "uno-dashboard-ux",
"version": "4.50.11",
"description": "Unosquare Dashboard UX/UI",
"main": "dist/index.js",
"files": [
"dist",
"tailwind.config.js"
],
"dependencies": {
"@fluentui/react-icons": "^2.0.266",
"@headlessui/react": "0.0.0-insiders.ce17c6d",
"@tremor/react": "^3.18.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.53.2",
"react-tooltip": "5.28.0",
"recharts": "2.13.3",
"tailwind-merge": "^2.5.4",
"tailwind-styled-components": "^2.2.0",
"uno-js": "^3.127.2",
"uuid": "^11.0.3",
"zustand": "5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@rsbuild/core": "1.1.4",
"@rsbuild/plugin-react": "1.0.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.2",
"@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.2.10",
"postcss-loader": "^8.1.1",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"scripts": {
"start": "rsbuild dev --open",
"watch": "tsc --watch",
"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"
}