6e9cfa638b
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.1 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together. Updates `socket.io-parser` from 3.2.0 to 4.2.1 - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/3.2.0...4.2.1) Updates `browser-sync` from 2.26.7 to 2.27.10 - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.26.7...v2.27.10) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect - dependency-name: browser-sync dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "Meritkollen",
|
|
"version": "1.0.0",
|
|
"description": "Den enkla meritkalkylatorn",
|
|
"main": "./dist/your-main-js-file.js",
|
|
"author": {
|
|
"name": "Felix Schulze",
|
|
"url": "https://meritkollen.se"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thefeli73/meritkollen.git"
|
|
},
|
|
"boilerplate": {
|
|
"version": "2.2.5",
|
|
"author": "Chris Ferdinandi",
|
|
"url": "https://gomakethings.com",
|
|
"repo": "http://github.com/cferdinandi/gulp-boilerplate"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"> 0.25%"
|
|
],
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.6.1",
|
|
"browser-sync": "^2.27.10",
|
|
"cssnano": "^4.1.10",
|
|
"del": "^3.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-buster": "^1.1.0",
|
|
"gulp-cache-buster": "^0.2.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-flatmap": "^1.0.2",
|
|
"gulp-hasher": "^0.1.0",
|
|
"gulp-header": "^2.0.5",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"gulp-jshint": "^2.1.0",
|
|
"gulp-optimize-js": "^1.1.0",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-svgmin": "^2.1.0",
|
|
"gulp-terser": "^1.1.7",
|
|
"gulp-usemin": "^0.3.30",
|
|
"jshint": "^2.9.6",
|
|
"jshint-stylish": "^2.2.1",
|
|
"lazypipe": "^1.0.1",
|
|
"purify-css": "^1.2.5"
|
|
},
|
|
"dependencies": {
|
|
"gulp-hash-src": "^0.1.6"
|
|
}
|
|
}
|