forked from Berry-Dash/launcher
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "lncvrt-games-launcher",
|
|
"private": true,
|
|
"version": "1.5.8",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "7.2.0",
|
|
"@fortawesome/free-brands-svg-icons": "7.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "7.2.0",
|
|
"@fortawesome/react-fontawesome": "3.2.0",
|
|
"@tauri-apps/api": "2.10.1",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.3.2",
|
|
"@tauri-apps/plugin-dialog": "2.6.0",
|
|
"@tauri-apps/plugin-fs": "2.4.5",
|
|
"@tauri-apps/plugin-notification": "2.3.3",
|
|
"@tauri-apps/plugin-opener": "2.5.3",
|
|
"@tauri-apps/plugin-os": "2.3.2",
|
|
"@tauri-apps/plugin-window-state": "2.4.1",
|
|
"axios": "1.13.5",
|
|
"next": "16.1.6",
|
|
"pretty-bytes": "7.1.0",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "3.3.3",
|
|
"@tailwindcss/postcss": "4.1.18",
|
|
"@tauri-apps/cli": "2.10.0",
|
|
"@types/crypto-js": "4.2.2",
|
|
"@types/node": "25.2.3",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"crypto-js": "4.2.0",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "4.1.18",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|