File tree Expand file tree Collapse file tree 2 files changed +15
-31
lines changed
Expand file tree Collapse file tree 2 files changed +15
-31
lines changed Original file line number Diff line number Diff line change 1- .DS_Store
2- node_modules
3- /dist
4-
5-
6- # local env files
7- .env.local
8- .env. * .local
9-
10- # Log files
11- npm-debug.log *
12- yarn-debug.log *
13- yarn-error.log *
14- pnpm-debug.log *
15-
16- # Editor directories and files
17- .idea
18- .vscode
19- * .suo
20- * .ntvs *
21- * .njsproj
22- * .sln
23- * .sw ?
1+ /node_modules /
2+ /dist /
3+ /.idea /
Original file line number Diff line number Diff line change 11{
2- "name" : " torrust" ,
3- "private" : false ,
2+ "name" : " torrust-index-frontend" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " This repository serves as the frontend for the Torrust Index project." ,
5+ "author" : " Mick van Dijke <mick@dutchbits.nl>" ,
6+ "license" : " AGPL-3.0" ,
7+ "homepage" : " https://github.com/torrust/torrust" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/torrust/torrust-index-frontend.git"
11+ },
412 "scripts" : {
513 "dev" : " vite" ,
614 "build" : " vite build" ,
7- "serve" : " vite preview " ,
15+ "serve" : " vite serve " ,
816 "lint" : " eslint --ext .js,.vue --ignore-path .gitignore --fix src"
917 },
1018 "dependencies" : {
4149 " > 1%" ,
4250 " last 2 versions" ,
4351 " not dead"
44- ],
45- "repository" : {
46- "type" : " git" ,
47- "url" : " https://github.com/torrust/torrust.git"
48- }
52+ ]
4953}
You can’t perform that action at this time.
0 commit comments