Commit 881cb912 authored by timel's avatar timel

chore: deps

parent 129a7a01
This diff is collapsed.
...@@ -3,19 +3,15 @@ ...@@ -3,19 +3,15 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@ant-design/pro-components": "^2.4.4", "@ant-design/pro-components": "^2.6.12",
"@dnd-kit/core": "^6.0.8", "@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2", "@dnd-kit/sortable": "^7.0.2",
"@react-spring/web": "^9.7.2", "@react-spring/web": "^9.7.3",
"@testing-library/jest-dom": "^5.16.5", "@types/node": "^20.5.0",
"@testing-library/react": "^13.4.0", "@types/react": "^18.2.20",
"@testing-library/user-event": "^13.5.0", "@types/react-dom": "^18.2.7",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.23",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/sql.js": "^1.4.4", "@types/sql.js": "^1.4.4",
"antd": "^5.4.0", "antd": "^5.8.3",
"classnames": "^2.3.2", "classnames": "^2.3.2",
"cookies-ts": "^1.0.5", "cookies-ts": "^1.0.5",
"eventemitter3": "^5.0.1", "eventemitter3": "^5.0.1",
...@@ -29,14 +25,12 @@ ...@@ -29,14 +25,12 @@
"react-dnd-html5-backend": "^16.0.1", "react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-draggable": "^4.4.5", "react-draggable": "^4.4.5",
"react-router-dom": "^6.10.0", "react-router-dom": "^6.15.0",
"react-scripts": "^2.1.3",
"sql.js": "^1.8.0", "sql.js": "^1.8.0",
"u-reset.css": "^2.0.1", "u-reset.css": "^2.0.1",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"valtio": "^1.10.4", "valtio": "^1.11.2",
"vite-plugin-svgr": "^2.4.0", "vite-plugin-svgr": "^3.2.0",
"web-vitals": "^2.1.4",
"ygopro-deck-encode": "^1.0.3" "ygopro-deck-encode": "^1.0.3"
}, },
"scripts": { "scripts": {
...@@ -46,14 +40,11 @@ ...@@ -46,14 +40,11 @@
"build:prod": "vite build --base=https://cdn02.moecube.com:444/neos/", "build:prod": "vite build --base=https://cdn02.moecube.com:444/neos/",
"preview": "vite preview", "preview": "vite preview",
"lint": "eslint --ext .ts --ext .tsx src", "lint": "eslint --ext .ts --ext .tsx src",
"fmt": "eslint --ext .ts --ext .tsx src --fix && cd rust-src && cargo fmt", "fmt": "eslint --ext .ts --ext .tsx src --fix && cd rust-src && cargo fmt"
"test": "react-scripts test",
"eject": "react-scripts eject"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [
"react-app", "react-app"
"react-app/jest"
] ]
}, },
"browserslist": { "browserslist": {
...@@ -70,25 +61,25 @@ ...@@ -70,25 +61,25 @@
}, },
"devDependencies": { "devDependencies": {
"@types/google-protobuf": "^3.15.6", "@types/google-protobuf": "^3.15.6",
"@types/lodash-es": "^4.17.7", "@types/lodash-es": "^4.17.8",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^5.57.1", "@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-react": "^3.1.0", "@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.38.0", "eslint": "^8.47.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5", "eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-valtio": "^0.6.2", "eslint-plugin-valtio": "^0.6.2",
"prettier": "^2.8.7", "prettier": "^3.0.1",
"sass": "^1.61.0", "sass": "^1.65.1",
"typescript": "^4.9.5", "typescript": "^5.1.6",
"vite": "^4.2.1", "vite": "^4.4.9",
"vite-plugin-sass-dts": "^1.3.8", "vite-plugin-sass-dts": "^1.3.9",
"vite-plugin-wasm-pack": "^0.1.12", "vite-plugin-wasm-pack": "^0.1.12",
"vite-tsconfig-paths": "^4.0.8", "vite-tsconfig-paths": "^4.2.0",
"vite-ydk-loader": "^0.0.2" "vite-ydk-loader": "^0.0.2"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment