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-07-10 02:12:38 +00:00
"precommit" : "npm run generate && 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-05-07 09:51:00 +00:00
"prebuild" : "npm run generate" ,
"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-03-28 20:27:56 +00:00
"@fontsource/material-icons" : "^4.5.4" ,
"@fontsource/opendyslexic" : "^4.5.4" ,
2022-08-12 22:52:18 +00:00
"@fontsource/share-tech-mono" : "^4.5.9" ,
"@fontsource/vollkorn" : "^4.5.11" ,
"@fontsource/zen-maru-gothic" : "^4.5.12" ,
2022-03-13 13:54:56 +00:00
"@tippyjs/react" : "^4.2.6" ,
2022-08-07 18:46:18 +00:00
"@types/ua-parser-js" : "^0.7.36" ,
2022-08-12 22:52:18 +00:00
"autoprefixer" : "^10.4.8" ,
2022-06-10 20:50:51 +00:00
"graphql-request" : "^4.3.0" ,
2022-03-10 20:46:55 +00:00
"markdown-to-jsx" : "^7.1.7" ,
2022-07-15 22:16:09 +00:00
"meilisearch" : "^0.27.0" ,
2022-08-12 22:52:18 +00:00
"next" : "^12.2.5" ,
"nodemailer" : "^6.7.8" ,
2022-06-24 23:33:13 +00:00
"react" : "18.2.0" ,
"react-dom" : "18.2.0" ,
2022-05-07 17:55:08 +00:00
"react-hot-keys" : "^2.7.2" ,
2022-05-07 12:20:41 +00:00
"react-swipeable" : "^7.0.0" ,
2022-07-07 23:42:38 +00:00
"tippy.js" : "^6.3.7" ,
2022-08-07 18:46:18 +00:00
"turndown" : "^7.1.1" ,
2022-08-15 22:16:25 +00:00
"ua-parser-js" : "^1.0.2" ,
"usehooks-ts" : "^2.6.0"
2021-11-03 22:46:45 +00:00
} ,
"devDependencies" : {
2022-08-12 22:52:18 +00:00
"@graphql-codegen/cli" : "^2.11.6" ,
"@graphql-codegen/typescript" : "2.7.3" ,
"@graphql-codegen/typescript-graphql-request" : "^4.5.3" ,
"@graphql-codegen/typescript-operations" : "^2.5.3" ,
2022-08-15 22:16:25 +00:00
"@types/node" : "18.7.4" ,
2022-08-12 22:52:18 +00:00
"@types/nodemailer" : "^6.4.5" ,
"@types/react" : "18.0.17" ,
2022-07-10 01:32:33 +00:00
"@types/react-dom" : "^18.0.6" ,
2022-03-27 15:01:14 +00:00
"@types/turndown" : "^5.0.1" ,
2022-08-15 22:16:25 +00:00
"@typescript-eslint/eslint-plugin" : "^5.33.1" ,
"@typescript-eslint/parser" : "^5.33.1" ,
"eslint" : "^8.22.0" ,
2022-08-12 22:52:18 +00:00
"eslint-config-next" : "12.2.5" ,
2022-07-07 23:42:38 +00:00
"eslint-plugin-import" : "^2.26.0" ,
2022-05-14 12:52:14 +00:00
"graphql" : "^16.5.0" ,
2022-08-15 22:16:25 +00:00
"next-sitemap" : "^3.1.18" ,
2022-06-24 23:33:13 +00:00
"prettier" : "^2.7.1" ,
2022-08-12 22:52:18 +00:00
"prettier-plugin-tailwindcss" : "^0.1.13" ,
"tailwindcss" : "^3.1.8" ,
2022-06-24 23:25:45 +00:00
"ts-unused-exports" : "^8.0.0" ,
2022-06-24 23:33:13 +00:00
"typescript" : "^4.7.4"
2021-11-03 22:46:45 +00:00
}
}