sentify / package.json
samyosm's picture
complete
f43196f
{
"name": "analyzo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@huggingface/transformers": "^3.2.4",
"@tanstack/react-query": "^5.62.15",
"clsx": "^2.1.1",
"copy-webpack-plugin": "^12.0.2",
"next": "15.1.3",
"node-polyfill-webpack-plugin": "^4.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"use-debounce": "^10.0.4",
"words-count": "^2.0.2",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}