vite-bugs/packages/hello-world/package.json

27 lines
502 B
JSON
Raw Normal View History

2024-03-16 22:48:55 +00:00
{
"name": "@duogeeks/hello-world",
"version": "1.0.0",
"description": "",
"exports": {
".": "./hello.tsx"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/object-path": "^0.11.4",
"@types/react": "^18.2.20",
"react": "^18.2.0"
},
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
2024-03-16 23:16:22 +00:00
"ky": "^1.2.2",
2024-03-16 22:48:55 +00:00
"object-path": "^0.11.8"
}
}