chiya/assets/package.json

21 lines
521 B
JSON
Raw Normal View History

2023-03-21 07:19:10 +01:00
{
"devDependencies": {
2023-09-09 12:47:25 +02:00
"autoprefixer": "^10.4.15",
"esbuild": "^0.18.0",
"esbuild-style-plugin": "^1.6.2",
2023-09-09 13:14:07 +02:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2023-09-09 12:47:25 +02:00
"tailwindcss": "^3.3.3"
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-07-13 07:33:55 +02:00
"highlight.js": "^11.8.0",
2023-09-09 13:06:27 +02:00
"kbar": "^0.1.0-beta.43",
2023-03-21 07:19:10 +01:00
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
2023-07-20 07:20:21 +02:00
"phoenix_live_view": "file:../deps/phoenix_live_view",
"tablesort": "^5.3.0"
2023-03-21 07:19:10 +01:00
}
}