old-portfolio-site/package.json

105 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2023-11-01 23:36:58 +00:00
{
2024-04-04 00:39:54 +00:00
"name": "its-personal~portfolio",
"description": "Uses pnpm, svelte, mdsvex",
"version": "1.0.0",
"main": "index.js",
"private": true,
"homepage": "mattmor.in",
"author": "Matthieu Morin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.mattmor.in/Madmin/its-personal/"
},
"packageManager": "pnpm@8.6.6",
"scripts": {
"dev": "vite dev",
"build": "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",
"test": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
2024-04-27 23:13:28 +00:00
"generate:images": "node ./generate-responsive-image-data.js",
2024-04-04 00:39:54 +00:00
"test-ct": "playwright test -c playwright-ct.config.ts"
},
"devDependencies": {
2024-04-27 23:13:28 +00:00
"@bitmachina/highlighter": "1.0.0-alpha.5",
"@fontsource/cooper-hewitt": "^5.0.11",
"@fontsource/fira-mono": "^5.0.13",
"@kitbook/mdsvex-shiki-twoslash": "1.0.0-beta.31",
2024-04-04 00:39:54 +00:00
"@playwright/test": "^1.41.2",
"@skeletonlabs/skeleton": "2.0.0",
"@skeletonlabs/tw-plugin": "0.1.0",
"@sveltejs/kit": "^2.5.0",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/typography": "0.5.9",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.5.7",
2024-04-27 23:13:28 +00:00
"@types/object-hash": "^3.0.6",
2024-04-04 00:39:54 +00:00
"@types/prismjs": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "10.4.15",
2024-04-27 23:13:28 +00:00
"cloudinary": "^2.2.0",
2024-04-04 00:39:54 +00:00
"emoji-regex": "^10.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1",
2024-04-27 23:13:28 +00:00
"fenceparser": "^2.2.0",
"github-slugger": "^2.0.0",
2024-04-04 00:39:54 +00:00
"js-cookie": "^3.0.5",
2024-04-27 23:13:28 +00:00
"mdast-util-to-string": "^4.0.0",
"mdsvex-reading-time": "^1.0.4",
"object-hash": "^3.0.0",
2024-04-04 00:39:54 +00:00
"postcss": "8.4.29",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
2024-04-27 23:13:28 +00:00
"reading-time": "^1.5.0",
2024-04-04 00:39:54 +00:00
"rehype-autolink-headings": "^7.1.0",
2024-04-27 23:13:28 +00:00
"rehype-external-links": "^3.0.0",
2024-04-04 00:39:54 +00:00
"rehype-img-size": "^1.0.1",
"rehype-slug": "^6.0.0",
2024-04-27 23:13:28 +00:00
"remark-fff": "^1.2.1",
"remark-footnotes": "^4.0.1",
2024-04-04 00:39:54 +00:00
"remark-toc": "^9.0.0",
"remark-unwrap-images": "^4.0.0",
"sass": "^1.71.0",
2024-04-27 23:13:28 +00:00
"shiki": "^1.3.0",
"shiki-themes": "^0.2.7",
"shiki-twoslash": "^3.1.2",
2024-04-04 00:39:54 +00:00
"svelte": "^4.2.11",
"svelte-check": "^3.6.4",
2024-04-27 23:13:28 +00:00
"tailwind-merge": "^2.2.2",
2024-04-04 00:39:54 +00:00
"tailwindcss": "3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.1.3",
2024-04-27 23:13:28 +00:00
"vite-imagetools": "^7.0.1",
2024-04-04 00:39:54 +00:00
"vite-plugin-tailwind-purgecss": "0.2.0",
"vitest": "^0.34.6"
},
"dependencies": {
"@floating-ui/dom": "1.5.1",
"@fortawesome/fontawesome-free": "^6.5.1",
"@sentry/sveltekit": "^7.102.0",
"@sveltejs/adapter-node": "^4.0.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@threlte/core": "^6.1.1",
"@threlte/extras": "^8.7.5",
"@yushijinhun/three-minifier-rollup": "^0.4.0",
2024-04-27 23:13:28 +00:00
"front-matter": "^4.0.2",
2024-04-04 00:39:54 +00:00
"highlight.js": "11.8.0",
"latest": "^0.2.0",
"linkedom": "^0.15.6",
"mdsvex": "^0.11.0",
"prismjs": "^1.29.0",
"rss": "^1.2.2",
2024-04-27 23:13:28 +00:00
"svelte-preprocess": "^5.1.3",
"vanilla-lazyload": "^19.1.3"
2024-04-04 00:39:54 +00:00
},
"type": "module"
2023-11-01 23:36:58 +00:00
}