{ "name": "tilo", "private": true, "version": "1.0.0", "description": "A visual explorer for the biological Tree of Life", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "tsc": "vue-tsc --noEmit" }, "author": "Terry Truong", "license": "MIT", "dependencies": { "pinia": "^2.0.22", "vue": "^3.2.25" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", "@vitejs/plugin-vue": "^3.1.0", "autoprefixer": "^10.4.2", "eslint": "^8.23.1", "eslint-plugin-vue": "^9.4.0", "postcss": "^8.4.7", "smartcrop-cli": "^2.0.3", "tailwindcss": "^3.0.23", "typescript": "^4.6.2", "vite": "^3.1.0", "vue-tsc": "^0.40.13" } }