Trabalho de programação (Demonstração da API do Prof. Rodrigo Ribeiro)
This commit is contained in:
parent
5f2e7393f7
commit
b464afdacb
13 changed files with 1993 additions and 7 deletions
|
|
@ -4,10 +4,15 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npx @11ty/eleventy",
|
||||
"serve": "npx @11ty/eleventy --serve",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs"
|
||||
"type": "commonjs",
|
||||
"devDependencies": {
|
||||
"eleventy-plugin-citations": "^0.1.10"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue