Files
launcher/package.json
2025-09-21 21:09:27 -07:00

45 lines
1.2 KiB
JSON

{
"name": "berry-dash-launcher",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.8.0",
"@tauri-apps/plugin-dialog": "2.4.0",
"@tauri-apps/plugin-fs": "2.4.2",
"@tauri-apps/plugin-notification": "2.3.1",
"@tauri-apps/plugin-opener": "2.5.0",
"@tauri-apps/plugin-os": "2.3.1",
"axios": "1.12.2",
"date-fns": "4.1.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"next": "15.5.3"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "7.0.1",
"@fortawesome/free-brands-svg-icons": "7.0.1",
"@fortawesome/free-solid-svg-icons": "7.0.1",
"@fortawesome/react-fontawesome": "3.0.2",
"@tailwindcss/postcss": "4.1.13",
"@tauri-apps/cli": "2.8.4",
"@types/crypto-js": "4.2.2",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"crypto-js": "4.2.0",
"@types/node": "24.5.2",
"tailwindcss": "4.1.13",
"typescript": "5.9.2",
"eslint": "9.36.0",
"eslint-config-next": "15.5.3",
"@eslint/eslintrc": "3.3.1"
}
}