Files
magic-card-valuator/package.json

35 lines
791 B
JSON

{
"name": "card-valuator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"tauri": "tauri",
"lint": "next lint"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"@types/lodash": "^4.14.187",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"chart.js": "^3.9.1",
"framer-motion": "^7.6.5",
"lodash": "^4.17.21",
"next": "13.0.1",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
}
}