starbase-81/package.json
Jordan Roher d616c66677 Updated packages
Added icon aspect ratio option
2023-07-16 10:28:42 -07:00

41 lines
937 B
JSON

{
"name": "starbase-80",
"displayName": "Starbase 80",
"homepage": "https://github.com/notclickable-jordan/starbase-80",
"repository": {
"url": "https://github.com/notclickable-jordan/starbase-80"
},
"version": "1.1.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"start": "npm run build && vite preview"
},
"dependencies": {
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@types/react": "^18.2.15",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"js-yaml": "^4.1.0",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.4"
},
"prettier": {
"arrowParens": "avoid",
"jsxBracketSameLine": true,
"printWidth": 120,
"semi": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true
}
}