File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "dev" : " ng serve --configuration=development" ,
88 "build" : " ng build" ,
99 "preview" : " ng serve --configuration=production" ,
10- "dev-jules" : " concurrently \" npm run dev:frontend\" \" npm run dev:backend\" " ,
11- "dev:frontend" : " cd frontend && npm run dev" ,
12- "dev:backend" : " cd backend && npm run start:dev"
1310 },
1411 "dependencies" : {
1512 "@angular/animations" : " ^21.1.3" ,
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " full-mavluda-beauty" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " " ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "dev" : " concurrently \" npm run dev:frontend\" \" npm run dev:backend\" " ,
8+ "dev:frontend" : " cd frontend && npm run dev" ,
9+ "dev:backend" : " cd backend && npm run start:dev"
10+ },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " git+https://github.com/beginwebdev2002/fullstack-mavluda.git"
14+ },
15+ "keywords" : [],
16+ "author" : " " ,
17+ "license" : " ISC" ,
18+ "type" : " commonjs" ,
19+ "bugs" : {
20+ "url" : " https://github.com/beginwebdev2002/fullstack-mavluda/issues"
21+ },
22+ "homepage" : " https://github.com/beginwebdev2002/fullstack-mavluda#readme"
23+ }
You can’t perform that action at this time.
0 commit comments