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",
|
2024-02-16 11:39:26 -08:00
|
|
|
"fnv-plus": "^1.3.1",
|
2024-02-14 15:15:52 -08:00
|
|
|
"million": "^3.0.3",
|
2024-02-11 23:09:37 -08:00
|
|
|
"minisearch": "^6.3.0",
|
2024-02-09 23:07:46 -08:00
|
|
|
"next": "14.1.0",
|
2024-02-16 11:39:26 -08:00
|
|
|
"qrcode.react": "^3.1.0",
|
2024-02-09 19:00:26 -08:00
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18",
|
2024-02-11 23:09:37 -08:00
|
|
|
"react-icons": "^5.0.1",
|
2024-02-15 11:45:46 -08:00
|
|
|
"react-konami-code": "^2.3.0",
|
|
|
|
"react-snowfall": "^2.1.0",
|
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": {
|
2024-02-11 23:09:37 -08:00
|
|
|
"@redux-devtools/extension": "^3.3.0",
|
2024-02-10 11:12:13 -08:00
|
|
|
"@types/file-saver": "^2.0.7",
|
2024-02-16 11:39:26 -08:00
|
|
|
"@types/fnv-plus": "^1.3.2",
|
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
|
|
|
}
|
|
|
|
}
|