Skip to content

Commit c182192

Browse files
committed
chore: configure package frontend
I want to be able to write and test user facing code from workbench. We configure TailwindCSS, Vite for HMR, Playwright for automated browser testing and will be using pnpm to manage everything Node.js.
1 parent 9595391 commit c182192

File tree

2 files changed

+1516
-0
lines changed

2 files changed

+1516
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://www.schemastore.org/package.json",
3+
"private": true,
4+
"type": "module",
5+
"scripts": {
6+
"build": "vite build",
7+
"dev": "vite"
8+
},
9+
"devDependencies": {
10+
"@playwright/test": "^1.58.2",
11+
"@tailwindcss/vite": "^4.0.0",
12+
"axios": "^1.11.0",
13+
"concurrently": "^9.0.1",
14+
"laravel-vite-plugin": "^2.0.0",
15+
"playwright": "1.50.1",
16+
"tailwindcss": "^4.2.1",
17+
"vite": "^7.0.7"
18+
}
19+
}

0 commit comments

Comments
 (0)