-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
168 lines (168 loc) · 4.8 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "avtoolz",
"version": "2.4.2",
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"clean": "rimraf .next .swc out coverage",
"lint": "next lint",
"check-types": "tsc --noEmit --pretty",
"commit": "cz",
"test": "playwright test"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.8.2",
"@formkit/drag-and-drop": "^0.1.6",
"@heroui/aria-utils": "2.2.8",
"@heroui/react": "2.6.14",
"@heroui/shared-icons": "2.1.2",
"@heroui/shared-utils": "2.1.3",
"@iconify/json": "^2.2.313",
"@radix-ui/react-scroll-area": "^1.2.3",
"@react-aria/focus": "^3.19.1",
"@react-aria/interactions": "^3.23.0",
"@react-aria/selection": "^3.22.0",
"@react-aria/ssr": "^3.9.7",
"@react-aria/utils": "^3.27.0",
"@react-aria/visually-hidden": "^3.8.19",
"@react-stately/tree": "^3.8.7",
"@rehooks/local-storage": "^2.4.5",
"canvas": "^3.1.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"comlink": "^4.4.2",
"cookies-next": "^5.1.0",
"framer-motion": "^11.18.2",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"match-sorter": "^6.3.4",
"nanoid": "^5.1.2",
"next": "^15.2.1",
"next-intl": "^3.26.5",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"pdf-lib": "^1.17.1",
"pretty-bytes": "^6.1.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.54.2",
"react-multi-ref": "^1.0.2",
"react-pdf": "^7.7.3",
"scroll-into-view-if-needed": "^3.1.0",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.2.1",
"ts-enum-util": "^4.1.0",
"zustand": "^4.5.6"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/cz-commitlint": "^19.6.1",
"@faker-js/faker": "^8.4.1",
"@iconify-icon/react": "^2.3.0",
"@iconify/tailwind": "^1.2.0",
"@next/bundle-analyzer": "^14.2.24",
"@percy/cli": "1.28.6",
"@percy/playwright": "^1.0.7",
"@playwright/test": "^1.50.1",
"@react-types/shared": "^3.27.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"@types/lodash": "^4.17.16",
"@types/node": "^20.17.23",
"@types/react": "^18.3.18",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^1.6.1",
"@vitest/expect": "^1.6.1",
"autoprefixer": "^10.4.20",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"dotenv-cli": "^7.4.4",
"drizzle-kit": "~0.20.18",
"eslint": "^9.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.24",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-playwright": "^1.8.3",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-testing-library": "^6.5.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vitest": "~0.4.1",
"http-server": "^14.1.1",
"jiti": "^1.21.7",
"jsdom": "^24.1.3",
"next-sitemap": "^4.2.3",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"pdf2pic": "^3.1.4",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"semantic-release": "^23.1.1",
"start-server-and-test": "^2.0.10",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"vite": "^5.4.14",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.1",
"vitest-fail-on-console": "^0.7.1"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/github"
]
},
"author": "aV (https://github.com/a0v0)",
"packageManager": "[email protected]",
"engines": {
"node": "22.x"
},
"pnpm": {
"onlyBuiltDependencies": [
"@percy/core",
"canvas",
"core-js",
"es5-ext",
"esbuild",
"sharp"
]
}
}