accords-library.com/package.json

34 lines
852 B
JSON

{
"name": "accords-library.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/material-icons": "^4.5.2",
"@fontsource/material-icons-rounded": "^4.5.2",
"@fontsource/vollkorn": "^4.5.4",
"@fontsource/zen-maru-gothic": "^4.5.4",
"@reduxjs/toolkit": "^1.7.2",
"markdown-to-jsx": "^7.1.6",
"next": "^12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-swipeable": "^6.2.0",
"turndown": "^7.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"tailwindcss": "^3.0.23",
"typescript": "4.5.5"
}
}