mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +00:00
lf
This commit is contained in:
parent
6b6a81b6a8
commit
ac32a33358
@ -33,6 +33,5 @@ module.exports = {
|
|||||||
"warn",
|
"warn",
|
||||||
{ allowConstantExport: true },
|
{ allowConstantExport: true },
|
||||||
],
|
],
|
||||||
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"preview": "vite preview",
|
|
||||||
"lint": "yarn prettier --check --log-level warn . && yarn eslint && yarn tsc",
|
"lint": "yarn prettier --check --log-level warn . && yarn eslint && yarn tsc",
|
||||||
"lint-fix": "yarn prettier --write --log-level warn . && yarn eslint --fix && yarn tsc"
|
"lint-fix": "yarn prettier --write --log-level warn . && yarn eslint --fix && yarn tsc",
|
||||||
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18",
|
"react": "^18",
|
||||||
@ -18,18 +18,18 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18",
|
"@types/react": "^18",
|
||||||
"@types/react-dom": "^18",
|
"@types/react-dom": "^18",
|
||||||
"@vitejs/plugin-react": "^4.2",
|
|
||||||
"vite": "^5.2",
|
|
||||||
"eslint": "^8",
|
|
||||||
"prettier": "^3",
|
|
||||||
"typescript": "^5",
|
|
||||||
"@typescript-eslint/eslint-plugin": "^7",
|
"@typescript-eslint/eslint-plugin": "^7",
|
||||||
"@typescript-eslint/parser": "^7",
|
"@typescript-eslint/parser": "^7",
|
||||||
|
"@vitejs/plugin-react": "^4.2",
|
||||||
|
"eslint": "^8",
|
||||||
"eslint-plugin-react": "^7.34",
|
"eslint-plugin-react": "^7.34",
|
||||||
"eslint-plugin-react-hooks": "^4.6",
|
"eslint-plugin-react-hooks": "^4.6",
|
||||||
"eslint-plugin-react-refresh": "^0.4.7",
|
"eslint-plugin-react-refresh": "^0.4.7",
|
||||||
|
"prettier": "^3",
|
||||||
"prettier-plugin-organize-imports": "^3.2",
|
"prettier-plugin-organize-imports": "^3.2",
|
||||||
"prettier-plugin-packagejson": "^2.5"
|
"prettier-plugin-packagejson": "^2.5",
|
||||||
|
"typescript": "^5",
|
||||||
|
"vite": "^5.2"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.21"
|
"packageManager": "yarn@1.22.21"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user