summaryrefslogtreecommitdiff
path: root/web/package.json
blob: bc0a22a0e95898b8738f2c798d3de36916f1c87a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  }
}