Primer Commit. Este codigo fue escrito en el año 2022
This commit is contained in:
20
package.json
Executable file
20
package.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "rblog",
|
||||
"version": "1.0.0",
|
||||
"description": "Aplicacion simple en react para crear un blog local que carga los datos desde un archivo json",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "serve -s build"
|
||||
},
|
||||
"keywords": [
|
||||
"blog",
|
||||
"react",
|
||||
"json"
|
||||
],
|
||||
"author": "drk0027",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.1.1",
|
||||
"markdown-it": "^12.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user