summaryrefslogtreecommitdiff
path: root/client/package.json
blob: dfce878c2d6c59f0b1d8578939b63da125aa48d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "nestclientstarterapp-client",
  "version": "1.0.0",
  "description": "",
  "scripts": {},
  "author": "",
  "license": "ISC",
  "devDependencies": {},
  "dependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "6"
  }
}