mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-10-09 06:53:34 +02:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"preview": "svelte-kit preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"generate": "graphql-codegen",
|
|
"ci": "pnpm run generate && pnpm run check && pnpm run build"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^2.6.2",
|
|
"@graphql-codegen/typescript": "^2.4.7",
|
|
"@graphql-codegen/typescript-graphql-request": "^4.4.2",
|
|
"@graphql-codegen/typescript-operations": "^2.3.4",
|
|
"@sveltejs/adapter-static": "^1.0.0-next.29",
|
|
"@sveltejs/kit": "^1.0.0-next.295",
|
|
"@types/lunr": "^2.3.4",
|
|
"graphql": "^15.8.0",
|
|
"graphql-request": "^3.7.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"svelte": "^3.46.4",
|
|
"svelte-check": "^2.4.5",
|
|
"svelte-preprocess": "^4.10.4",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.10.8",
|
|
"highlight.js": "^11.5.0",
|
|
"lodash": "^4.17.21",
|
|
"lunr": "^2.3.9",
|
|
"svelte-cloudinary": "^0.2.5"
|
|
}
|
|
}
|