accords-library.com/package.json

55 lines
1.7 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-05-07 09:51:00 +00:00
"prebuild": "npm run generate",
"build": "next build",
2022-03-28 09:57:58 +00:00
"postbuild": "next-sitemap",
2022-05-07 09:35:53 +00:00
"start": "next start -p 12500",
"lint": "next lint",
2022-05-07 09:19:46 +00:00
"generate": "graphql-codegen --config graphql-codegen.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/material-icons-rounded": "^4.5.4",
"@fontsource/opendyslexic": "^4.5.4",
"@fontsource/vollkorn": "^4.5.9",
"@fontsource/zen-maru-gothic": "^4.5.11",
2022-03-13 13:54:56 +00:00
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.7",
"graphql-request": "^4.2.0",
2022-03-10 20:46:55 +00:00
"markdown-to-jsx": "^7.1.7",
"next": "^12.1.6",
"nodemailer": "^6.7.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hotkeys-hook": "^3.4.4",
"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.4.10",
"@graphql-codegen/typescript-graphql-request": "^4.4.7",
"@graphql-codegen/typescript-operations": "^2.3.7",
"@types/node": "17.0.31",
2022-03-23 15:19:23 +00:00
"@types/nodemailer": "^6.4.4",
"@types/react": "18.0.9",
"@types/react-dom": "^18.0.3",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0",
"eslint-config-next": "12.1.6",
"graphql": "^16.4.0",
2022-04-23 21:40:24 +00:00
"next-sitemap": "^2.5.20",
2022-05-07 09:35:53 +00:00
"prettier": "^2.6.2",
2022-03-26 16:09:42 +00:00
"prettier-plugin-organize-imports": "^2.3.4",
2022-04-23 21:40:24 +00:00
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
2021-11-03 22:46:45 +00:00
}
}