w3ps1/package.json

43 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-02-11 21:42:13 +01:00
{
"name": "web3privacy-prague",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
2023-02-13 19:39:23 +01:00
"build-config": "js-yaml src/lib/config.yaml > static/config.json",
2023-02-11 21:42:13 +01:00
"lint": "prettier --plugin-search-dir . --check . && eslint .",
2023-02-13 19:28:13 +01:00
"format": "prettier --plugin-search-dir . --write .",
2023-02-13 19:39:23 +01:00
"postinstall": "npm run build-config"
2023-02-11 21:42:13 +01:00
},
"devDependencies": {
2023-02-13 19:39:23 +01:00
"@modyfi/vite-plugin-yaml": "^1.0.4",
2023-02-11 21:42:13 +01:00
"@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",
2023-02-12 01:07:49 +01:00
"js-yaml": "^4.1.0",
"postcss": "^8.4.31",
2023-02-11 21:42:13 +01:00
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
2023-02-16 13:26:53 +01:00
"remove-markdown": "^0.5.0",
2023-02-11 21:42:13 +01:00
"svelte": "^3.54.0",
2023-02-12 01:07:49 +01:00
"svelte-markdown": "^0.2.3",
2023-02-27 07:02:38 +01:00
"svelte-web3": "^4.0.1",
2023-02-11 21:42:13 +01:00
"tailwindcss": "^3.2.6",
"vite": "^4.0.0"
},
2023-02-27 07:02:38 +01:00
"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"
}
2023-02-11 21:42:13 +01:00
}