accords-library.com/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2021-11-03 22:46:45 +00:00
{
"name": "accords-library.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2022-03-28 09:57:58 +00:00
"postbuild": "next-sitemap",
2021-11-03 22:46:45 +00:00
"start": "next start",
"lint": "next lint"
2021-11-03 22:46:45 +00:00
},
"dependencies": {
2022-02-17 22:03:22 +00:00
"@fontsource/material-icons": "^4.5.2",
"@fontsource/material-icons-rounded": "^4.5.2",
"@fontsource/opendyslexic": "^4.5.2",
2022-02-17 22:03:22 +00:00
"@fontsource/vollkorn": "^4.5.4",
2022-02-21 00:36:19 +00:00
"@fontsource/zen-maru-gothic": "^4.5.5",
2022-03-13 13:54:56 +00:00
"@tippyjs/react": "^4.2.6",
2022-03-10 20:46:55 +00:00
"markdown-to-jsx": "^7.1.7",
2022-02-17 22:03:22 +00:00
"next": "^12.1.0",
2022-03-23 15:19:23 +00:00
"nodemailer": "^6.7.3",
2021-11-03 22:46:45 +00:00
"react": "17.0.2",
"react-dom": "17.0.2",
"react-image-lightbox": "^5.1.4",
"react-swipeable": "^6.2.0",
"turndown": "^7.1.1"
2021-11-03 22:46:45 +00:00
},
"devDependencies": {
2022-03-10 20:46:55 +00:00
"@types/node": "17.0.21",
2022-03-23 15:19:23 +00:00
"@types/nodemailer": "^6.4.4",
2022-03-10 20:46:55 +00:00
"@types/react": "17.0.40",
"@types/react-dom": "^17.0.13",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.10.0",
2022-02-17 22:03:22 +00:00
"eslint-config-next": "12.1.0",
2022-03-28 09:57:58 +00:00
"next-sitemap": "^2.5.14",
2022-03-26 16:09:42 +00:00
"prettier-plugin-organize-imports": "^2.3.4",
2022-02-17 22:03:22 +00:00
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2"
2021-11-03 22:46:45 +00:00
}
}