hair-colour / package.json
Esteves Enzo
try to deploy
0e7e985
raw
history blame
No virus
634 Bytes
{
"name": "front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@xenova/transformers": "^2.6.2",
"classnames": "^2.3.2",
"next": "13.5.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.5",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}