2021-11-03 22:46:45 +00:00
|
|
|
{
|
|
|
|
"name": "accords-library.com",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-03 02:40:54 +00:00
|
|
|
"@fontsource/material-icons": "^4.5.0",
|
|
|
|
"@fontsource/material-icons-rounded": "^4.5.0",
|
2022-01-01 19:04:48 +00:00
|
|
|
"@fontsource/vollkorn": "^4.5.1",
|
|
|
|
"@fontsource/zen-maru-gothic": "^4.5.3",
|
2022-01-01 20:34:10 +00:00
|
|
|
"next": "^12.0.7",
|
2021-11-03 22:46:45 +00:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-01 19:04:48 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.0",
|
2021-11-03 22:46:45 +00:00
|
|
|
"@types/node": "16.11.6",
|
|
|
|
"@types/react": "17.0.34",
|
|
|
|
"eslint": "7.32.0",
|
|
|
|
"eslint-config-next": "12.0.2",
|
2022-01-01 19:04:48 +00:00
|
|
|
"tailwindcss": "^3.0.8",
|
2021-11-03 22:46:45 +00:00
|
|
|
"typescript": "4.4.4"
|
|
|
|
}
|
|
|
|
}
|