3b7ce1ce8a
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.1...8.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "aniwatch-plus",
|
|
"version": "0.2.1-beta.0",
|
|
"description": "Aniwatch Plus is a browser extension for https://aniwatch.me/",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"clean": "gulp clean",
|
|
"build": "gulp build",
|
|
"build:prod": "cross-env NODE_ENV=production gulp build",
|
|
"dist": "gulp dist",
|
|
"dist:prod": "cross-env NODE_ENV=production gulp dist",
|
|
"watch": "gulp dist && gulp watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Serraniel/AniwatchPlus.git"
|
|
},
|
|
"author": {
|
|
"name": "Serraniel",
|
|
"email": "mail@serraniel.dev",
|
|
"url": "https://serraniel.dev"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Kaffem"
|
|
}
|
|
],
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Serraniel/AniwatchPlus/issues",
|
|
"email": "mail@serraniel.dev"
|
|
},
|
|
"homepage": "https://github.com/Serraniel/AniwatchPlus#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/compat-data": "^7.12.1",
|
|
"@babel/core": "^7.12.1",
|
|
"@babel/helper-module-imports": "^7.12.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/plugin-proposal-private-methods": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/register": "^7.12.1",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"cross-env": "^7.0.2",
|
|
"cssnano": "^4.1.10",
|
|
"del": "^6.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-imagemin": "^7.1.0",
|
|
"gulp-load-plugins": "^2.0.5",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-postcss": "^9.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-size": "^3.0.0",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-terser": "^1.4.0",
|
|
"gulp-zip": "^5.0.2",
|
|
"merge-stream": "^2.0.0",
|
|
"postcss": "^8.1.2",
|
|
"sass": "^1.27.0",
|
|
"terser": "^5.3.5",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
}
|
|
}
|