Fix prettier config & dependencies
This commit is contained in:
parent
ea8bcdfc72
commit
6a76eee11f
3 changed files with 5390 additions and 5303 deletions
12
.prettierrc
12
.prettierrc
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"endOfLine": "crlf",
|
"endOfLine": "crlf",
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"trailingComma": "none",
|
"trailingComma": "none",
|
||||||
"plugins": [
|
"plugins": ["prettier-plugin-tailwindcss"]
|
||||||
"prettier-plugin-tailwindcss"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10620
package-lock.json
generated
10620
package-lock.json
generated
File diff suppressed because it is too large
Load diff
61
package.json
61
package.json
|
|
@ -1,31 +1,34 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview",
|
||||||
},
|
"format": "prettier --write ."
|
||||||
"dependencies": {
|
},
|
||||||
"@tomphttp/bare-server-node": "^2.0.1",
|
"dependencies": {
|
||||||
"i18next": "^23.7.9",
|
"@tomphttp/bare-server-node": "^2.0.1",
|
||||||
"i18next-browser-languagedetector": "^7.2.0",
|
"i18next": "^23.7.9",
|
||||||
"million": "^2.6.4",
|
"i18next-browser-languagedetector": "^7.2.0",
|
||||||
"preact": "^10.13.1",
|
"million": "^2.6.4",
|
||||||
"preact-iso": "^2.3.2",
|
"preact": "^10.13.1",
|
||||||
"preact-render-to-string": "^6.3.1",
|
"preact-iso": "^2.3.2",
|
||||||
"preact-router": "^4.1.2",
|
"preact-render-to-string": "^6.3.1",
|
||||||
"react-i18next": "^13.5.0",
|
"preact-router": "^4.1.2",
|
||||||
"react-icons": "^4.12.0"
|
"react-i18next": "^13.5.0",
|
||||||
},
|
"react-icons": "^4.12.0"
|
||||||
"devDependencies": {
|
},
|
||||||
"@preact/preset-vite": "^2.5.0",
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.16",
|
"@preact/preset-vite": "^2.5.0",
|
||||||
"eslint": "^8.55.0",
|
"autoprefixer": "^10.4.16",
|
||||||
"eslint-config-preact": "^1.3.0",
|
"eslint": "^8.55.0",
|
||||||
"postcss": "^8.4.32",
|
"eslint-config-preact": "^1.3.0",
|
||||||
"tailwindcss": "^3.3.6",
|
"postcss": "^8.4.32",
|
||||||
"typescript": "^5.3.3",
|
"prettier": "^3.1.1",
|
||||||
"vite": "^4.3.2"
|
"prettier-plugin-tailwindcss": "^0.5.9",
|
||||||
}
|
"tailwindcss": "^3.3.6",
|
||||||
|
"typescript": "^5.3.3",
|
||||||
|
"vite": "^4.3.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue