source: package.json@ 3c89e27

main
Last change on this file since 3c89e27 was c454c0f, checked in by bube-ristovska <ristovska725@…>, 11 months ago

First commit

  • Property mode set to 100644
File size: 248 bytes
Line 
1{
2 "private": true,
3 "type": "module",
4 "scripts": {
5 "dev": "vite",
6 "build": "vite build"
7 },
8 "devDependencies": {
9 "axios": "^1.6.1",
10 "laravel-vite-plugin": "^1.0.0",
11 "vite": "^5.0.0"
12 }
13}
Note: See TracBrowser for help on using the repository browser.