starbase-81/package.json
Jordan Roher 4dd0fba556 Updated readme
Added license
2023-04-21 07:56:51 -07:00

41 lines
938 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.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"start": "npm run build && vite preview"
},
"dependencies": {
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@types/react": "^18.0.28",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"js-yaml": "^4.1.0",
"postcss": "^8.4.23",
"prettier": "^2.8.7",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react": "^18.2.0",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"prettier": {
"arrowParens": "avoid",
"jsxBracketSameLine": true,
"printWidth": 120,
"semi": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true
}
}