AniwatchPlus/package.json
2020-08-26 22:00:58 +02:00

59 lines
2 KiB
JSON

{
"name": "enhancedaniwatch",
"version": "1.0.0",
"description": "Ehanced Aniwatch is a browser extension for https://aniwatch.me/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"build:prod": "cross-env NODE_ENV=production gulp build",
"dist": "gulp dist",
"dist:prod": "cross-env NODE_ENV=production gulp dist"
},
"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",
"dependencies": {
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/compat-data": "^7.11.0",
"@babel/core": "^7.11.4",
"@babel/helper-module-imports": "^7.10.4",
"@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",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"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",
"gulp-load-plugins": "^2.0.4",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.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-uglify-es": "^2.0.0",
"gulp-zip": "^5.0.2",
"merge-stream": "^2.0.0",
"sass": "^1.26.10",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}