mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-04 12:09:47 -06:00
Bumps [axios](https://github.com/axios/axios) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.3.5...v1.3.6) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
682 B
JSON
28 lines
682 B
JSON
{
|
|
"name": "myspeed",
|
|
"version": "1.0.7",
|
|
"scripts": {
|
|
"client": "cd client && npm run dev",
|
|
"server": "nodemon server",
|
|
"build": "cd client && npm run build",
|
|
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.6",
|
|
"bcrypt": "^5.1.0",
|
|
"cron-validator": "^1.3.1",
|
|
"decompress": "^4.2.1",
|
|
"decompress-targz": "^4.1.1",
|
|
"decompress-unzip": "^4.0.1",
|
|
"express": "^4.18.2",
|
|
"node-schedule": "^2.1.1",
|
|
"sequelize": "^6.31.0",
|
|
"tmp": "^0.2.1",
|
|
"sqlite3": "^5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^8.0.1",
|
|
"nodemon": "^2.0.22"
|
|
}
|
|
}
|