ab3085717d
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... 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.2.1",
|
|
"spacetime": "github:Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/compat-data": "^7.16.4",
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/helper-module-imports": "^7.16.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.16.0",
|
|
"@babel/preset-env": "^7.16.4",
|
|
"@babel/register": "^7.16.0",
|
|
"@types/chrome": "0.0.168",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"cssnano": "^5.0.12",
|
|
"del": "^6.0.0",
|
|
"factor-bundle": "^2.5.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-imagemin": "^7.1.0",
|
|
"gulp-load-plugins": "^2.0.7",
|
|
"gulp-merge": "^0.1.1",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.1.3",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-size": "^4.0.1",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-terser": "^2.1.0",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"gulp-zip": "^5.1.0",
|
|
"merge-stream": "^2.0.0",
|
|
"postcss": "^8.4.4",
|
|
"sass": "^1.44.0",
|
|
"terser": "^5.10.0",
|
|
"tsify": "^5.0.4",
|
|
"typescript": "^4.5.3",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"web-ext-types": "^3.2.1"
|
|
}
|
|
}
|