2021-11-03 22:46:45 +00:00
{
"name" : "accords-library.com" ,
"private" : true ,
"scripts" : {
2022-05-07 09:35:53 +00:00
"dev" : "next dev -p 12499" ,
2022-08-28 15:40:41 +00:00
"precommit" : "npm run fetch-local-data && npm run prettier && npm run unused-exports && npm run eslint && npm run tsc && echo ALL PRECOMMIT CHECKS PASSED SUCCESSFULLY, LET\\'S FUCKING GO!" ,
2022-06-24 23:25:45 +00:00
"unused-exports" : "ts-unused-exports ./tsconfig.json --excludePathsFromReport=src/pages --ignoreFiles=generated" ,
2022-08-28 15:40:41 +00:00
"fetch-local-data" : "npm run generate && esrun src/graphql/fetchLocalData.ts" ,
"prebuild" : "npm run fetch-local-data" ,
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" ,
"prettier" : "prettier --end-of-line auto --write ."
2021-11-03 22:46:45 +00:00
} ,
"dependencies" : {
2022-11-04 08:20:13 +00:00
"@fontsource/material-icons" : "4.5.4" ,
"@fontsource/material-icons-outlined" : "4.5.4" ,
"@fontsource/opendyslexic" : "4.5.4" ,
"@fontsource/share-tech-mono" : "4.5.9" ,
"@fontsource/vollkorn" : "4.5.12" ,
"@fontsource/zen-maru-gothic" : "4.5.13" ,
"@tippyjs/react" : "4.2.6" ,
"autoprefixer" : "10.4.13" ,
"graphql-request" : "5.0.0" ,
"jotai" : "1.9.1" ,
"markdown-to-jsx" : "7.1.7" ,
"next" : "13.0.2" ,
"nodemailer" : "6.8.0" ,
"rc-slider" : "10.0.1" ,
"react" : "18.2.0" ,
"react-dom" : "18.2.0" ,
"react-hotkeys-hook" : "3.4.7" ,
"react-swipeable" : "7.0.0" ,
"react-zoom-pan-pinch" : "2.1.3" ,
"string-natural-compare" : "3.0.1" ,
"throttle-debounce" : "5.0.0" ,
"tippy.js" : "6.3.7" ,
"turndown" : "7.1.1" ,
"ua-parser-js" : "1.0.32" ,
"usehooks-ts" : "2.9.1"
2021-11-03 22:46:45 +00:00
} ,
"devDependencies" : {
2022-11-04 08:20:13 +00:00
"@digitak/esrun" : "3.2.14" ,
"@graphql-codegen/cli" : "2.13.11" ,
"@graphql-codegen/typescript" : "2.8.1" ,
"@graphql-codegen/typescript-graphql-request" : "4.5.8" ,
"@graphql-codegen/typescript-operations" : "2.5.6" ,
"@types/node" : "18.11.9" ,
"@types/nodemailer" : "6.4.6" ,
2022-10-29 20:01:38 +00:00
"@types/react" : "18.0.22" ,
2022-11-04 08:20:13 +00:00
"@types/react-dom" : "18.0.8" ,
"@types/string-natural-compare" : "3.0.2" ,
"@types/throttle-debounce" : "5.0.0" ,
"@types/turndown" : "5.0.1" ,
"@types/ua-parser-js" : "0.7.36" ,
"@typescript-eslint/eslint-plugin" : "5.42.0" ,
"@typescript-eslint/parser" : "5.42.0" ,
"cuid" : "2.1.8" ,
"dotenv" : "16.0.3" ,
"eslint" : "8.26.0" ,
"eslint-config-next" : "13.0.2" ,
"eslint-plugin-import" : "2.26.0" ,
"graphql" : "16.6.0" ,
"next-sitemap" : "3.1.30" ,
"prettier" : "2.7.1" ,
"prettier-plugin-tailwindcss" : "0.1.13" ,
"tailwindcss" : "3.2.1" ,
"ts-unused-exports" : "8.0.0" ,
"typescript" : "4.8.4"
2022-09-25 20:36:52 +00:00
} ,
"overrides" : {
"react-zoom-pan-pinch" : {
"react" : "$react" ,
"react-dom" : "$react-dom"
}
2021-11-03 22:46:45 +00:00
}
}