62cc571056
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.12 to 7.13.15. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.15/packages/babel-preset-env) Signed-off-by: dependabot[bot] <support@github.com>
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "aniwatch-plus",
|
|
"version": "1.1.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": {
|
|
"color": "^3.1.3",
|
|
"spacetime": "github:Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/compat-data": "^7.13.12",
|
|
"@babel/core": "^7.13.14",
|
|
"@babel/helper-module-imports": "^7.13.12",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.13.0",
|
|
"@babel/preset-env": "^7.13.15",
|
|
"@babel/register": "^7.13.14",
|
|
"@types/chrome": "0.0.134",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"cssnano": "^4.1.11",
|
|
"del": "^6.0.0",
|
|
"factor-bundle": "^2.5.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.6",
|
|
"gulp-merge": "^0.1.1",
|
|
"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": "^3.0.0",
|
|
"gulp-terser": "^2.0.1",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"gulp-zip": "^5.1.0",
|
|
"merge-stream": "^2.0.0",
|
|
"postcss": "^8.2.9",
|
|
"sass": "^1.32.8",
|
|
"terser": "^5.6.1",
|
|
"tsify": "^5.0.2",
|
|
"typescript": "^4.2.3",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"web-ext-types": "^3.2.1"
|
|
}
|
|
}
|