Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
love_飞影
Neos
Commits
881cb912
Commit
881cb912
authored
Aug 14, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: deps
parent
129a7a01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8899 additions
and
47960 deletions
+8899
-47960
package-lock.json
package-lock.json
+8872
-47924
package.json
package.json
+27
-36
No files found.
package-lock.json
View file @
881cb912
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
881cb912
...
...
@@ -3,19 +3,15 @@
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
"
@ant-design/pro-components
"
:
"
^2.
4.4
"
,
"
@ant-design/pro-components
"
:
"
^2.
6.12
"
,
"
@dnd-kit/core
"
:
"
^6.0.8
"
,
"
@dnd-kit/sortable
"
:
"
^7.0.2
"
,
"
@react-spring/web
"
:
"
^9.7.2
"
,
"
@testing-library/jest-dom
"
:
"
^5.16.5
"
,
"
@testing-library/react
"
:
"
^13.4.0
"
,
"
@testing-library/user-event
"
:
"
^13.5.0
"
,
"
@types/jest
"
:
"
^27.5.2
"
,
"
@types/node
"
:
"
^16.18.23
"
,
"
@types/react
"
:
"
^18.0.33
"
,
"
@types/react-dom
"
:
"
^18.0.11
"
,
"
@react-spring/web
"
:
"
^9.7.3
"
,
"
@types/node
"
:
"
^20.5.0
"
,
"
@types/react
"
:
"
^18.2.20
"
,
"
@types/react-dom
"
:
"
^18.2.7
"
,
"
@types/sql.js
"
:
"
^1.4.4
"
,
"
antd
"
:
"
^5.
4.0
"
,
"
antd
"
:
"
^5.
8.3
"
,
"
classnames
"
:
"
^2.3.2
"
,
"
cookies-ts
"
:
"
^1.0.5
"
,
"
eventemitter3
"
:
"
^5.0.1
"
,
...
...
@@ -29,14 +25,12 @@
"
react-dnd-html5-backend
"
:
"
^16.0.1
"
,
"
react-dom
"
:
"
^18.2.0
"
,
"
react-draggable
"
:
"
^4.4.5
"
,
"
react-router-dom
"
:
"
^6.10.0
"
,
"
react-scripts
"
:
"
^2.1.3
"
,
"
react-router-dom
"
:
"
^6.15.0
"
,
"
sql.js
"
:
"
^1.8.0
"
,
"
u-reset.css
"
:
"
^2.0.1
"
,
"
uuid
"
:
"
^9.0.0
"
,
"
valtio
"
:
"
^1.10.4
"
,
"
vite-plugin-svgr
"
:
"
^2.4.0
"
,
"
web-vitals
"
:
"
^2.1.4
"
,
"
valtio
"
:
"
^1.11.2
"
,
"
vite-plugin-svgr
"
:
"
^3.2.0
"
,
"
ygopro-deck-encode
"
:
"
^1.0.3
"
},
"scripts"
:
{
...
...
@@ -46,14 +40,11 @@
"build:prod"
:
"vite build --base=https://cdn02.moecube.com:444/neos/"
,
"preview"
:
"vite preview"
,
"lint"
:
"eslint --ext .ts --ext .tsx src"
,
"fmt"
:
"eslint --ext .ts --ext .tsx src --fix && cd rust-src && cargo fmt"
,
"test"
:
"react-scripts test"
,
"eject"
:
"react-scripts eject"
"fmt"
:
"eslint --ext .ts --ext .tsx src --fix && cd rust-src && cargo fmt"
},
"eslintConfig"
:
{
"extends"
:
[
"react-app"
,
"react-app/jest"
"react-app"
]
},
"browserslist"
:
{
...
...
@@ -70,25 +61,25 @@
},
"devDependencies"
:
{
"
@types/google-protobuf
"
:
"
^3.15.6
"
,
"
@types/lodash-es
"
:
"
^4.17.
7
"
,
"
@types/uuid
"
:
"
^9.0.
1
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^
5.57.1
"
,
"
@typescript-eslint/parser
"
:
"
^
5.57.1
"
,
"
@vitejs/plugin-react
"
:
"
^
3.1.0
"
,
"
eslint
"
:
"
^8.
38
.0
"
,
"
eslint-config-prettier
"
:
"
^
8.8
.0
"
,
"
eslint-import-resolver-typescript
"
:
"
^3.
5.5
"
,
"
eslint-plugin-import
"
:
"
^2.2
7.5
"
,
"
eslint-plugin-prettier
"
:
"
^
4.2.1
"
,
"
@types/lodash-es
"
:
"
^4.17.
8
"
,
"
@types/uuid
"
:
"
^9.0.
2
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^
6.3.0
"
,
"
@typescript-eslint/parser
"
:
"
^
6.3.0
"
,
"
@vitejs/plugin-react
"
:
"
^
4.0.4
"
,
"
eslint
"
:
"
^8.
47
.0
"
,
"
eslint-config-prettier
"
:
"
^
9.0
.0
"
,
"
eslint-import-resolver-typescript
"
:
"
^3.
6.0
"
,
"
eslint-plugin-import
"
:
"
^2.2
8.0
"
,
"
eslint-plugin-prettier
"
:
"
^
5.0.0
"
,
"
eslint-plugin-simple-import-sort
"
:
"
^10.0.0
"
,
"
eslint-plugin-valtio
"
:
"
^0.6.2
"
,
"
prettier
"
:
"
^
2.8.7
"
,
"
sass
"
:
"
^1.6
1.0
"
,
"
typescript
"
:
"
^
4.9.5
"
,
"
vite
"
:
"
^4.
2.1
"
,
"
vite-plugin-sass-dts
"
:
"
^1.3.
8
"
,
"
prettier
"
:
"
^
3.0.1
"
,
"
sass
"
:
"
^1.6
5.1
"
,
"
typescript
"
:
"
^
5.1.6
"
,
"
vite
"
:
"
^4.
4.9
"
,
"
vite-plugin-sass-dts
"
:
"
^1.3.
9
"
,
"
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
"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment