19 lines
382 B
JSON
19 lines
382 B
JSON
|
{
|
||
|
"name": "idec",
|
||
|
"version": "1.0.0",
|
||
|
"main": "dist/index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"@picocss/pico": "^2.0.6",
|
||
|
"react": "^18.3.1",
|
||
|
"react-markdown": "^9.0.1",
|
||
|
"react-router-dom": "^6.27.0",
|
||
|
"remark-breaks": "^4.0.0"
|
||
|
}
|
||
|
}
|