AniwatchPlus/package.json

55 lines
1.7 KiB
JSON
Raw Normal View History

2020-08-25 21:14:51 +02:00
{
"name": "enhancedaniwatch",
"version": "1.0.0",
"description": "Ehanced Aniwatch is a browser extension for https://aniwatch.me/",
"main": "index.js",
2020-08-25 21:24:57 +02:00
"dependencies": {
2020-08-26 21:04:26 +02:00
"regenerator-runtime": "^0.13.7"
2020-08-25 21:24:57 +02:00
},
"devDependencies": {
2020-08-26 21:04:26 +02:00
"@babel/compat-data": "^7.11.0",
2020-08-26 20:31:24 +02:00
"@babel/core": "^7.11.4",
2020-08-26 18:29:09 +02:00
"@babel/helper-module-imports": "^7.10.4",
2020-08-26 21:04:26 +02:00
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
2020-08-26 20:31:24 +02:00
"babelify": "^10.0.0",
"browserify": "^16.5.2",
2020-08-25 21:24:57 +02:00
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"del": "^5.1.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",
2020-08-26 21:04:26 +02:00
"gulp-load-plugins": "^2.0.4",
2020-08-25 21:24:57 +02:00
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
2020-08-25 21:24:57 +02:00
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"gulp-zip": "^5.0.2",
2020-08-26 21:04:26 +02:00
"sass": "^1.26.10",
2020-08-26 20:31:24 +02:00
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
2020-08-25 21:24:57 +02:00
},
2020-08-25 21:14:51 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Serraniel/EnhancedAniwatch.git"
},
"author": "Serraniel",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Serraniel/EnhancedAniwatch/issues"
},
"homepage": "https://github.com/Serraniel/EnhancedAniwatch#readme"
}