Files
SkinbaseNova/package.json

60 lines
2.1 KiB
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"test:ui": "vitest run",
"test:e2e": "playwright test",
"test:routes": "playwright test tests/e2e/routes.spec.ts",
"test:routes:headed": "playwright test tests/e2e/routes.spec.ts --headed",
"test:routes:report": "playwright test tests/e2e/routes.spec.ts --reporter=html && playwright show-report playwright-report",
"playwright:install": "npx playwright install"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/vite": "^4.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"jsdom": "^25.0.1",
"laravel-vite-plugin": "^2.0.0",
"postcss": "^8.4.31",
"sass": "^1.70.0",
"tailwindcss": "^3.1.0",
"vite": "^7.0.7",
"vitest": "^2.1.8"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@inertiajs/core": "^1.0.4",
"@inertiajs/react": "^1.0.4",
"@tiptap/extension-code-block-lowlight": "^3.20.0",
"@tiptap/extension-image": "^3.20.0",
"@tiptap/extension-link": "^3.20.0",
"@tiptap/extension-mention": "^3.20.0",
"@tiptap/extension-placeholder": "^3.20.0",
"@tiptap/extension-underline": "^3.20.0",
"@tiptap/react": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"@tiptap/suggestion": "^3.20.0",
"emoji-mart": "^5.6.0",
"framer-motion": "^12.34.0",
"highlight.js": "^11.11.1",
"laravel-echo": "^2.3.1",
"lowlight": "^3.3.0",
"pusher-js": "^8.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"tippy.js": "^6.3.7"
}
}