-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.91 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.91 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "my-implementations-in-react",
"private": true,
"type": "module",
"scripts": {
"start": "vite --open --port 5174",
"build": "tsc && vite build",
"preview": "vite preview",
"copyRequiredsWindows": "@powershell copy './packageExclusive.json' './build/package.json' && @powershell copy './README.md' './build'",
"copyRequiredsLinux": "cp './packageExclusive.json' './build/package.json' && cp './README.md' './build'",
"test": "vitest run --coverage",
"vitest": "vitest --coverage --ui --api.port=56789",
"build:vite": "tsc && vite build",
"sonar": "npx sonar-scanner -D sonar.login=sqp_"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@faker-js/faker": "^7.6.0",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@rehookify/datepicker": "^6.6.7",
"@sajermann/react-button": "^0.0.6",
"@sajermann/react-input": "^0.0.13",
"@sajermann/utils": "^0.0.10",
"@tanstack/react-query": "^4.29.14",
"@tanstack/react-table": "^8.9.2",
"@tanstack/react-virtual": "^3.8.4",
"@uiw/react-json-view": "^2.0.0-alpha.26",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.10.0",
"html2canvas": "^1.4.1",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"jspdf": "^2.5.1",
"jstoxml": "^3.2.6",
"lucide-react": "^0.417.0",
"nuka-carousel": "^5.5.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-countdown-circle-timer": "^3.2.1",
"react-datepicker": "^4.21.0",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.1.4",
"react-router-dom": "^6.3.0",
"react-select": "^5.7.0",
"react-switch": "^7.0.0",
"react-to-print": "^2.14.11",
"react-toastify": "^10.0.5",
"react-ultimate-pagination": "^1.3.2",
"tailwind-variants": "^0.1.18",
"ultimate-pagination": "^1.0.0",
"uuid": "^9.0.0",
"xlsx-js-style": "^1.2.0",
"zod": "^3.22.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^28.1.8",
"@types/jstoxml": "^2.0.4",
"@types/react": "^18.2.79",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-datepicker": "^4.19.6",
"@types/react-dom": "^18.2.25",
"@types/react-pdf": "^7.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-ultimate-pagination": "^1.2.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rollup": "^4.14.3",
"rollup-plugin-generate-declarations": "^1.1.2",
"rollup-plugin-postcss": "^4.0.2",
"sonarqube-scanner": "^3.4.0",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vite": "^5.2.9",
"vite-plugin-pages": "^0.32.1",
"vitest": "^1.5.0"
}
}