2021-11-03 22:46:45 +00:00
|
|
|
{
|
|
|
|
"name": "accords-library.com",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2022-02-25 14:11:58 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"text": "NODE_ENV=test next build"
|
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/vollkorn": "^4.5.4",
|
2022-02-21 00:36:19 +00:00
|
|
|
"@fontsource/zen-maru-gothic": "^4.5.5",
|
2022-02-08 16:34:17 +00:00
|
|
|
"markdown-to-jsx": "^7.1.6",
|
2022-02-17 22:03:22 +00:00
|
|
|
"next": "^12.1.0",
|
2021-11-03 22:46:45 +00:00
|
|
|
"react": "17.0.2",
|
2022-02-17 04:50:18 +00:00
|
|
|
"react-dom": "17.0.2",
|
2022-02-17 18:49:28 +00:00
|
|
|
"react-swipeable": "^6.2.0",
|
2022-02-20 16:56:22 +00:00
|
|
|
"react-tooltip": "^4.2.21",
|
2022-02-17 18:49:28 +00:00
|
|
|
"turndown": "^7.1.1"
|
2021-11-03 22:46:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-17 22:03:22 +00:00
|
|
|
"@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"
|
2021-11-03 22:46:45 +00:00
|
|
|
}
|
|
|
|
}
|