mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-22 13:58:41 +00:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "portfolio-frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "playwright test",
|
|
"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 ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.25.0",
|
|
"@sveltejs/adapter-auto": "next",
|
|
"@sveltejs/kit": "next",
|
|
"@types/dompurify": "^2.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
|
"@typescript-eslint/parser": "^5.44.0",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-svelte": "^2.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.2.0",
|
|
"svelte": "^3.53.1",
|
|
"svelte-check": "^2.9.2",
|
|
"svelte-preprocess": "^4.10.7",
|
|
"svelte-windicss-preprocess": "^4.2.8",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^3.2.4",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.2.0",
|
|
"dompurify": "^2.4.1",
|
|
"filedrop-svelte": "^0.1.2",
|
|
"svelte-forms-lib": "^2.0.1",
|
|
"swiper": "^8.4.5",
|
|
"yup": "^0.32.11"
|
|
}
|
|
}
|