37 lines
751 B
JSON
37 lines
751 B
JSON
{
|
|
"name": "sb80",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "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
|
|
}
|
|
}
|