2020-08-25 21:14:51 +02:00
|
|
|
{
|
2020-08-29 17:27:16 +02:00
|
|
|
"name": "aniwatch-plus",
|
2021-02-20 11:31:27 +01:00
|
|
|
"version": "1.1.0",
|
2020-08-29 17:27:16 +02:00
|
|
|
"description": "Aniwatch Plus is a browser extension for https://aniwatch.me/",
|
2020-08-25 21:14:51 +02:00
|
|
|
"main": "index.js",
|
2020-08-26 22:00:58 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-08-29 17:27:16 +02:00
|
|
|
"clean": "gulp clean",
|
2020-08-26 22:00:58 +02:00
|
|
|
"build": "gulp build",
|
|
|
|
"build:prod": "cross-env NODE_ENV=production gulp build",
|
|
|
|
"dist": "gulp dist",
|
2020-08-29 16:47:23 +02:00
|
|
|
"dist:prod": "cross-env NODE_ENV=production gulp dist",
|
|
|
|
"watch": "gulp dist && gulp watch"
|
2020-08-26 22:00:58 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-29 17:27:16 +02:00
|
|
|
"url": "git+https://github.com/Serraniel/AniwatchPlus.git"
|
2020-08-26 22:00:58 +02:00
|
|
|
},
|
2020-08-29 17:27:16 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Serraniel",
|
|
|
|
"email": "mail@serraniel.dev",
|
|
|
|
"url": "https://serraniel.dev"
|
|
|
|
},
|
2020-09-01 01:38:44 +02:00
|
|
|
"contributors": [
|
|
|
|
{
|
2020-09-06 21:03:16 +02:00
|
|
|
"name": "Kaffem"
|
2020-09-01 01:38:44 +02:00
|
|
|
}
|
|
|
|
],
|
2020-08-26 22:00:58 +02:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
2020-08-29 17:27:16 +02:00
|
|
|
"url": "https://github.com/Serraniel/AniwatchPlus/issues",
|
|
|
|
"email": "mail@serraniel.dev"
|
2020-08-26 22:00:58 +02:00
|
|
|
},
|
2020-08-29 17:27:16 +02:00
|
|
|
"homepage": "https://github.com/Serraniel/AniwatchPlus#readme",
|
2020-10-25 12:47:32 +01:00
|
|
|
"dependencies": {
|
2020-11-14 19:17:47 +01:00
|
|
|
"color": "^3.1.3",
|
2020-12-29 16:20:15 +01:00
|
|
|
"spacetime": "github:Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing",
|
2020-12-09 05:23:43 +01:00
|
|
|
"uuid": "^8.3.2"
|
2020-10-25 12:47:32 +01:00
|
|
|
},
|
2020-08-25 21:24:57 +02:00
|
|
|
"devDependencies": {
|
2021-04-30 15:37:59 +02:00
|
|
|
"@babel/compat-data": "^7.14.0",
|
2021-04-30 06:09:50 +02:00
|
|
|
"@babel/core": "^7.14.0",
|
2021-03-23 05:07:18 +01:00
|
|
|
"@babel/helper-module-imports": "^7.13.12",
|
2021-02-23 05:26:40 +01:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
2021-02-23 05:50:35 +01:00
|
|
|
"@babel/plugin-proposal-private-methods": "^7.13.0",
|
2021-04-30 06:08:23 +02:00
|
|
|
"@babel/preset-env": "^7.14.0",
|
2021-04-21 06:04:46 +02:00
|
|
|
"@babel/register": "^7.13.16",
|
2021-04-30 15:40:31 +02:00
|
|
|
"@types/chrome": "0.0.136",
|
2020-08-26 20:31:24 +02:00
|
|
|
"babelify": "^10.0.0",
|
2020-10-12 06:55:23 +02:00
|
|
|
"browserify": "^17.0.0",
|
2020-12-02 05:20:50 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2021-04-29 06:17:42 +02:00
|
|
|
"cssnano": "^5.0.2",
|
2020-09-27 13:08:44 +02:00
|
|
|
"del": "^6.0.0",
|
2020-11-07 14:43:20 +01:00
|
|
|
"factor-bundle": "^2.5.0",
|
2020-08-25 21:24:57 +02:00
|
|
|
"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-11-30 05:32:37 +01:00
|
|
|
"gulp-load-plugins": "^2.0.6",
|
2020-11-07 14:43:20 +01:00
|
|
|
"gulp-merge": "^0.1.1",
|
2020-08-25 21:24:57 +02:00
|
|
|
"gulp-plumber": "^1.2.1",
|
2020-09-27 13:11:57 +02:00
|
|
|
"gulp-postcss": "^9.0.0",
|
2020-08-25 21:24:57 +02:00
|
|
|
"gulp-rename": "^2.0.0",
|
2021-05-07 06:05:37 +02:00
|
|
|
"gulp-replace": "^1.1.3",
|
2020-08-25 21:24:57 +02:00
|
|
|
"gulp-sass": "^4.1.0",
|
|
|
|
"gulp-size": "^3.0.0",
|
2020-11-30 18:18:37 +01:00
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
2021-01-07 05:23:24 +01:00
|
|
|
"gulp-terser": "^2.0.1",
|
2020-12-28 21:39:49 +01:00
|
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
2021-03-11 05:21:19 +01:00
|
|
|
"gulp-zip": "^5.1.0",
|
2020-08-26 21:57:01 +02:00
|
|
|
"merge-stream": "^2.0.0",
|
2021-04-27 06:16:43 +02:00
|
|
|
"postcss": "^8.2.13",
|
2021-04-30 15:37:07 +02:00
|
|
|
"sass": "^1.32.12",
|
2021-04-27 06:15:42 +02:00
|
|
|
"terser": "^5.7.0",
|
2020-12-28 21:46:45 +01:00
|
|
|
"tsify": "^5.0.2",
|
2021-04-08 06:07:35 +02:00
|
|
|
"typescript": "^4.2.4",
|
2020-08-26 20:31:24 +02:00
|
|
|
"vinyl-buffer": "^1.0.1",
|
2020-12-28 22:08:50 +01:00
|
|
|
"vinyl-source-stream": "^2.0.0",
|
|
|
|
"web-ext-types": "^3.2.1"
|
2020-08-26 22:00:58 +02:00
|
|
|
}
|
2020-09-06 20:25:52 +02:00
|
|
|
}
|