60 lines
2.0 KiB
JSON
60 lines
2.0 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",
|
|
"@types/js-cookie": "^3.0.3",
|
|
"@types/jsonwebtoken": "^9.0.2",
|
|
"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",
|
|
"@iconify/svelte": "^3.1.4",
|
|
"@lit-protocol/auth-helpers": "^2.2.50",
|
|
"@lit-protocol/constants": "^2.2.50",
|
|
"@lit-protocol/lit-auth-client": "^2.2.50",
|
|
"@lit-protocol/lit-node-client": "^2.2.50",
|
|
"@lit-protocol/pkp-client": "^2.2.50",
|
|
"@lit-protocol/types": "^2.2.50",
|
|
"@tanstack/svelte-query": "^4.29.1",
|
|
"@wagmi/core": "^1.3.9",
|
|
"@wundergraph/sdk": "^0.174.5",
|
|
"@wundergraph/svelte-query": "^0.3.10",
|
|
"axios": "^1.4.0",
|
|
"cookie": "^0.5.0",
|
|
"dotenv": "^16.3.1",
|
|
"ethers": "^6.7.1",
|
|
"graphql": "^16.8.0",
|
|
"js-cookie": "^3.0.5",
|
|
"jsonwebtoken": "^9.0.1",
|
|
"jwks-rsa": "^3.0.1",
|
|
"node-jose": "^2.2.0",
|
|
"path": "^0.12.7",
|
|
"svelte-kit-cookie-session": "^4.0.0",
|
|
"url": "^0.11.1"
|
|
},
|
|
"type": "module"
|
|
} |