44 "private" : true ,
55 "version" : " 0.2.15-rc6" ,
66 "type" : " module" ,
7- "scripts" : {
8- "dev" : " NODE_OPTIONS=\" --no-experimental-global-navigator\" next dev" ,
9- "build" : " NODE_OPTIONS=\" --no-experimental-global-navigator\" next build" ,
10- "start" : " pnpm build && NODE_OPTIONS=\" --no-experimental-global-navigator\" next start" ,
11- "check" : " prettier --log-level silent --check src && eslint src && tsc --noEmit -p tsconfig.json && stylelint src/**/*.css src/**/*.scss" ,
12- "fix" : " prettier --log-level silent --write src && eslint --fix src && stylelint --fix=lax src/**/*.css src/**/*.scss" ,
13- "clean" : " rm -rf node_modules && rm -rf dist" ,
14- "schema:generate" : " pnpm dlx openapi-typescript 'http://localhost:8333/api/v1/openapi.json' -o ./src/api/schema.d.ts --alphabetize"
15- },
167 "exports" : {
178 "." : " ./src/index.ts"
189 },
7465 "@next/eslint-plugin-next" : " catalog:" ,
7566 "@svgr/webpack" : " catalog:" ,
7667 "@types/hast" : " ^3.0.4" ,
77- "@types/node" : " ^22.13.13" ,
7868 "@types/http-proxy" : " ^1.17.14" ,
7969 "@types/humanize-duration" : " ^3.27.4" ,
8070 "@types/lodash" : " ^4.17.16" ,
8171 "@types/mdast" : " ^4.0.4" ,
72+ "@types/node" : " ^22.13.13" ,
8273 "@types/pluralize" : " ^0.0.33" ,
8374 "@types/react" : " ^19.0.12" ,
8475 "@types/react-dom" : " ^19.0.4" ,
8980 "eslint-plugin-simple-import-sort" : " catalog:" ,
9081 "globals" : " catalog:" ,
9182 "keycode-js" : " ^3.1.0" ,
83+ "openapi-typescript" : " ^7.8.0" ,
9284 "openapi-typescript-helpers" : " ^0.0.15" ,
9385 "prettier" : " catalog:" ,
9486 "sass-embedded" : " catalog:" ,
9991 "typescript" : " catalog:" ,
10092 "typescript-eslint" : " catalog:"
10193 },
102- "packageManager" :
" [email protected] +sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1 " 103- }
94+ "packageManager" :
" [email protected] " 95+ }
0 commit comments