2021-11-03 22:46:45 +00:00
{
"name" : "accords-library.com" ,
"private" : true ,
"scripts" : {
2023-04-09 14:32:17 +00:00
"postinstall" : "patch-package" ,
2022-05-07 09:35:53 +00:00
"dev" : "next dev -p 12499" ,
2023-05-16 10:47:09 +00:00
"precommit" : "npm run fetch-local-data && npm run icu-to-ts && npm run unused-wording-keys && npm run unused-exports && npm run prettier && npm run eslint && npm run tsc && echo ALL PRECOMMIT CHECKS PASSED SUCCESSFULLY, LET\\'S FUCKING GO!" ,
"unused-wording-keys" : "esrun --send-code-mode=temporaryFile src/graphql/unusedWordingKeys.ts --uwk" ,
2023-04-08 15:30:08 +00:00
"unused-exports" : "ts-unused-exports ./tsconfig.json --excludePathsFromReport='src/pages;tailwind.config.ts;src/graphql/generated.ts;src/shared/meilisearch-graphql-typings/generated.ts'" ,
"fetch-local-data" : "npm run generate && esrun --send-code-mode=temporaryFile src/graphql/fetchLocalData.ts --esrun" ,
"icu-to-ts" : "esrun --send-code-mode=temporaryFile src/graphql/icuToTypescript.ts --icu" ,
2023-01-30 17:29:47 +00:00
"prebuild" : "npm run fetch-local-data && npm run icu-to-ts" ,
2022-05-07 09:51:00 +00:00
"build" : "next build" ,
2022-06-10 20:50:51 +00:00
"postbuild" : "next-sitemap --config next-sitemap.config.js" ,
2022-05-07 09:35:53 +00:00
"start" : "next start -p 12500" ,
2022-03-31 12:59:31 +00:00
"lint" : "next lint" ,
2022-07-07 23:42:38 +00:00
"eslint" : "npx eslint ." ,
2022-06-10 20:50:51 +00:00
"generate" : "graphql-codegen --config graphql-codegen.config.js" ,
2022-05-07 09:35:53 +00:00
"tsc" : "tsc" ,
2023-05-16 10:47:09 +00:00
"prettier" : "prettier --list-different --end-of-line auto --write ." ,
2023-04-30 09:53:25 +00:00
"upgrade" : "ncu"
2021-11-03 22:46:45 +00:00
} ,
"dependencies" : {
2023-08-17 12:46:35 +00:00
"@fontsource/noto-serif-jp" : "^5.0.7" ,
"@fontsource/opendyslexic" : "^5.0.7" ,
"@fontsource/share-tech-mono" : "^5.0.8" ,
"@fontsource/vollkorn" : "^5.0.9" ,
"@fontsource/zen-maru-gothic" : "^5.0.7" ,
"@formatjs/icu-messageformat-parser" : "^2.6.0" ,
2022-03-13 13:54:56 +00:00
"@tippyjs/react" : "^4.2.6" ,
2023-08-17 12:46:35 +00:00
"autoprefixer" : "^10.4.15" ,
2022-10-29 20:01:38 +00:00
"cuid" : "^2.1.8" ,
2023-05-18 23:35:47 +00:00
"html-to-text" : "^9.0.5" ,
2023-08-17 12:46:35 +00:00
"intl-messageformat" : "^10.5.0" ,
"isomorphic-dompurify" : "^1.8.0" ,
"jotai" : "^2.3.1" ,
"markdown-to-jsx" : "^7.3.2" ,
"marked" : "^7.0.3" ,
"material-symbols" : "^0.10.4" ,
"meilisearch" : "^0.34.1" ,
"next" : "^13.4.17" ,
"nodemailer" : "^6.9.4" ,
"patch-package" : "^8.0.0" ,
"rc-slider" : "^10.2.1" ,
2023-01-30 17:29:47 +00:00
"react" : "^18.2.0" ,
2023-05-03 01:49:14 +00:00
"react-collapsible" : "^2.10.0" ,
2022-06-24 23:33:13 +00:00
"react-dom" : "18.2.0" ,
2022-10-23 04:19:53 +00:00
"react-hotkeys-hook" : "^3.4.7" ,
2023-06-07 21:08:15 +00:00
"react-swipeable" : "^7.0.1" ,
2023-08-17 12:46:35 +00:00
"react-zoom-pan-pinch" : "^3.1.0" ,
2022-08-28 11:42:31 +00:00
"string-natural-compare" : "^3.0.1" ,
2022-08-21 00:37:22 +00:00
"throttle-debounce" : "^5.0.0" ,
2022-07-07 23:42:38 +00:00
"tippy.js" : "^6.3.7" ,
2023-04-08 15:30:08 +00:00
"turndown" : "^7.1.2" ,
"ua-parser-js" : "^1.0.35" ,
2023-01-07 00:59:54 +00:00
"usehooks-ts" : "^2.9.1" ,
2023-08-17 12:46:35 +00:00
"zod" : "^3.22.1"
2021-11-03 22:46:45 +00:00
} ,
"devDependencies" : {
2023-04-24 07:32:12 +00:00
"@digitak/esrun" : "3.2.24" ,
2023-08-17 13:01:23 +00:00
"@graphql-codegen/cli" : "5.0.0" ,
"@graphql-codegen/typescript" : "4.0.1" ,
"@graphql-codegen/typescript-graphql-request" : "5.0.0" ,
"@graphql-codegen/typescript-operations" : "4.0.1" ,
2023-06-07 21:30:05 +00:00
"@types/html-to-text" : "^9.0.1" ,
2023-08-17 12:46:35 +00:00
"@types/marked" : "^5.0.1" ,
"@types/node" : "20.5.0" ,
"@types/nodemailer" : "^6.4.9" ,
"@types/react" : "^18.2.20" ,
"@types/react-dom" : "^18.2.7" ,
2022-08-28 11:42:31 +00:00
"@types/string-natural-compare" : "^3.0.2" ,
2022-08-21 00:37:22 +00:00
"@types/throttle-debounce" : "^5.0.0" ,
2022-03-27 15:01:14 +00:00
"@types/turndown" : "^5.0.1" ,
2022-10-23 04:19:53 +00:00
"@types/ua-parser-js" : "^0.7.36" ,
2023-08-17 12:46:35 +00:00
"@typescript-eslint/eslint-plugin" : "^6.4.0" ,
"@typescript-eslint/parser" : "^6.4.0" ,
"chalk" : "^5.3.0" ,
"dotenv" : "^16.3.1" ,
"eslint" : "^8.47.0" ,
"eslint-config-next" : "13.4.17" ,
"eslint-plugin-import" : "^2.28.0" ,
2023-08-17 13:01:23 +00:00
"graphql" : "16.8.0" ,
"graphql-request" : "6.1.0" ,
2023-08-17 12:46:35 +00:00
"next-sitemap" : "^4.2.2" ,
"prettier" : "^3.0.2" ,
"prettier-plugin-tailwindcss" : "^0.5.3" ,
"tailwindcss" : "^3.3.3" ,
"ts-unused-exports" : "^10.0.0" ,
"typescript" : "^5.1.6"
2021-11-03 22:46:45 +00:00
}
}