eexiv/package.json

49 lines
1.2 KiB
JSON
Raw Permalink 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
},
2024-02-17 14:56:26 -08:00
"engines": {
"node": ">=20.0.0"
},
2024-02-09 19:00:26 -08:00
"dependencies": {
"@tanstack/react-query": "^5.25.0",
"fnv-plus": "^1.3.1",
2024-02-14 15:15:52 -08:00
"million": "^3.0.3",
"minisearch": "^6.3.0",
2024-02-09 23:07:46 -08:00
"next": "14.1.0",
"qrcode.react": "^3.1.0",
2024-02-09 19:00:26 -08:00
"react": "^18",
"react-dom": "^18",
"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",
"zustand": "^4.5.2"
2024-02-09 19:00:26 -08:00
},
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"@types/file-saver": "^2.0.7",
"@types/fnv-plus": "^1.3.2",
2024-02-09 19:00:26 -08:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/shell-escape": "^0.2.3",
"autoprefixer": "^10.4.19",
2024-02-09 23:07:46 -08:00
"eslint": "^8",
"eslint-config-next": "14.1.2",
2024-02-09 19:00:26 -08:00
"postcss": "^8",
2024-02-11 10:48:11 -08:00
"prettier": "^3.2.5",
"shell-escape": "^0.2.0",
"prettier-plugin-organize-imports": "^3.2.4",
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
}
}