chiya/assets/package.json

18 lines
388 B
JSON
Raw Normal View History

2023-03-21 07:19:10 +01:00
{
"devDependencies": {
2023-06-11 20:54:12 +02:00
"esbuild": "^0.18.0"
2023-03-21 07:19:10 +01:00
},
"dependencies": {
"classnames": "^2.3.2",
2023-04-06 14:21:59 +02:00
"glightbox": "^3.2.0",
2023-03-21 07:19:10 +01:00
"kbar": "^0.1.0-beta.40",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view"
},
"peerDependencies": {
2023-07-03 20:16:06 +02:00
"react": "^18.0",
"react-dom": "^18.0"
2023-03-21 07:19:10 +01:00
}
}