1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/vad/package.json

12 lines
200 B
JSON
Raw Normal View History

{
"name": "vad",
"version": "0.0.1",
"private": true,
"dependencies": {
2020-08-08 23:15:38 +09:00
"next": "^9.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"vad.js": "kdavis-mozilla/vad.js"
}
}