mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
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.5.0",
|
|
"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"
|
|
}
|
|
}
|