BirdNET-stream/www/package.json

24 lines
650 B
JSON
Raw Normal View History

2022-08-13 07:46:56 +02:00
{
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^3.0.0",
"core-js": "^3.23.0",
2022-08-19 07:46:41 +02:00
"git-revision-webpack-plugin": "^5.0.0",
2022-08-13 07:46:56 +02:00
"regenerator-runtime": "^0.13.9",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
2022-08-16 19:28:19 +02:00
},
"dependencies": {
"axios": "^0.27.2",
2022-08-16 19:28:19 +02:00
"feather-icons": "^4.29.0"
2022-08-13 07:46:56 +02:00
}
}