mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2026-07-23 17:06:02 +00:00
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.4 to 15.17.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.6.4...v15.17.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.17.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
694 B
JSON
25 lines
694 B
JSON
{
|
|
"name": "draussenfunker",
|
|
"version": "0.0.1",
|
|
"description": "Website for draussenfunker.de",
|
|
"main": "index.js",
|
|
"author": "DO7JZ",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs",
|
|
"optimize": "sh ./optimize.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/plugin-active-header-links": "^2.0.0-beta.49",
|
|
"@vuepress/plugin-back-to-top": "^2.0.0-beta.49",
|
|
"cypress": "^15.17.0",
|
|
"vuepress": "^2.0.0-beta.49",
|
|
"vuepress-plugin-social-share": "^2.0.0-beta.5",
|
|
"vuepress-plugin-use-pages": "^1.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress/plugin-register-components": "^2.0.0-beta.49"
|
|
}
|
|
}
|