62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "next-wind",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.13",
|
|
"@mdi/js": "^7.1.96",
|
|
"@mdi/react": "^1.6.1",
|
|
"@next/font": "13.1.6",
|
|
"@types/node": "18.13.0",
|
|
"@types/react": "18.0.27",
|
|
"@types/react-dom": "18.0.10",
|
|
"axios": "^1.3.5",
|
|
"chart.js": "^4.2.1",
|
|
"clsx": "^1.2.1",
|
|
"daisyui": "^3.1.5",
|
|
"eslint": "8.33.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"firebase": "9.19.1",
|
|
"formidable": "^3.5.0",
|
|
"formidable-serverless": "git://github.com/JoeRoddy/formidable-serverless.git",
|
|
"framer-motion": "^9.0.2",
|
|
"iron-session": "^6.3.1",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"next": "13.1.6",
|
|
"primeicons": "^6.0.1",
|
|
"primereact": "^9.2.3",
|
|
"react": "18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-firebase-hooks": "^5.1.1",
|
|
"react-icons": "^4.8.0",
|
|
"react-lineto": "^3.3.0",
|
|
"react-media-recorder": "1.6.5",
|
|
"react-player": "^2.12.0",
|
|
"react-string-replace": "^1.1.0",
|
|
"react-toastify": "^9.1.2",
|
|
"react-xarrows": "^2.0.2",
|
|
"swr": "^2.1.3",
|
|
"typescript": "4.9.5",
|
|
"uuid": "^9.0.0",
|
|
"wavesurfer.js": "^6.6.4",
|
|
"zustand": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/formidable": "^3.4.0",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/uuid": "^9.0.1",
|
|
"@types/wavesurfer.js": "^6.0.6",
|
|
"@wixc3/react-board": "^2.2.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
} |