43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "lncvrt-games-launcher-loader",
|
|
"private": true,
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/lexend": "5.2.11",
|
|
"@tailwindcss/vite": "4.1.18",
|
|
"@tauri-apps/api": "2.10.1",
|
|
"@tauri-apps/plugin-dialog": "2.6.0",
|
|
"@tauri-apps/plugin-fs": "2.4.5",
|
|
"@tauri-apps/plugin-opener": "2.5.3",
|
|
"@tauri-apps/plugin-os": "2.3.2",
|
|
"axios": "1.13.5",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"tailwindcss": "4.1.18"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "10.0.1",
|
|
"@tauri-apps/cli": "2.10.0",
|
|
"@types/node": "25.2.3",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "5.1.4",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"eslint": "9.39.2",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-react-refresh": "0.5.0",
|
|
"globals": "17.3.0",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "8.56.0",
|
|
"vite": "7.3.1"
|
|
}
|
|
}
|