Almost finished with new launcher
This commit is contained in:
30
package.json
30
package.json
@@ -7,38 +7,38 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint": "eslint",
|
||||
"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",
|
||||
"@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.1",
|
||||
"date-fns": "4.1.0",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"next": "15.5.5",
|
||||
"next": "16.0.1",
|
||||
"@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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "4.1.14",
|
||||
"@tauri-apps/cli": "2.8.4",
|
||||
"@tailwindcss/postcss": "4.1.16",
|
||||
"@tauri-apps/cli": "2.9.2",
|
||||
"@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.8.0",
|
||||
"tailwindcss": "4.1.14",
|
||||
"@types/node": "24.9.2",
|
||||
"tailwindcss": "4.1.16",
|
||||
"typescript": "5.9.3",
|
||||
"eslint": "9.37.0",
|
||||
"eslint-config-next": "15.5.5",
|
||||
"eslint": "9.38.0",
|
||||
"eslint-config-next": "16.0.1",
|
||||
"@eslint/eslintrc": "3.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user