w3ps1/package.json

32 lines
952 B
JSON
Raw 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 13:37:29 +01:00
"static-data": "node -e \"(async function () { const data=await import('./src/lib/config.js');console.log(JSON.stringify(data.default, null, 2)); })()\" > static/data.json",
2023-02-11 21:42:13 +01:00
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@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",
2023-02-11 21:42:13 +01:00
"postcss": "^8.4.21",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
2023-02-12 01:07:49 +01:00
"svelte-markdown": "^0.2.3",
2023-02-11 21:42:13 +01:00
"tailwindcss": "^3.2.6",
"vite": "^4.0.0"
},
"type": "module"
}