mirror of
https://github.com/sebastiandine/Card-Collection-Manager-2.git
synced 2026-08-28 23:01:09 +00:00
29 lines
705 B
JSON
Executable File
29 lines
705 B
JSON
Executable File
{
|
|
"name": "card-collection-manager-2",
|
|
"private": true,
|
|
"version": "1.0.3",
|
|
"scripts": {
|
|
"dev": "next dev -p 1420",
|
|
"build": "next build && next export -o dist",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.1.0",
|
|
"next": "^12.2.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.6.0",
|
|
"react-loader-spinner": "^5.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.1.0",
|
|
"@types/node": "^18.7.11",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.18",
|
|
"tailwindcss": "^3.2.2",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|