personal-website-sveltekit/package.json

65 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "personal-website-sveltekit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"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 .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
2023-09-26 08:18:42 +00:00
"@iconify-icons/material-symbols": "^1.2.56",
"@iconify-icons/mdi": "^1.2.47",
"@iconify-icons/radix-icons": "^1.2.9",
2023-09-26 08:18:42 +00:00
"@iconify-icons/simple-icons": "^1.2.70",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/adapter-vercel": "^1.0.6",
2023-09-26 08:18:42 +00:00
"@sveltejs/kit": "^1.25.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@zerodevx/svelte-img": "^2.1.0",
2023-09-26 08:18:42 +00:00
"autoprefixer": "^10.4.16",
2023-07-16 04:14:23 +00:00
"eslint": "^8.45.0",
2023-03-28 03:32:09 +00:00
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte": "^2.32.2",
"iconify-icon": "^1.0.8",
"just-intersect": "^4.3.0",
"mdsvex": "^0.10.6",
"mdsvex-relative-images": "^1.0.3",
2023-09-26 08:18:42 +00:00
"postcss": "^8.4.30",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-preset-env": "^8.5.1",
2023-05-01 06:07:19 +00:00
"prettier": "^2.8.8",
2023-06-05 22:54:11 +00:00
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.65.1",
"scrape-it": "^6.0.1",
2023-09-26 08:18:42 +00:00
"sharp": "^0.32.6",
"svelte": "^4.2.1",
"svelte-check": "^3.4.6",
"svelte-lazy-loader": "^1.0.0",
2023-07-03 04:02:34 +00:00
"svelte-preprocess": "^5.0.4",
2023-09-26 08:18:42 +00:00
"tslib": "^2.6.2",
"typescript": "^5.2.2",
2023-07-16 04:14:23 +00:00
"vanilla-lazyload": "^17.8.4",
"vite": "^4.4.9",
2023-09-26 08:18:42 +00:00
"vite-imagetools": "^5.0.8",
"vitest": "^0.32.2"
},
2023-02-13 06:30:22 +00:00
"type": "module",
"dependencies": {
"@melt-ui/svelte": "^0.19.1",
2023-09-26 08:18:42 +00:00
"@types/nprogress": "^0.2.1",
2023-04-17 19:01:00 +00:00
"ioredis": "^5.3.2",
"nprogress": "^0.2.0"
2023-02-13 06:30:22 +00:00
}
}