mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-19 04:18:52 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 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-node": "1.0.0-next.105",
|
|
"@sveltejs/kit": "1.0.0-next.587",
|
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"eslint": "^8.29.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"prettier": "^2.8.1",
|
|
"prettier-plugin-svelte": "^2.9.0",
|
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
"svelte": "^3.55.0",
|
|
"svelte-check": "^2.10.2",
|
|
"svelte-preprocess": "^5.0.0",
|
|
"svelte-windicss-preprocess": "^4.2.8",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.0.1",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.2.1",
|
|
"filedrop-svelte": "^0.1.2",
|
|
"fuse.js": "^6.6.2",
|
|
"isomorphic-dompurify": "^0.24.0",
|
|
"just-debounce-it": "^3.1.1",
|
|
"svelte-forms-lib": "^2.0.1",
|
|
"swiper": "^8.4.5",
|
|
"yup": "^0.32.11"
|
|
}
|
|
}
|