violet-im/package.json
hazycora 6eceba0120
All checks were successful
Deploy to pages.gay / build_site (push) Successful in 1m22s
change description in package.json
2023-09-06 22:15:35 -05:00

63 lines
1.8 KiB
JSON

{
"name": "violet",
"version": "0.1.0",
"description": "A client for the Matrix protocol made with SvelteKit",
"private": true,
"scripts": {
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm"
},
"pnpm": {
"overrides": {
"@matrix-org/matrix-sdk-crypto-wasm": "link:src/dummy/rust-crypto"
}
},
"devDependencies": {
"@besties/eslint-config": "^0.2.2",
"@matrix-org/matrix-sdk-crypto-wasm": "link:src/dummy/rust-crypto",
"@rollup/plugin-typescript": "^11.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.20.4",
"@tsconfig/svelte": "^3.0.0",
"@types/dompurify": "^3.0.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.32.4",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"postcss-nesting": "^12.0.1",
"postcss-scrollbar": "^0.5.1",
"prettier": "^3.0.2",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.0.5",
"svelte-check": "^3.0.0",
"svelte-focus-trap": "^1.2.0",
"svelte-portal": "^2.2.0",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.5.0",
"typescript": "^4.9.0",
"vite": "^4.4.2",
"vite-plugin-node-polyfills": "^0.12.0",
"vite-plugin-svelte-svg": "^2.2.1"
},
"type": "module",
"license": "GPL-3.0-or-later",
"types": "./src/index.d.ts",
"dependencies": {
"@twemoji/api": "^14.1.2",
"dompurify": "^3.0.5",
"highlight.js": "^11.8.0",
"linkify-html": "^4.1.1",
"marked": "^7.0.4",
"matrix-encrypt-attachment": "^1.0.3",
"matrix-js-sdk": "^27.2.0"
}
}