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": {
|
2021-11-05 22:46:17 +01:00
|
|
|
"color": "^3.2.1",
|
2022-01-28 17:13:09 +01:00
|
|
|
"spacetime": "https://github.com/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": {
|
2023-06-09 07:11:59 +02:00
|
|
|
"@babel/compat-data": "^7.22.5",
|
2023-06-12 06:58:05 +02:00
|
|
|
"@babel/core": "^7.22.5",
|
2023-06-09 06:58:02 +02:00
|
|
|
"@babel/helper-module-imports": "^7.22.5",
|
2022-05-17 06:09:05 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.17.12",
|
2022-05-17 06:04:33 +02:00
|
|
|
"@babel/plugin-proposal-private-methods": "^7.17.12",
|
2023-06-09 07:30:01 +02:00
|
|
|
"@babel/preset-env": "^7.22.5",
|
2023-06-09 06:58:47 +02:00
|
|
|
"@babel/register": "^7.22.5",
|
2023-06-26 06:58:10 +02:00
|
|
|
"@types/chrome": "0.0.238",
|
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",
|
2023-02-16 05:57:32 +01:00
|
|
|
"cssnano": "^5.1.15",
|
2022-05-25 06:05:54 +02:00
|
|
|
"del": "^6.1.1",
|
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",
|
2021-05-31 06:15:28 +02:00
|
|
|
"gulp-autoprefixer": "^8.0.0",
|
2020-08-25 21:24:57 +02:00
|
|
|
"gulp-babel": "^8.0.0",
|
|
|
|
"gulp-if": "^3.0.0",
|
|
|
|
"gulp-imagemin": "^7.1.0",
|
2022-08-30 06:07:03 +02:00
|
|
|
"gulp-load-plugins": "^2.0.8",
|
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",
|
2021-08-30 06:05:51 +02:00
|
|
|
"gulp-postcss": "^9.0.1",
|
2020-08-25 21:24:57 +02:00
|
|
|
"gulp-rename": "^2.0.0",
|
2022-12-19 05:02:35 +01:00
|
|
|
"gulp-replace": "^1.1.4",
|
2022-01-30 19:57:13 +01:00
|
|
|
"gulp-sass": "^5.1.0",
|
2021-06-04 06:12:02 +02:00
|
|
|
"gulp-size": "^4.0.1",
|
2020-11-30 18:18:37 +01:00
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
2021-09-27 06:06:41 +02:00
|
|
|
"gulp-terser": "^2.1.0",
|
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",
|
2023-05-29 06:58:24 +02:00
|
|
|
"postcss": "^8.4.24",
|
2023-06-22 06:57:14 +02:00
|
|
|
"sass": "^1.63.6",
|
2023-06-20 06:57:15 +02:00
|
|
|
"terser": "^5.18.1",
|
2021-05-12 06:06:54 +02:00
|
|
|
"tsify": "^5.0.4",
|
2023-02-01 05:07:39 +01:00
|
|
|
"typescript": "^4.9.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
|
|
|
}
|