Compare commits
1 Commits
f0b23960e7
...
86972287b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86972287b4 |
@ -11,24 +11,24 @@
|
|||||||
"gen:proto": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=. -I ../protobuf items.proto"
|
"gen:proto": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=. -I ../protobuf items.proto"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bufbuild/protobuf": "^2.10.2",
|
"@bufbuild/protobuf": "^2.10.1",
|
||||||
"react": "^19.2.3",
|
"react": "^19.2.1",
|
||||||
"react-dom": "^19.2.3",
|
"react-dom": "^19.2.1",
|
||||||
"react-router-dom": "^7.12.0"
|
"react-router-dom": "^7.10.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.39.2",
|
"@eslint/js": "^9.39.1",
|
||||||
"@types/node": "^24.10.7",
|
"@types/node": "^24.10.1",
|
||||||
"@types/react": "^19.2.8",
|
"@types/react": "^19.2.7",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@vitejs/plugin-react": "^5.1.2",
|
"@vitejs/plugin-react": "^5.1.2",
|
||||||
"eslint": "^9.39.2",
|
"eslint": "^9.39.1",
|
||||||
"eslint-plugin-react-hooks": "^7.0.1",
|
"eslint-plugin-react-hooks": "^7.0.1",
|
||||||
"eslint-plugin-react-refresh": "^0.4.26",
|
"eslint-plugin-react-refresh": "^0.4.24",
|
||||||
"globals": "^16.5.0",
|
"globals": "^16.5.0",
|
||||||
"ts-proto": "^2.10.1",
|
"ts-proto": "^2.8.3",
|
||||||
"typescript": "~5.9.3",
|
"typescript": "~5.9.3",
|
||||||
"typescript-eslint": "^8.53.0",
|
"typescript-eslint": "^8.48.1",
|
||||||
"vite": "npm:rolldown-vite@7.3.1"
|
"vite": "npm:rolldown-vite@7.3.1"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
|
|||||||
574
frontend/pnpm-lock.yaml
generated
574
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -130,8 +130,8 @@ ul {
|
|||||||
--secondary-alt-bg: rgb(20, 20, 20, 0.6); /* Translucent inputs */
|
--secondary-alt-bg: rgb(20, 20, 20, 0.6); /* Translucent inputs */
|
||||||
--tertiary-bg: rgb(40, 40, 40, 0.8);
|
--tertiary-bg: rgb(40, 40, 40, 0.8);
|
||||||
--text-color: #ffffff;
|
--text-color: #ffffff;
|
||||||
--accent-color: #FF9500;
|
--accent-color: #121212;
|
||||||
--secondary-accent: #FF6B00;
|
--secondary-accent: #212121;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sakura-theme {
|
.sakura-theme {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user