Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bw-bestperf
SAM
Commits
5219f67d
Commit
5219f67d
authored
Apr 11, 2023
by
Nikhila Ravi
Browse files
cleaned up package.json
parent
426edb2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
demo/package.json
demo/package.json
+2
-4
No files found.
demo/package.json
View file @
5219f67d
{
"name"
:
"se-demo"
,
"name"
:
"se
gment-anything-mini
-demo"
,
"version"
:
"0.1.0"
,
"license"
:
"MIT"
,
"scripts"
:
{
"build"
:
"yarn run clean-dist && webpack --config=configs/webpack/prod.js && mv dist/*.wasm dist/js
&& cp -R dataset dist
"
,
"build"
:
"yarn run clean-dist && webpack --config=configs/webpack/prod.js && mv dist/*.wasm dist/js"
,
"clean-dist"
:
"rimraf dist/*"
,
"lint"
:
"eslint './src/**/*.{js,ts,tsx}' --quiet"
,
"start"
:
"yarn run start-dev"
,
...
...
@@ -52,12 +52,10 @@
"webpack-merge"
:
"^5.8.0"
},
"dependencies"
:
{
"konva"
:
"^8.3.12"
,
"npyjs"
:
"^0.4.0"
,
"onnxruntime-web"
:
"^1.14.0"
,
"react"
:
"^18.2.0"
,
"react-dom"
:
"^18.2.0"
,
"react-konva"
:
"^18.2.1"
,
"underscore"
:
"^1.13.6"
,
"react-refresh"
:
"^0.14.0"
}
...
...
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