wallet.andert.me/package.json
2023-08-25 12:31:15 +02:00

44 lines
1.5 KiB
JSON

{
"name": "wundergraph-sveltekit",
"version": "0.0.1",
"scripts": {
"start": "npm run dev",
"dev": "concurrently \"npm run wundergraph\" \"npm run dev:vite\" \"npm run browser\"",
"dev:vite": "vite --port 3000",
"build": "npm run build:wundergraph && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"wundergraph": "wunderctl up",
"browser": "wait-on \"http-get://localhost:3000\" && wait-on \"http-get://localhost:9991\" && open-cli http://localhost:5173",
"build:wundergraph": "wunderctl generate"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@types/cookie": "^0.5.1",
"concurrently": "^7.6.0",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.2.0",
"wait-on": "^7.0.1"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@tanstack/svelte-query": "^4.29.1",
"@wundergraph/sdk": "^0.174.5",
"@wundergraph/svelte-query": "^0.3.10",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"graphql": "^16.8.0",
"jsonwebtoken": "^9.0.1",
"path": "^0.12.7",
"url": "^0.11.1"
},
"type": "module"
}