-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91e96e6
commit cd9fdfd
Showing
6 changed files
with
584 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,31 @@ | ||
{ | ||
"name": "competitive-programming-handbook", | ||
"version": "1.0.0", | ||
"description": "Um projeto do CAECOMP - IFCE para ajudar participantes de contests de programação competitiva.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"docs:dev": "vitepress dev src", | ||
"docs:build": "vitepress build src", | ||
"docs:preview": "vitepress preview src" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/CAECOMP/handbook-competitive-programming.git" | ||
}, | ||
"author": "CAECOMP IFCE", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/CAECOMP/handbook-competitive-programming/issues" | ||
}, | ||
"homepage": "https://github.com/CAECOMP/handbook-competitive-programming#readme", | ||
"devDependencies": { | ||
"markdown-it-mathjax3": "^4.3.2", | ||
"vitepress": "^1.4.1" | ||
} | ||
} | ||
"name": "competitive-programming-handbook", | ||
"version": "1.0.0", | ||
"description": "Um projeto do CAECOMP - IFCE para ajudar participantes de contests de programação competitiva.", | ||
"main": "index.js", | ||
"scripts": { | ||
"docs:dev": "vitepress dev src", | ||
"docs:build": "vitepress build src", | ||
"docs:preview": "vitepress preview src", | ||
"docs:print": "tsx src/createPdf.ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/CAECOMP/handbook-competitive-programming.git" | ||
}, | ||
"author": "CAECOMP IFCE", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/CAECOMP/handbook-competitive-programming/issues" | ||
}, | ||
"homepage": "https://github.com/CAECOMP/handbook-competitive-programming#readme", | ||
"devDependencies": { | ||
"@types/node": "^22.8.0", | ||
"@web-printer/core": "^0.4.0", | ||
"@web-printer/vitepress": "^0.4.0", | ||
"markdown-it-mathjax3": "^4.3.2", | ||
"tsx": "^4.19.1", | ||
"typescript": "^5.6.3", | ||
"vitepress": "^1.4.1" | ||
} | ||
} |
Oops, something went wrong.