2020-08-25 21:14:51 +02:00
|
|
|
{
|
2020-08-29 17:27:16 +02:00
|
|
|
"name": "aniwatch-plus",
|
2020-12-31 21:54:36 +01:00
|
|
|
"version": "1.0.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-02-03 05:09:01 +01:00
|
|
|
"@babel/compat-data": "^7.12.13",
|
2021-02-12 05:24:28 +01:00
|
|
|
"@babel/core": "^7.12.16",
|
2021-02-03 05:04:20 +01:00
|
|
|
"@babel/helper-module-imports": "^7.12.13",
|
2021-02-03 05:38:48 +01:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
2021-02-03 05:13:57 +01:00
|
|
|
"@babel/plugin-proposal-private-methods": "^7.12.13",
|
2021-02-12 05:18:49 +01:00
|
|
|
"@babel/preset-env": "^7.12.16",
|
2021-02-03 05:05:57 +01:00
|
|
|
"@babel/register": "^7.12.13",
|
2021-02-15 05:21:11 +01:00
|
|
|
"@types/chrome": "0.0.130",
|
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",
|
2020-08-25 21:24:57 +02:00
|
|
|
"cssnano": "^4.1.10",
|
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",
|
2020-08-26 20:52:15 +02:00
|
|
|
"gulp-replace": "^1.0.0",
|
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",
|
2020-08-25 21:24:57 +02:00
|
|
|
"gulp-zip": "^5.0.2",
|
2020-08-26 21:57:01 +02:00
|
|
|
"merge-stream": "^2.0.0",
|
2021-02-11 05:19:34 +01:00
|
|
|
"postcss": "^8.2.6",
|
2021-02-10 05:07:38 +01:00
|
|
|
"sass": "^1.32.7",
|
2020-11-30 05:33:39 +01:00
|
|
|
"terser": "^5.5.1",
|
2020-12-28 21:46:45 +01:00
|
|
|
"tsify": "^5.0.2",
|
2021-02-11 05:18:55 +01:00
|
|
|
"typescript": "^4.1.5",
|
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
|
|
|
}
|