mirror of
https://github.com/acid-info/Kurate.git
synced 2025-01-27 16:14:46 +00:00
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "theoutlet",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "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",
|
|
"waku:start": "docker-compose -f ./tests/docker-compose.yaml up -d",
|
|
"waku:stop": "docker kill tests-waku-1"
|
|
},
|
|
"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.29.2",
|
|
"@rollup/plugin-inject": "^5.0.3",
|
|
"@semaphore-protocol/group": "3.0.0-beta.7",
|
|
"@semaphore-protocol/identity": "3.0.0-beta.7",
|
|
"@semaphore-protocol/proof": "3.0.0-beta.7",
|
|
"@sveltejs/adapter-static": "^1.0.5",
|
|
"@sveltejs/kit": "^1.2.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
|
"@typescript-eslint/parser": "^5.49.0",
|
|
"big-integer": "^1.6.51",
|
|
"eslint": "^8.32.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"ethers": "^5.7.2",
|
|
"node-stdlib-browser": "^1.2.0",
|
|
"prettier": "^2.8.3",
|
|
"prettier-plugin-svelte": "^2.9.0",
|
|
"sass": "^1.57.1",
|
|
"svelte": "^3.55.1",
|
|
"svelte-check": "^3.0.2",
|
|
"svelte-preprocess": "^5.0.1",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.0.4"
|
|
},
|
|
"type": "module"
|
|
}
|