eexiv/package.json

37 lines
841 B
JSON
Raw Normal View History

2024-02-09 19:00:26 -08:00
{
2024-02-14 14:44:12 -08:00
"name": "eexiv",
2024-02-09 19:00:26 -08:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
2024-02-11 10:48:11 -08:00
"lint": "next lint",
"format": "prettier --write ."
2024-02-09 19:00:26 -08:00
},
"dependencies": {
2024-02-12 19:42:56 -08:00
"@tanstack/react-query": "^5.20.2",
"minisearch": "^6.3.0",
2024-02-09 23:07:46 -08:00
"next": "14.1.0",
2024-02-09 19:00:26 -08:00
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
2024-02-11 13:17:54 -08:00
"react-toastify": "^10.0.4",
2024-02-09 23:07:46 -08:00
"zustand": "^4.5.0"
2024-02-09 19:00:26 -08:00
},
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"@types/file-saver": "^2.0.7",
2024-02-09 19:00:26 -08:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
2024-02-09 23:07:46 -08:00
"eslint": "^8",
"eslint-config-next": "14.1.0",
2024-02-09 19:00:26 -08:00
"postcss": "^8",
2024-02-11 10:48:11 -08:00
"prettier": "^3.2.5",
2024-02-09 19:00:26 -08:00
"tailwindcss": "^3.3.0",
2024-02-09 23:07:46 -08:00
"typescript": "^5"
2024-02-09 19:00:26 -08:00
}
}