w3ps1/package.json

34 řádky
974 B
JSON
Surový Normální zobrazení Historie

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:28:13 +01:00
"build-config": "js-yaml data/config.yaml > src/lib/config.json",
"static-config": "cp src/lib/config.json 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 .",
"postinstall": "npm run build-config && npm run static-config"
2023-02-11 21:42:13 +01:00
},
"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"
}