|
1 | 1 | { |
2 | 2 | "name": "prowler-next-app", |
| 3 | + "version": "0.0.1", |
3 | 4 | "private": true, |
4 | 5 | "scripts": { |
5 | | - "dev": "next dev", |
| 6 | + "audit": "pnpm audit --audit-level critical", |
| 7 | + "audit:fix": "pnpm audit fix", |
| 8 | + "audit:high": "pnpm audit --audit-level high", |
6 | 9 | "build": "next build", |
7 | | - "start": "next start", |
8 | | - "start:standalone": "node .next/standalone/server.js", |
9 | 10 | "deps:log": "node scripts/update-dependency-log.js", |
10 | | - "postinstall": "node scripts/postinstall.js", |
11 | | - "typecheck": "tsc", |
| 11 | + "dev": "next dev", |
| 12 | + "format:check": "./node_modules/.bin/prettier --check .", |
| 13 | + "format:write": "./node_modules/.bin/prettier --config .prettierrc.json --write .", |
12 | 14 | "healthcheck": "pnpm run typecheck && pnpm run lint:check", |
| 15 | + "postinstall": "node scripts/postinstall.js", |
13 | 16 | "lint:check": "eslint . --max-warnings 40", |
14 | 17 | "lint:fix": "eslint . --fix --max-warnings 40", |
15 | 18 | "lint:knip": "knip --max-issues 494", |
16 | 19 | "lint:knip:fix": "knip --fix --max-issues 494", |
17 | | - "format:check": "./node_modules/.bin/prettier --check .", |
18 | | - "format:write": "./node_modules/.bin/prettier --config .prettierrc.json --write .", |
| 20 | + "start": "next start", |
| 21 | + "start:standalone": "node .next/standalone/server.js", |
19 | 22 | "test": "vitest run", |
20 | | - "test:watch": "vitest", |
21 | | - "test:unit": "vitest run --project unit", |
22 | 23 | "test:browser": "vitest run --project browser", |
23 | 24 | "test:browser:watch": "vitest --project browser", |
24 | 25 | "test:coverage": "vitest run --coverage", |
25 | 26 | "test:e2e": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans", |
26 | | - "test:e2e:ui": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans --ui", |
27 | 27 | "test:e2e:debug": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans --debug", |
28 | 28 | "test:e2e:headed": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans --headed", |
29 | | - "test:e2e:report": "playwright show-report", |
30 | 29 | "test:e2e:install": "playwright install", |
31 | | - "audit": "pnpm audit --audit-level critical", |
32 | | - "audit:high": "pnpm audit --audit-level high", |
33 | | - "audit:fix": "pnpm audit fix" |
| 30 | + "test:e2e:report": "playwright show-report", |
| 31 | + "test:e2e:ui": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans --ui", |
| 32 | + "test:unit": "vitest run --project unit", |
| 33 | + "test:watch": "vitest", |
| 34 | + "typecheck": "tsc" |
34 | 35 | }, |
35 | 36 | "dependencies": { |
36 | 37 | "@ai-sdk/react": "2.0.111", |
|
153 | 154 | "msw": "2.13.4", |
154 | 155 | "postcss": "8.5.14", |
155 | 156 | "prettier": "3.6.2", |
| 157 | + "prettier-plugin-packagejson": "2.5.22", |
156 | 158 | "prettier-plugin-tailwindcss": "0.6.14", |
157 | 159 | "tailwindcss": "4.1.18", |
158 | 160 | "typescript": "5.5.4", |
159 | 161 | "vitest": "4.0.18", |
160 | 162 | "vitest-browser-react": "2.0.4" |
161 | 163 | }, |
| 164 | + "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", |
162 | 165 | "pnpm": { |
163 | 166 | "overrides": { |
164 | | - "@react-types/shared": "3.26.0", |
| 167 | + "@hono/node-server": "1.19.14", |
165 | 168 | "@internationalized/date": "3.10.0", |
| 169 | + "@isaacs/brace-expansion": "5.0.1", |
| 170 | + "@react-aria/interactions>react": "19.2.6", |
166 | 171 | "@react-aria/ssr>react": "19.2.6", |
167 | 172 | "@react-aria/ssr>react-dom": "19.2.6", |
168 | 173 | "@react-aria/visually-hidden>react": "19.2.6", |
169 | | - "@react-aria/interactions>react": "19.2.6", |
| 174 | + "fast-xml-parser": "5.8.0", |
| 175 | + "hono": "4.12.18", |
170 | 176 | "lodash": "4.18.1", |
171 | 177 | "lodash-es": "4.18.1", |
172 | | - "hono": "4.12.18", |
173 | | - "@hono/node-server": "1.19.14", |
174 | | - "@isaacs/brace-expansion": "5.0.1", |
175 | | - "fast-xml-parser": "5.8.0", |
176 | | - "serialize-javascript": "7.0.5", |
177 | | - "rollup@>=4": "4.59.0", |
178 | | - "minimatch@<4": "3.1.4", |
179 | 178 | "minimatch@>=9 <10": "9.0.7", |
180 | 179 | "minimatch@>=10": "10.2.3", |
181 | | - "ajv@<7": "6.14.0", |
182 | | - "ajv@>=8": "8.18.0", |
183 | | - "qs": "6.14.2" |
| 180 | + "minimatch@<4": "3.1.4", |
| 181 | + "qs": "6.14.2", |
| 182 | + "rollup@>=4": "4.59.0", |
| 183 | + "serialize-javascript": "7.0.5" |
184 | 184 | } |
185 | 185 | }, |
186 | | - "version": "0.0.1", |
187 | | - "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", |
188 | 186 | "msw": { |
189 | 187 | "workerDirectory": [ |
190 | 188 | "public" |
|
0 commit comments