mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-28 10:12:37 +01:00
feat(pages): add pages-v2 react variant
This commit is contained in:
38
pages-v2/package.json
Normal file
38
pages-v2/package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "pages-v2",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/bootstrap": "^5.2.10",
|
||||
"@types/luxon": "^3.7.1",
|
||||
"@types/semver": "^7.7.1",
|
||||
"bootstrap": "^5.3.8",
|
||||
"ky": "^1.14.3",
|
||||
"luxon": "^3.7.2",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"semver": "^7.7.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.4.8",
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@types/node": "^24.12.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"globals": "^17.4.0",
|
||||
"typescript": "~5.9.3",
|
||||
"typescript-eslint": "^8.57.0",
|
||||
"vite": "^8.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user