|
@ -5,9 +5,11 @@ |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"dev": "vite", |
|
|
"dev": "vite", |
|
|
"serve": "vite preview", |
|
|
"serve": "vite preview", |
|
|
"build": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src && vite build", |
|
|
"build": "VITE_GIT_HASH=`git log -1 --pretty=format:%h` vite build", |
|
|
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src", |
|
|
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src", |
|
|
"lint-fix": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src" |
|
|
"lint-fix": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src", |
|
|
|
|
|
"postbuild": "cp ./sw_scripts-combined.js dist/", |
|
|
|
|
|
"prebuild": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src && node sw_combine.js" |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@dicebear/collection": "^5.4.1", |
|
|
"@dicebear/collection": "^5.4.1", |
|
@ -37,7 +39,6 @@ |
|
|
"ethereum-cryptography": "^2.1.3", |
|
|
"ethereum-cryptography": "^2.1.3", |
|
|
"ethereumjs-util": "^7.1.5", |
|
|
"ethereumjs-util": "^7.1.5", |
|
|
"ethr-did-resolver": "^8.1.2", |
|
|
"ethr-did-resolver": "^8.1.2", |
|
|
"git-describe": "^4.1.1", |
|
|
|
|
|
"jdenticon": "^3.2.0", |
|
|
"jdenticon": "^3.2.0", |
|
|
"js-generate-password": "^0.1.9", |
|
|
"js-generate-password": "^0.1.9", |
|
|
"js-yaml": "^4.1.0", |
|
|
"js-yaml": "^4.1.0", |
|
|