Files
launcher/package.json
2025-11-04 21:34:10 -07:00

46 lines
1.2 KiB
JSON

{
"name": "lncvrt-games-launcher",
"private": true,
"version": "1.1.2",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"tauri": "tauri"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "7.1.0",
"@fortawesome/free-brands-svg-icons": "7.1.0",
"@fortawesome/free-solid-svg-icons": "7.1.0",
"@fortawesome/react-fontawesome": "3.1.0",
"@tauri-apps/api": "2.9.0",
"@tauri-apps/plugin-dialog": "2.4.2",
"@tauri-apps/plugin-fs": "2.4.4",
"@tauri-apps/plugin-notification": "2.3.3",
"@tauri-apps/plugin-opener": "2.5.2",
"@tauri-apps/plugin-os": "2.3.2",
"axios": "1.13.2",
"date-fns": "4.1.0",
"next": "16.0.1",
"pretty-bytes": "7.1.0",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.16",
"@tauri-apps/cli": "2.9.3",
"@types/crypto-js": "4.2.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"crypto-js": "4.2.0",
"@types/node": "24.10.0",
"tailwindcss": "4.1.16",
"typescript": "5.9.3",
"eslint": "9.39.1",
"eslint-config-next": "16.0.1",
"@eslint/eslintrc": "3.3.1"
}
}