mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
33 lines
927 B
JSON
33 lines
927 B
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",
|
|
"svelte": "^3.54.0",
|
|
"svelte-markdown": "^0.2.3",
|
|
"tailwindcss": "^3.2.6",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"type": "module"
|
|
}
|