Add MainFramework and loading mask. Add animation to menu. #6

Closed
FatttSnake wants to merge 5 commits from FatttSnake into dev
2 changed files with 5 additions and 5 deletions
Showing only changes of commit f93a94a3dc - Show all commits

8
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/jsdom": "^21.1.2",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
@@ -1519,9 +1519,9 @@
"dev": true
},
"node_modules/@types/lodash": {
"version": "4.14.197",
"resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.197.tgz",
"integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==",
"version": "4.14.198",
"resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.198.tgz",
"integrity": "sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==",
"dev": true
},
"node_modules/@types/minimist": {

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"dev-host": "vite --host 0.0.0.0",
"build": "vite build && tsc && vite build",
"build": "vite build",
"clean": "rimraf dist .eslintrc-auto-import.json auto-imports.d.ts",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write src/",