Kurate/packages/ui/package.json
2023-03-23 13:28:42 +01:00

49 lines
1.5 KiB
JSON

{
"name": "kurate",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:unit && npm run test:playwright",
"test:unit": "vitest",
"test:playwright": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write . && eslint . --fix"
},
"devDependencies": {
"@fontsource/source-code-pro": "^4.5.14",
"@fontsource/source-sans-pro": "^4.5.11",
"@fontsource/source-serif-pro": "^4.5.9",
"@playwright/test": "1.30.0",
"@semaphore-protocol/group": "3.0.0",
"@semaphore-protocol/identity": "3.0.0",
"@semaphore-protocol/proof": "3.0.0",
"@sveltejs/adapter-static": "^1.0.6",
"@sveltejs/kit": "^1.3.10",
"@types/crypto-js": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"ethers": "^5.7.2",
"ipfs-http-client": "^60.0.0",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"sass": "^1.58.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "v4.2.1",
"vite-plugin-node-polyfills": "^0.7.0",
"vitest": "^0.29.1"
},
"type": "module"
}