Skip to content

Commit 4ac4c01

Browse files
committed
feat: updated readme. Removed stale npm packages
1 parent 595c39d commit 4ac4c01

File tree

3 files changed

+8
-412
lines changed

3 files changed

+8
-412
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ It features:
2121
Laravel is accessible, powerful, and provides tools required for large, robust applications.
2222

2323
Tooling:
24-
- Vite
24+
- Vite v4
25+
- Typescript
26+
- TailwindCSS
2527
- pnpm
28+
- Laravel 10
29+
- Laravel Sanctum
30+
- Svelte 3
31+
- Pest PHP Testing Library
2632

2733

2834
## Contributing

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"type": "module",
88
"devDependencies": {
99
"@skeletonlabs/skeleton": "^1.1.0",
10-
"@sveltejs/adapter-node": "^1.2.3",
1110
"@sveltejs/vite-plugin-svelte": "^2.0.3",
1211
"@tailwindcss/forms": "^0.5.3",
1312
"@tailwindcss/typography": "^0.5.9",
@@ -25,8 +24,7 @@
2524
"tailwindcss": "^3.3.0",
2625
"tslib": "^2.5.0",
2726
"typescript": "^5.0.2",
28-
"vite": "^4.2.1",
29-
"vue": "^3.2.47"
27+
"vite": "^4.2.1"
3028
},
3129
"dependencies": {
3230
"@inertiajs/svelte": "^1.0.2"

0 commit comments

Comments
 (0)