mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
Bumps [knex](https://github.com/knex/knex) from 0.21.4 to 0.21.5. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/commits/0.21.5) Signed-off-by: dependabot[bot] <support@github.com>
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"got": "^11.5.1",
|
|
"knex": "^0.21.5",
|
|
"next": "9.5.1",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"semantic-ui-css": "^2.4.1",
|
|
"semantic-ui-react": "^1.1.1"
|
|
}
|
|
}
|