blob: e69cc8ece39be2959e4f626aabd3a895fc4e7360 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "nestclientstarterapp-client",
"version": "1.0.0",
"description": "",
"scripts": {},
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
|