mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
2a67718fc9
Bumps [undici](https://github.com/nodejs/undici) to 5.28.3 and updates ancestor dependency [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit). These dependencies need to be updated together. Updates `undici` from 5.18.0 to 5.28.3 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.18.0...v5.28.3) Updates `@sveltejs/kit` from 1.5.5 to 1.30.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit) --- updated-dependencies: - dependency-name: undici dependency-type: indirect - dependency-name: "@sveltejs/kit" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "web3privacy-prague",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"build-config": "js-yaml src/lib/config.yaml > static/config.json",
|
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write .",
|
|
"postinstall": "npm run build-config"
|
|
},
|
|
"devDependencies": {
|
|
"@modyfi/vite-plugin-yaml": "^1.0.4",
|
|
"@sveltejs/adapter-auto": "^2.0.0",
|
|
"@sveltejs/adapter-static": "^2.0.1",
|
|
"@sveltejs/kit": "^1.30.4",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.0",
|
|
"prettier-plugin-svelte": "^2.8.1",
|
|
"remove-markdown": "^0.5.0",
|
|
"svelte": "^3.54.0",
|
|
"svelte-markdown": "^0.2.3",
|
|
"svelte-web3": "^4.0.1",
|
|
"tailwindcss": "^3.2.6",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@wagmi/core": "^0.9.7",
|
|
"@web3modal/ethereum": "^2.1.1",
|
|
"@web3modal/html": "^2.1.1",
|
|
"ethers": "^5.7.2",
|
|
"web3": "^1.8.2"
|
|
}
|
|
}
|