26 lines
616 B
JSON
26 lines
616 B
JSON
{
|
|
"name": "mood-tracker",
|
|
"version": "1.0.0",
|
|
"description": "Year in Pixels Mood Tracker - A React app for tracking daily moods",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.24",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.4.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"type": "module"
|
|
} |