accords-library.com/package.json

60 lines
2.1 KiB
JSON
Raw Normal View History

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-06-24 23:25:45 +00:00
"precommit": "npm run prettier && npm run unused-exports && npm run lint && npm run tsc && npm run generate && echo ALL PRECOMMIT CHECKS PASSED SUCCESSFULLY, LET\\'S FUCKING GO!",
"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",
"postbuild": "next-sitemap --config next-sitemap.config.js",
2022-05-07 09:35:53 +00:00
"start": "next start -p 12500",
"lint": "next lint",
"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-06-12 11:54:17 +00:00
"@fontsource/share-tech-mono": "^4.5.8",
"@fontsource/vollkorn": "^4.5.10",
"@fontsource/zen-maru-gothic": "^4.5.11",
2022-03-13 13:54:56 +00:00
"@tippyjs/react": "^4.2.6",
2022-05-21 11:18:57 +00:00
"autoprefixer": "^10.4.7",
"graphql-request": "^4.3.0",
2022-03-10 20:46:55 +00:00
"markdown-to-jsx": "^7.1.7",
2022-05-22 12:43:36 +00:00
"meilisearch": "^0.25.1",
"next": "^12.1.6",
"nodemailer": "^6.7.5",
2022-06-24 23:25:45 +00:00
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-keys": "^2.7.2",
"react-swipeable": "^7.0.0",
"turndown": "^7.1.1"
2021-11-03 22:46:45 +00:00
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-graphql-request": "^4.4.10",
"@graphql-codegen/typescript-operations": "^2.4.2",
2022-06-24 23:25:45 +00:00
"@types/node": "17.0.41",
2022-03-23 15:19:23 +00:00
"@types/nodemailer": "^6.4.4",
2022-06-24 23:25:45 +00:00
"@types/react": "18.0.12",
"@types/react-dom": "^18.0.5",
"@types/turndown": "^5.0.1",
2022-06-24 23:25:45 +00:00
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-config-next": "12.1.6",
2022-05-14 12:52:14 +00:00
"graphql": "^16.5.0",
"next-sitemap": "^3.0.5",
2022-06-24 23:25:45 +00:00
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^2.3.4",
2022-05-21 10:31:48 +00:00
"prettier-plugin-tailwindcss": "^0.1.11",
2022-06-24 23:25:45 +00:00
"tailwindcss": "^3.1.2",
"ts-unused-exports": "^8.0.0",
"typescript": "^4.7.3"
2021-11-03 22:46:45 +00:00
}
}