-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 5.66 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
{
"name": "ax-sh.github.io",
"version": "1.34.0",
"private": true,
"scripts": {
"format": "biome format --write .",
"dev": "next dev --turbo",
"bun:dev": "bun --bun run dev",
"build:old": "next build",
"build": "bunx next build",
"start": "next start",
"lint": "next lint --format=stylish",
"lint:fix": "nr lint --fix --ignore-path .gitignore",
"lint:types": "nr tsc --noEmit",
"test": "vitest run",
"commitlint": "commitlint --edit",
"changelog:latest": "nr git-cliff -l",
"biome:migrate": "biome migrate prettier --write",
"formatter": "nr prettier --write --ignore-unknown .",
"release:minor": "dotenv release-it minor -- --ci",
"release:major": "dotenv release-it major -- --ci",
"upp": "bunx npm-check-updates -i",
"pretty": "pretty-quick",
"prettier:fix": "prettier --write .",
"clean": "rimraf .next out",
"bump": "changeset version",
"cl": "nr git-cliff -u --strip all",
"bumped:version": "git cliff --bumped-version",
"tag:bump": "bun run scripts/bump.ts",
"pr:deploy-old": "git push origin develop && gh pr create -H develop -B master --fill",
"pr:deploy": "git cliff -o CHANGELOG.md --bump -l && git push origin develop && gh pr create --head develop --base master --body \"$(git cliff -u --strip all)\" --title pr:deploy",
"pr:push": "gh pr create --body \"$(nr git-cliff -l)\" --title pr:for-develop --base develop -d --dry-run",
"pr:edit": "gh pr edit \"$(nr pr:number)\" --body \"$(nr git-cliff -l)\" --title pr:develop --base develop",
"pr:list": "gh pr list --state open --json number,title | jq -r '.[] | [.number, .title] | @tsv'",
"pr:l": "(echo -e 'PR Number\tTitle'; gh pr list --state open --json number,title | jq -r '.[] | [.number, .title] | @tsv') | column -t",
"pr:number": "gh pr view --json number --jq '.number' ",
"gh:workflows": "gh workflow view",
"ci:spelling": "act -j spelling",
"ci:local": "act pull_request",
"ci:graph": "act --graph",
"gh:workflow:deploy": "gh run list --workflow deploy.yml",
"gh:status": "gh run watch --exit-status",
"gh:actionslogs": "gh run view 9553155963 --log",
"lighthouse:local": "lighthouse http://localhost:3000/ --output-path=./report.json --output json --quiet --chrome-flags=\"--headless\" --view --only-categories=performance,color-contrast ",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"knip": "knip",
"pr:ci": "act pull_request --container-architecture linux/amd64"
},
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.1",
"@icons-pack/react-simple-icons": "^10.1.0",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"clsx": "^2.1.1",
"eslint-plugin-react-hooks": "^5.0.0",
"next": "15.0.2",
"nextjs-google-analytics": "^2.3.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-hotjar": "^6.3.1",
"react-obfuscate": "^3.7.0",
"remeda": "^2.16.0",
"tailwindcss-radix": "^3.0.5",
"validator": "^13.12.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.9",
"@chromatic-com/storybook": "3.2.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@faker-js/faker": "^9.1.0",
"@next/eslint-plugin-next": "^15.0.2",
"@release-it/conventional-changelog": "^9.0.2",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-onboarding": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/nextjs": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/test": "^8.3.6",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"dotenv-cli": "^7.4.2",
"eslint": "^9.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-pretty": "^6.0.1",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-storybook": "^0.10.1",
"eslint-plugin-unicorn": "^56.0.0",
"execa": "^9.5.1",
"fs-extra": "^11.2.0",
"git-cliff": "^2.6.1",
"globals": "^15.11.0",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"jsdom": "^25.0.1",
"knip": "^5.34.3",
"lighthouse": "^12.2.1",
"oxlint": "^0.10.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"release-it": "^17.10.0",
"rimraf": "^6.0.1",
"storybook": "^8.3.6",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"unplugin-auto-import": "^0.18.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}